ESP-IDF
LOCK_SHIFT
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
LOCK_SHIFT
LOCK_SHIFT macro
Syntax
Show:
Summary
Declaration
from
spi_bus_lock.c:163
#define
LOCK_SHIFT
20
Examples
References
from
examples
Code
Location
#define
LOCK_SHIFT
20
spi_bus_lock.c:163
#define
LOCK_BIT
(
mask
)
(
(
mask
)
<
<
LOCK_SHIFT
)
spi_bus_lock.c:174
#define
LOCK_MASK
BIT1_MASK
(
LOCK_SHIFT
+
MAX_DEV_NUM
,
LOCK_SHIFT
)
spi_bus_lock.c:183
uint32_t
lock_bits
=
(
status
&
LOCK_MASK
)
>
>
LOCK_SHIFT
;
spi_bus_lock.c:415
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