ESP-IDF
REQ_MASK
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
REQ_MASK
REQ_MASK macro
Syntax
Show:
Summary
Declaration
from
spi_bus_lock.c:180
#define
REQ_MASK
BIT1_MASK
(
REQ_SHIFT
+
MAX_DEV_NUM
,
REQ_SHIFT
)
Examples
References
from
examples
Code
Location
#define
REQ_MASK
BIT1_MASK
(
REQ_SHIFT
+
MAX_DEV_NUM
,
REQ_SHIFT
)
spi_bus_lock.c:180
#define
DEV_REQ_MASK
(
dev
)
(
(
dev
)
->
mask
&
REQ_MASK
)
spi_bus_lock.c:185
bg_bits
=
(
(
bg_bits
>
>
REQ_SHIFT
)
|
(
bg_bits
>
>
PENDING_SHIFT
)
)
&
REQ_MASK
;
spi_bus_lock.c:417
uint32_t
active_req_bits
=
status
&
REQ_MASK
;
spi_bus_lock.c:472
if
(
dev_status
&
REQ_MASK
)
{
spi_bus_lock.c:837
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