ESP-IDF
spi_bus_lock_t::acq_dev_bg_active
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
spi_bus_lock_t::acq_dev_bg_active
spi_bus_lock_t::acq_dev_bg_active field
Syntax
Show:
Summary
Declaration
from
spi_bus_lock.c:208
bool
volatile
acq_dev_bg_active
;
Examples
References
from
examples
Code
Location
Referrer
bool
volatile
acq_dev_bg_active
;
///< BG is the acquiring processor serving the acquiring device, used for the wait_bg to skip waiting quickly.
spi_bus_lock.c:208
lock
->
acq_dev_bg_active
=
true
;
spi_bus_lock.c:352
req_core()
lock
->
acq_dev_bg_active
=
!
bg_yield
;
spi_bus_lock.c:427
schedule_core()
lock
->
acq_dev_bg_active
=
false
;
spi_bus_lock.c:429
schedule_core()
lock
->
acq_dev_bg_active
=
false
;
spi_bus_lock.c:499
clear_pend_core()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_bus_lock_t::acq_dev_bg_active
is written by 3 functions:
req_core()
schedule_core()
clear_pend_core()
All items filtered out
spi_bus_lock_t::acq_dev_bg_active
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