ESP-IDF
extra_rmt_receive_flags::en_partial_rx
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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
extra_rmt_receive_flags::en_partial_rx
extra_rmt_receive_flags::en_partial_rx field
Set this flag if the incoming data is very long, and the driver can only receive the data piece by piece, because the user buffer is not sufficient to save all the data.
Syntax
Show:
Summary
Declaration
from
rmt_rx.h:59
uint32_t
en_partial_rx
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
en_partial_rx
:
1
;
/*!< Set this flag if the incoming data is very long, and the driver can only receive the data piece by piece,
rmt_rx.h:59
ESP_RETURN_ON_FALSE_ISR
(
!
config
->
flags
.
en_partial_rx
,
ESP_ERR_NOT_SUPPORTED
,
TAG
,
"partial receive not supported"
)
;
rmt_rx.c:386
rmt_receive()
t
->
flags
.
en_partial_rx
=
config
->
flags
.
en_partial_rx
;
rmt_rx.c:430
rmt_receive()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
extra_rmt_receive_flags::en_partial_rx
is read by 1 function:
All items filtered out
extra_rmt_receive_flags::en_partial_rx
rmt_receive()
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