ESP-IDF
rmt_is_channel_number_valid()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_is_channel_number_valid()
rmt_is_channel_number_valid() function
Syntax
Show:
Summary
Declaration
from
rmt_legacy.c:564
static
bool
rmt_is_channel_number_valid
(
rmt_channel_t
channel
,
uint8_t
mode
)
;
Arguments
Argument
channel
mode
Examples
References
from
examples
Code
Location
Referrer
static
bool
rmt_is_channel_number_valid
(
rmt_channel_t
channel
,
uint8_t
mode
)
rmt_legacy.c:564
ESP_RETURN_ON_FALSE
(
rmt_is_channel_number_valid
(
channel
,
mode
)
,
ESP_ERR_INVALID_ARG
,
TAG
,
RMT_CHANNEL_ERROR_STR
)
;
rmt_legacy.c:586
rmt_internal_config()
Call Tree
from
examples
rmt_is_channel_number_valid()
is called by 1 function:
rmt_internal_config()
All items filtered out
rmt_is_channel_number_valid()
All items filtered out
Data Use
from
examples
rmt_is_channel_number_valid()
reads 2 variables:
rmt_mode_t::RMT_MODE_RX
rmt_channel_t::RMT_CHANNEL_MAX
All items filtered out
rmt_is_channel_number_valid()
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