ESP-IDF
pcnt_channel_edge_action_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
pcnt_channel_edge_action_t
pcnt_channel_edge_action_t enum
Syntax
Show:
Summary
Declaration
from
pcnt_types.h:25
enum
{
PCNT_CHANNEL_EDGE_ACTION_HOLD
,
PCNT_CHANNEL_EDGE_ACTION_INCREASE
,
PCNT_CHANNEL_EDGE_ACTION_DECREASE
,
}
;
Values
Value
Declared as
Description
pcnt_channel_edge_action_t::PCNT_CHANNEL_EDGE_ACTION_HOLD
Hold current count value.
pcnt_channel_edge_action_t::PCNT_CHANNEL_EDGE_ACTION_INCREASE
Increase count value.
pcnt_channel_edge_action_t::PCNT_CHANNEL_EDGE_ACTION_DECREASE
Decrease count value.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
pcnt_types.h:25
}
pcnt_channel_edge_action_t
;
pcnt_types.h:29
typedef
pcnt_channel_edge_action_t
pcnt_count_mode_t
;
pcnt_types_legacy.h:84
static
inline
esp_err_t
_pcnt_set_mode
(
pcnt_port_t
pcnt_port
,
pcnt_unit_t
unit
,
pcnt_channel_t
channel
,
pcnt_count_mode_t
pos_mode
,
pcnt_count_mode_t
neg_mode
,
pcnt_ctrl_mode_t
hctrl_mode
,
pcnt_ctrl_mode_t
lctrl_mode
)
pcnt_legacy.c:68
_pcnt_set_mode()
_pcnt_set_mode()::neg_mode
esp_err_t
pcnt_set_mode
(
pcnt_unit_t
unit
,
pcnt_channel_t
channel
,
pcnt_count_mode_t
pos_mode
,
pcnt_count_mode_t
neg_mode
,
pcnt_ctrl_mode_t
hctrl_mode
,
pcnt_ctrl_mode_t
lctrl_mode
)
pcnt_legacy.c:434
pcnt_set_mode()
pcnt_set_mode()::neg_mode
static
inline
void
pcnt_ll_set_edge_action
(
pcnt_dev_t
*
hw
,
uint32_t
unit
,
uint32_t
channel
,
pcnt_channel_edge_action_t
pos_act
,
pcnt_channel_edge_action_t
neg_act
)
pcnt_ll.h:58
pcnt_ll_set_edge_action()
pcnt_ll_set_edge_action()::neg_act
}
pcnt_channel_edge_action_t
;
pcnt_types.h:29
pcnt_channel_edge_action_t
typedef
pcnt_channel_edge_action_t
pcnt_count_mode_t
;
pcnt_types_legacy.h:84
pcnt_count_mode_t
pcnt_count_mode_t
pos_mode
;
/*!< PCNT positive edge count mode */
pcnt_types_legacy.h:98
pcnt_config_t
pcnt_config_t::pos_mode
pcnt_count_mode_t
neg_mode
;
/*!< PCNT negative edge count mode */
pcnt_types_legacy.h:99
pcnt_config_t
pcnt_config_t::neg_mode
esp_err_t
pcnt_channel_set_edge_action
(
pcnt_channel_handle_t
chan
,
pcnt_channel_edge_action_t
pos_act
,
pcnt_channel_edge_action_t
neg_act
)
pulse_cnt.c:825
pcnt_channel_set_edge_action()
pcnt_channel_set_edge_action()::neg_act
esp_err_t
pcnt_channel_set_edge_action
(
pcnt_channel_handle_t
chan
,
pcnt_channel_edge_action_t
pos_act
,
pcnt_channel_edge_action_t
neg_act
)
;
pulse_cnt.h:382
pcnt_channel_set_edge_action()
pcnt_channel_set_edge_action()::pos_act
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
pcnt_config_t::pos_mode
pcnt_config_t
pcnt_types_legacy.h:98
pcnt_config_t::neg_mode
pcnt_config_t
pcnt_types_legacy.h:99
_pcnt_set_mode()::pos_mode
_pcnt_set_mode()
pcnt_legacy.c:68
_pcnt_set_mode()::neg_mode
_pcnt_set_mode()
pcnt_legacy.c:68
pcnt_set_mode()::pos_mode
pcnt_set_mode()
pcnt_legacy.c:434
pcnt_set_mode()::neg_mode
pcnt_set_mode()
pcnt_legacy.c:434
pcnt_ll_set_edge_action()::pos_act
pcnt_ll_set_edge_action()
pcnt_ll.h:58
pcnt_ll_set_edge_action()::neg_act
pcnt_ll_set_edge_action()
pcnt_ll.h:58
pcnt_channel_set_edge_action()::pos_act
pcnt_channel_set_edge_action()
pulse_cnt.c:825
pcnt_channel_set_edge_action()::neg_act
pcnt_channel_set_edge_action()
pulse_cnt.c:825
pcnt_channel_set_edge_action()::pos_act
pcnt_channel_set_edge_action()
pulse_cnt.h:382
pcnt_channel_set_edge_action()::neg_act
pcnt_channel_set_edge_action()
pulse_cnt.h:382
Lifecycle
from
examples
All items filtered out
All items filtered out