ESP-IDF
RMT_LL_EVENT_RX_DONE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_DONE
RMT_LL_EVENT_RX_DONE macro
Syntax
Show:
Summary
Declaration
from
rmt_ll.h:30
#define
RMT_LL_EVENT_RX_DONE
(
channel
)
(
1
<
<
(
(
channel
)
*
3
+
1
)
)
Arguments
Argument
channel
Examples
References
from
examples
Code
Location
#define
RMT_LL_EVENT_RX_DONE
(
channel
)
(
1
<
<
(
(
channel
)
*
3
+
1
)
)
rmt_ll.h:30
rmt_ll_clear_interrupt_status
(
rmt_contex
.
hal
.
regs
,
RMT_LL_EVENT_RX_DONE
(
RMT_DECODE_RX_CHANNEL
(
channel
)
)
)
;
rmt_legacy.c:344
rmt_ll_enable_interrupt
(
rmt_contex
.
hal
.
regs
,
RMT_LL_EVENT_RX_DONE
(
RMT_DECODE_RX_CHANNEL
(
channel
)
)
,
true
)
;
rmt_legacy.c:345
rmt_ll_enable_interrupt
(
rmt_contex
.
hal
.
regs
,
RMT_LL_EVENT_RX_DONE
(
RMT_DECODE_RX_CHANNEL
(
channel
)
)
,
false
)
;
rmt_legacy.c:363
rmt_ll_enable_interrupt
(
rmt_contex
.
hal
.
regs
,
RMT_LL_EVENT_RX_DONE
(
RMT_DECODE_RX_CHANNEL
(
channel
)
)
,
en
)
;
rmt_legacy.c:499
rmt_ll_clear_interrupt_status
(
hal
->
regs
,
RMT_LL_EVENT_RX_DONE
(
channel
)
)
;
rmt_legacy.c:866
#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_clear_interrupt_status
(
hal
->
regs
,
RMT_LL_EVENT_RX_DONE
(
channel_id
)
)
;
rmt_rx.c:601
if
(
status
&
RMT_LL_EVENT_RX_DONE
(
channel_id
)
)
{
rmt_rx.c:766
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