ESP-IDF
pcnt_chan_config_t::flags
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
pcnt_chan_config_t::flags
pcnt_chan_config_t::flags field
Channel config flags
Syntax
Show:
Summary
Declaration
from
pulse_cnt.h:81
struct
{
uint32_t
invert_edge_input
:
1
;
uint32_t
invert_level_input
:
1
;
uint32_t
virt_edge_io_level
:
1
;
uint32_t
virt_level_io_level
:
1
;
uint32_t
io_loop_back
:
1
;
}
flags
;
Examples
References
from
examples
Code
Location
Referrer
}
flags
;
/*!< Channel config flags */
pulse_cnt.h:89
config
->
flags
.
invert_edge_input
)
;
pulse_cnt.c:744
pcnt_new_channel()
if
(
config
->
flags
.
io_loop_back
)
{
pulse_cnt.c:747
pcnt_new_channel()
esp_rom_gpio_connect_in_signal
(
config
->
flags
.
virt_edge_io_level
?
GPIO_MATRIX_CONST_ONE_INPUT
:
GPIO_MATRIX_CONST_ZERO_INPUT
,
pulse_cnt.c:752
pcnt_new_channel()
config
->
flags
.
invert_edge_input
)
;
pulse_cnt.c:754
pcnt_new_channel()
config
->
flags
.
invert_level_input
)
;
pulse_cnt.c:764
pcnt_new_channel()
if
(
config
->
flags
.
io_loop_back
)
{
pulse_cnt.c:767
pcnt_new_channel()
esp_rom_gpio_connect_in_signal
(
config
->
flags
.
virt_level_io_level
?
GPIO_MATRIX_CONST_ONE_INPUT
:
GPIO_MATRIX_CONST_ZERO_INPUT
,
pulse_cnt.c:772
pcnt_new_channel()
config
->
flags
.
invert_level_input
)
;
pulse_cnt.c:774
pcnt_new_channel()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pcnt_chan_config_t::flags
is read by 1 function:
All items filtered out
pcnt_chan_config_t::flags
pcnt_new_channel()
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