Zephyr API Documentation
4.1.99
A Scalable Open Source RTOS
4.1.99
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
Files
File List
Globals
All
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
busy_sim.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2021 Nordic Semiconductor ASA
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
#ifndef BUSY_SIM_H__
7
#define BUSY_SIM_H__
8
9
typedef
void (*
busy_sim_cb_t
)(void);
10
32
void
busy_sim_start
(
uint32_t
active_avg,
uint32_t
active_delta,
33
uint32_t
idle_avg,
uint32_t
idle_delta,
busy_sim_cb_t
cb);
34
36
void
busy_sim_stop
(
void
);
37
38
#endif
/* BUSY_SIM_H__ */
busy_sim_start
void busy_sim_start(uint32_t active_avg, uint32_t active_delta, uint32_t idle_avg, uint32_t idle_delta, busy_sim_cb_t cb)
Start busy simulator.
busy_sim_cb_t
void(* busy_sim_cb_t)(void)
Definition
busy_sim.h:9
busy_sim_stop
void busy_sim_stop(void)
Stop busy simulator.
uint32_t
__UINT32_TYPE__ uint32_t
Definition
stdint.h:90
subsys
testsuite
include
zephyr
busy_sim.h
Generated on Mon Mar 17 2025 12:04:28 for Zephyr API Documentation by
1.12.0