ESP-IDF
btc_profile_cb_tab
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
btc_profile_cb_tab
btc_profile_cb_tab variable
Syntax
Show:
Summary
Declaration
Definition
from
btc_manage.h:13
extern
void
*
btc_profile_cb_tab
[
BTC_PID_NUM
]
;
Implemented in
btc_manage.c:12
Examples
References
from
examples
Code
Location
Referrer
void
*
btc_profile_cb_tab
[
BTC_PID_NUM
]
=
{
}
;
btc_manage.c:12
extern
void
*
btc_profile_cb_tab
[
BTC_PID_NUM
]
;
btc_manage.h:13
btc_profile_cb_tab
[
i
]
=
NULL
;
btc_manage.c:22
esp_profile_cb_reset()
btc_profile_cb_tab
[
profile_id
]
=
cb
;
btc_manage.c:32
btc_profile_cb_set()
return
btc_profile_cb_tab
[
profile_id
]
;
btc_manage.c:43
btc_profile_cb_get()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_profile_cb_tab
is read by 3 functions:
All items filtered out
btc_profile_cb_tab
esp_profile_cb_reset()
btc_profile_cb_set()
btc_profile_cb_get()
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
Lifecycle
from
examples
All items filtered out
All items filtered out