ESP-IDF
bg_ctrl_func_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bg_ctrl_func_t
bg_ctrl_func_t
Background operation control function
Syntax
Show:
Summary
Declaration
from
spi_share_hw_ctrl.h:44
typedef
void
(
*
bg_ctrl_func_t
)
(
void
*
)
;
Examples
References
from
examples
Code
Location
Referrer
typedef
void
(
*
bg_ctrl_func_t
)
(
void
*
)
;
spi_share_hw_ctrl.h:44
bg_ctrl_func_t
bg_enable
;
///< Function to enable background operations.
spi_bus_lock.c:213
bg_ctrl_func_t
bg_disable
;
///< Function to disable background operations
spi_bus_lock.c:214
void
spi_bus_lock_set_bg_control
(
spi_bus_lock_handle_t
lock
,
bg_ctrl_func_t
bg_enable
,
bg_ctrl_func_t
bg_disable
,
void
*
arg
)
spi_bus_lock.c:695
spi_bus_lock_set_bg_control()
void
spi_bus_lock_set_bg_control
(
spi_bus_lock_handle_t
lock
,
bg_ctrl_func_t
bg_enable
,
spi_share_hw_ctrl.h:265
bg_ctrl_func_t
bg_disable
,
void
*
arg
)
;
spi_share_hw_ctrl.h:266
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
Lifecycle
from
examples
All items filtered out
All items filtered out