ESP-IDF
PENDING_SHIFT
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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
PENDING_SHIFT
PENDING_SHIFT macro
Syntax
Show:
Summary
Declaration
from
spi_bus_lock.c:164
#define
PENDING_SHIFT
10
Examples
References
from
examples
Code
Location
#define
PENDING_SHIFT
10
spi_bus_lock.c:164
#define
PENDING_BIT
(
mask
)
(
(
mask
)
<
<
PENDING_SHIFT
)
spi_bus_lock.c:176
#define
PEND_MASK
BIT1_MASK
(
PENDING_SHIFT
+
MAX_DEV_NUM
,
PENDING_SHIFT
)
spi_bus_lock.c:181
bg_bits
=
(
(
bg_bits
>
>
REQ_SHIFT
)
|
(
bg_bits
>
>
PENDING_SHIFT
)
)
&
REQ_MASK
;
spi_bus_lock.c:417
#if
PENDING_SHIFT
>
REQ_SHIFT
spi_bus_lock.c:473
uint32_t
pending_mask
=
active_req_bits
<
<
(
PENDING_SHIFT
-
REQ_SHIFT
)
;
spi_bus_lock.c:474
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