ESP-IDF
RMT_LL_EVENT_RX_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
RMT_LL_EVENT_RX_MASK
RMT_LL_EVENT_RX_MASK macro
Syntax
Show:
Summary
Declaration
from
rmt_ll.h:34
#define
RMT_LL_EVENT_RX_MASK
(
channel
)
(
RMT_LL_EVENT_RX_DONE
(
channel
)
|
RMT_LL_EVENT_RX_THRES
(
channel
)
)
Arguments
Argument
channel
Examples
References
from
examples
Code
Location
#define
RMT_LL_EVENT_RX_MASK
(
channel
)
(
RMT_LL_EVENT_RX_DONE
(
channel
)
|
RMT_LL_EVENT_RX_THRES
(
channel
)
)
rmt_ll.h:34
rmt_ll_enable_interrupt
(
hal
->
regs
,
RMT_LL_EVENT_RX_MASK
(
channel
)
,
false
)
;
rmt_hal.c:45
rmt_ll_clear_interrupt_status
(
hal
->
regs
,
RMT_LL_EVENT_RX_MASK
(
channel
)
)
;
rmt_hal.c:46
rmt_ll_enable_interrupt
(
rmt_contex
.
hal
.
regs
,
RMT_LL_EVENT_RX_MASK
(
RMT_DECODE_RX_CHANNEL
(
channel
)
)
|
RMT_LL_EVENT_RX_ERROR
(
RMT_DECODE_RX_CHANNEL
(
channel
)
)
,
false
)
;
rmt_legacy.c:970
return
dev
->
int_raw
.
val
&
(
RMT_LL_EVENT_RX_MASK
(
channel
)
|
RMT_LL_EVENT_RX_ERROR
(
channel
)
)
;
rmt_ll.h:561
return
dev
->
int_st
.
val
&
RMT_LL_EVENT_RX_MASK
(
channel
)
;
rmt_ll.h:574
RMT_LL_EVENT_RX_MASK
(
channel_id
)
,
rmt_rx_default_isr
,
rx_channel
,
&
rx_channel
->
base
.
intr
)
;
rmt_rx.c:275
rmt_ll_enable_interrupt
(
hal
->
regs
,
RMT_LL_EVENT_RX_MASK
(
channel_id
)
,
true
)
;
rmt_rx.c:535
rmt_ll_enable_interrupt
(
hal
->
regs
,
RMT_LL_EVENT_RX_MASK
(
channel_id
)
,
false
)
;
rmt_rx.c:576
rmt_ll_clear_interrupt_status
(
hal
->
regs
,
RMT_LL_EVENT_RX_MASK
(
channel_id
)
)
;
rmt_rx.c:577
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