ESP-IDF
+
0
/2 examples
SourceVu will show references to
rmt_rx_channel_config_t::resolution_hz
from the following samples and libraries:
ir_nec_transceiver sample
onewire sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_rx_channel_config_t::resolution_hz
rmt_rx_channel_config_t::resolution_hz field
Channel clock resolution, in Hz
Syntax
Show:
Summary
Declaration
from
rmt_rx.h:35
uint32_t
resolution_hz
;
Examples
rmt_rx_channel_config_t::resolution_hz
is referenced by 2 libraries and example projects:
ir_nec_transceiver sample
onewire sample
References
from
0/2
examples
Code
Location
Referrer
uint32_t
resolution_hz
;
/*!< Channel clock resolution, in Hz */
rmt_rx.h:35
ESP_RETURN_ON_FALSE
(
config
&&
ret_chan
&&
config
->
resolution_hz
,
ESP_ERR_INVALID_ARG
,
TAG
,
"invalid argument"
)
;
rmt_rx.c:195
rmt_new_rx_channel()
uint32_t
real_div
=
(
group
->
resolution_hz
+
config
->
resolution_hz
/
2
)
/
config
->
resolution_hz
;
rmt_rx.c:282
rmt_new_rx_channel()
if
(
rx_channel
->
base
.
resolution_hz
!=
config
->
resolution_hz
)
{
rmt_rx.c:286
rmt_new_rx_channel()
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
rmt_rx_channel_config_t::resolution_hz
is read by 1 function:
All items filtered out
rmt_rx_channel_config_t::resolution_hz
rmt_new_rx_channel()
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out