ESP-IDF
btc_func_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btc_func_t
btc_func_t struct
Syntax
Show:
Summary
Declaration
from
btc_task.h:111
typedef
struct
{
void
(
*
btc_call
)
(
btc_msg_t
*
msg
)
;
void
(
*
btc_cb
)
(
btc_msg_t
*
msg
)
;
}
btc_func_t
;
Fields
Field
Declared as
btc_func_t::btc_call
void
(
*
)
(
btc_msg_t
*
msg
)
btc_func_t::btc_cb
void
(
*
)
(
btc_msg_t
*
msg
)
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
btc_task.h:111
}
btc_func_t
;
btc_task.h:114
static
const
btc_func_t
profile_tab
[
BTC_PID_NUM
]
=
{
btc_task.c:100
}
btc_func_t
;
btc_task.h:114
btc_func_t
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
profile_tab
btc_task.c:100
Lifecycle
from
examples
All items filtered out
All items filtered out