ESP-IDF
rmt_obj_t::tx_len_rem
is only used within ESP-IDF.
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_obj_t::tx_len_rem
rmt_obj_t::tx_len_rem field
Syntax
Show:
Summary
Declaration
from
rmt_legacy.c:90
size_t
tx_len_rem
;
Examples
References
from
examples
Code
Location
Referrer
size_t
tx_len_rem
;
rmt_legacy.c:90
p_rmt
->
tx_len_rem
=
0
;
rmt_legacy.c:764
rmt_driver_isr_default()
&
p_rmt
->
tx_len_rem
)
;
rmt_legacy.c:791
rmt_driver_isr_default()
size_t
len_rem
=
p_rmt
->
tx_len_rem
;
rmt_legacy.c:801
rmt_driver_isr_default()
p_rmt
->
tx_len_rem
-=
p_rmt
->
tx_sub_len
;
rmt_legacy.c:810
rmt_driver_isr_default()
p_rmt
->
tx_len_rem
-=
len_rem
;
rmt_legacy.c:817
rmt_driver_isr_default()
p_rmt_obj
[
channel
]
->
tx_len_rem
=
0
;
rmt_legacy.c:1047
rmt_driver_install()
p_rmt
->
tx_len_rem
=
len_rem
;
rmt_legacy.c:1144
rmt_write_items()
p_rmt
->
tx_len_rem
=
0
;
rmt_legacy.c:1155
rmt_write_items()
rmt_obj_t
*
obj
=
__containerof
(
item_num
,
rmt_obj_t
,
tx_len_rem
)
;
rmt_legacy.c:1255
rmt_translator_get_context()
p_rmt
->
sample_to_rmt
(
(
void
*
)
src
,
p_rmt
->
tx_buf
,
src_size
,
item_block_len
,
&
translated_size
,
&
p_rmt
->
tx_len_rem
)
;
rmt_legacy.c:1281
rmt_write_sample()
rmt_fill_memory
(
channel
,
p_rmt
->
tx_buf
,
p_rmt
->
tx_len_rem
,
0
)
;
rmt_legacy.c:1284
rmt_write_sample()
if
(
p_rmt
->
tx_len_rem
==
item_block_len
)
{
rmt_legacy.c:1285
rmt_write_sample()
rmt_fill_memory
(
channel
,
&
stop_data
,
1
,
p_rmt
->
tx_len_rem
)
;
rmt_legacy.c:1297
rmt_write_sample()
p_rmt
->
tx_len_rem
=
0
;
rmt_legacy.c:1298
rmt_write_sample()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
rmt_obj_t::tx_len_rem
is written by 4 functions and is read by 3 functions:
rmt_driver_isr_default()
rmt_driver_install()
rmt_write_items()
rmt_write_sample()
All items filtered out
rmt_obj_t::tx_len_rem
rmt_driver_isr_default()
rmt_translator_get_context()
rmt_write_sample()
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