ESP-IDF
BIT1_MASK
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BIT1_MASK
BIT1_MASK macro
Syntax
Show:
Summary
Declaration
from
spi_bus_lock.c:172
#define
BIT1_MASK
(
high
,
low
)
(
(
UINT32_MAX
<
<
(
high
)
)
^
(
UINT32_MAX
<
<
(
low
)
)
)
Arguments
Argument
high
low
Examples
References
from
examples
Code
Location
#define
BIT1_MASK
(
high
,
low
)
(
(
UINT32_MAX
<
<
(
high
)
)
^
(
UINT32_MAX
<
<
(
low
)
)
)
spi_bus_lock.c:172
#define
REQ_MASK
BIT1_MASK
(
REQ_SHIFT
+
MAX_DEV_NUM
,
REQ_SHIFT
)
spi_bus_lock.c:180
#define
PEND_MASK
BIT1_MASK
(
PENDING_SHIFT
+
MAX_DEV_NUM
,
PENDING_SHIFT
)
spi_bus_lock.c:181
#define
BG_MASK
BIT1_MASK
(
REQ_SHIFT
+
MAX_DEV_NUM
*
2
,
REQ_SHIFT
)
spi_bus_lock.c:182
#define
LOCK_MASK
BIT1_MASK
(
LOCK_SHIFT
+
MAX_DEV_NUM
,
LOCK_SHIFT
)
spi_bus_lock.c:183
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