ESP-IDF
btc_main_future_type_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btc_main_future_type_t
btc_main_future_type_t enum
Syntax
Show:
Summary
Declaration
from
btc_main.h:23
enum
{
BTC_MAIN_INIT_FUTURE
=
0
,
BTC_MAIN_DEINIT_FUTURE
,
BTC_MAIN_ENABLE_FUTURE
,
BTC_MAIN_DISABLE_FUTURE
,
BTC_MAIN_FUTURE_NUM
,
}
;
Values
Value
Declared as
btc_main_future_type_t::BTC_MAIN_INIT_FUTURE
=
0
btc_main_future_type_t::BTC_MAIN_DEINIT_FUTURE
btc_main_future_type_t::BTC_MAIN_ENABLE_FUTURE
btc_main_future_type_t::BTC_MAIN_DISABLE_FUTURE
btc_main_future_type_t::BTC_MAIN_FUTURE_NUM
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
btc_main.h:23
}
btc_main_future_type_t
;
btc_main.h:29
future_t
*
*
btc_main_get_future_p
(
btc_main_future_type_t
type
)
btc_main.c:25
btc_main_get_future_p()
btc_main_get_future_p()::type
}
btc_main_future_type_t
;
btc_main.h:29
btc_main_future_type_t
future_t
*
*
btc_main_get_future_p
(
btc_main_future_type_t
type
)
;
btc_main.h:46
btc_main_get_future_p()
btc_main_get_future_p()::type
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
btc_main_get_future_p()::type
btc_main_get_future_p()
btc_main.h:46
btc_main_get_future_p()::type
btc_main_get_future_p()
btc_main.c:25
Lifecycle
from
examples
All items filtered out
All items filtered out