ESP-IDF
tBTU_CB
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTU_CB
tBTU_CB struct
Syntax
Show:
Summary
Declaration
from
btu.h:227
typedef
struct
{
tBTU_TIMER_REG
timer_reg
[
BTU_MAX_REG_TIMER
]
;
tBTU_EVENT_REG
event_reg
[
BTU_MAX_REG_EVENT
]
;
BOOLEAN
reset_complete
;
UINT8
trace_level
;
}
tBTU_CB
;
Fields
Field
Declared as
tBTU_CB::timer_reg
tBTU_TIMER_REG
[
BTU_MAX_REG_TIMER
]
tBTU_CB::event_reg
tBTU_EVENT_REG
[
BTU_MAX_REG_EVENT
]
tBTU_CB::reset_complete
BOOLEAN
tBTU_CB::trace_level
UINT8
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
btu.h:227
}
tBTU_CB
;
btu.h:233
tBTU_CB
extern
tBTU_CB
btu_cb
;
btu.h:242
memset
(
&
btu_cb
,
0
,
sizeof
(
tBTU_CB
)
)
;
btu_init.c:159
BTU_StartUp()
tBTU_CB
btu_cb
;
btu_task.c:99
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
btu_cb
btu.h:242
btu_cb
btu_task.c:99
Lifecycle
from
examples
All items filtered out
All items filtered out