ESP-IDF
rmt_dev_t::int_raw
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
rmt_dev_t::int_raw
rmt_dev_t::int_raw field
Syntax
Show:
Summary
Declaration
from
rmt_struct.h:53
volatile
union
{
struct
{
uint32_t
ch0_tx_end
:
1
;
uint32_t
ch0_rx_end
:
1
;
uint32_t
ch0_err
:
1
;
uint32_t
ch1_tx_end
:
1
;
uint32_t
ch1_rx_end
:
1
;
uint32_t
ch1_err
:
1
;
uint32_t
ch2_tx_end
:
1
;
uint32_t
ch2_rx_end
:
1
;
uint32_t
ch2_err
:
1
;
uint32_t
ch3_tx_end
:
1
;
uint32_t
ch3_rx_end
:
1
;
uint32_t
ch3_err
:
1
;
uint32_t
ch4_tx_end
:
1
;
uint32_t
ch4_rx_end
:
1
;
uint32_t
ch4_err
:
1
;
uint32_t
ch5_tx_end
:
1
;
uint32_t
ch5_rx_end
:
1
;
uint32_t
ch5_err
:
1
;
uint32_t
ch6_tx_end
:
1
;
uint32_t
ch6_rx_end
:
1
;
uint32_t
ch6_err
:
1
;
uint32_t
ch7_tx_end
:
1
;
uint32_t
ch7_rx_end
:
1
;
uint32_t
ch7_err
:
1
;
uint32_t
ch0_tx_thr_event
:
1
;
uint32_t
ch1_tx_thr_event
:
1
;
uint32_t
ch2_tx_thr_event
:
1
;
uint32_t
ch3_tx_thr_event
:
1
;
uint32_t
ch4_tx_thr_event
:
1
;
uint32_t
ch5_tx_thr_event
:
1
;
uint32_t
ch6_tx_thr_event
:
1
;
uint32_t
ch7_tx_thr_event
:
1
;
}
;
uint32_t
val
;
}
int_raw
;
Examples
References
from
examples
Code
Location
Referrer
}
int_raw
;
rmt_struct.h:89
return
dev
->
int_raw
.
val
&
(
RMT_LL_EVENT_TX_MASK
(
channel
)
|
RMT_LL_EVENT_TX_ERROR
(
channel
)
)
;
rmt_ll.h:548
rmt_ll_tx_get_interrupt_status_raw()
return
dev
->
int_raw
.
val
&
(
RMT_LL_EVENT_RX_MASK
(
channel
)
|
RMT_LL_EVENT_RX_ERROR
(
channel
)
)
;
rmt_ll.h:561
rmt_ll_rx_get_interrupt_status_raw()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
rmt_dev_t::int_raw
is read by 2 functions:
All items filtered out
rmt_dev_t::int_raw
rmt_ll_tx_get_interrupt_status_raw()
rmt_ll_rx_get_interrupt_status_raw()
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