ESP-IDF
BG_MASK
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
BG_MASK
BG_MASK macro
Syntax
Show:
Summary
Declaration
from
spi_bus_lock.c:182
#define
BG_MASK
BIT1_MASK
(
REQ_SHIFT
+
MAX_DEV_NUM
*
2
,
REQ_SHIFT
)
Examples
References
from
examples
Code
Location
#define
BG_MASK
BIT1_MASK
(
REQ_SHIFT
+
MAX_DEV_NUM
*
2
,
REQ_SHIFT
)
spi_bus_lock.c:182
#define
DEV_BG_MASK
(
dev
)
(
(
dev
)
->
mask
&
BG_MASK
)
spi_bus_lock.c:187
if
(
(
status
&
(
BG_MASK
|
LOCK_MASK
)
)
==
0
)
{
spi_bus_lock.c:376
uint32_t
bg_bits
=
status
&
BG_MASK
;
spi_bus_lock.c:416
ret
=
!
(
status
&
BG_MASK
)
;
spi_bus_lock.c:559
return
status
&
BG_MASK
;
spi_bus_lock.c:848
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