ESP-IDF
+
0
/15 examples
SourceVu will show references to
rmt_symbol_word_t
from the following samples and libraries:
blink sample
ot_br sample
ot_cli sample
ot_trel sample
dshot_esc sample
ir_nec_transceiver sample
led_strip sample
led_strip_simple_encoder sample
musical_buzzer sample
onewire sample
stepper_motor sample
Bluedroid_GATT_Server sample
NimBLE_Connection sample
NimBLE_GATT_Server sample
NimBLE_Security sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
rmt_symbol_word_t
rmt_symbol_word_t union
The layout of RMT symbol stored in memory, which is decided by the hardware design
Syntax
Show:
Summary
Declaration
from
rmt_types.h:30
typedef
union
{
struct
{
uint16_t
duration0
:
15
;
uint16_t
level0
:
1
;
uint16_t
duration1
:
15
;
uint16_t
level1
:
1
;
}
;
uint32_t
val
;
}
rmt_symbol_word_t
;
Fields
Field
Declared as
Description
rmt_symbol_word_t::val
uint32_t
Equivalent unsigned value for the RMT symbol.
Examples
rmt_symbol_word_t
is referenced by 15 libraries and example projects:
References
from
examples
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