ESP-IDF
RMT_LL_EVENT_TX_ERROR
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_TX_ERROR
RMT_LL_EVENT_TX_ERROR macro
Syntax
Show:
Summary
Declaration
from
rmt_ll.h:29
#define
RMT_LL_EVENT_TX_ERROR
(
channel
)
(
1
<
<
(
(
channel
)
*
3
+
2
)
)
Arguments
Argument
channel
Examples
References
from
examples
Code
Location
#define
RMT_LL_EVENT_TX_ERROR
(
channel
)
(
1
<
<
(
(
channel
)
*
3
+
2
)
)
rmt_ll.h:29
rmt_ll_enable_interrupt
(
rmt_contex
.
hal
.
regs
,
RMT_LL_EVENT_TX_ERROR
(
channel
)
,
en
)
;
rmt_legacy.c:511
rmt_ll_clear_interrupt_status
(
hal
->
regs
,
RMT_LL_EVENT_TX_ERROR
(
channel
)
)
;
rmt_legacy.c:946
rmt_ll_enable_interrupt
(
rmt_contex
.
hal
.
regs
,
RMT_LL_EVENT_TX_MASK
(
channel
)
|
RMT_LL_EVENT_TX_ERROR
(
channel
)
,
false
)
;
rmt_legacy.c:972
return
dev
->
int_raw
.
val
&
(
RMT_LL_EVENT_TX_MASK
(
channel
)
|
RMT_LL_EVENT_TX_ERROR
(
channel
)
)
;
rmt_ll.h:548
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