Searched refs:pcnt_channel_t (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/driver/deprecated/driver/ |
D | pcnt_types_legacy.h | 56 } pcnt_channel_t; typedef 103 pcnt_channel_t channel; /*!< the PCNT channel */
|
D | pcnt.h | 230 esp_err_t pcnt_set_pin(pcnt_unit_t unit, pcnt_channel_t channel, int pulse_io, int ctrl_io); 300 esp_err_t pcnt_set_mode(pcnt_unit_t unit, pcnt_channel_t channel,
|
/hal_espressif-latest/components/driver/deprecated/ |
D | pcnt_legacy.c | 61 static inline esp_err_t _pcnt_set_mode(pcnt_port_t pcnt_port, pcnt_unit_t unit, pcnt_channel_t chan… in _pcnt_set_mode() 74 static inline esp_err_t _pcnt_set_pin(pcnt_port_t pcnt_port, pcnt_unit_t unit, pcnt_channel_t chann… in _pcnt_set_pin() 425 esp_err_t pcnt_set_mode(pcnt_unit_t unit, pcnt_channel_t channel, pcnt_count_mode_t pos_mode, pcnt_… in pcnt_set_mode() 430 esp_err_t pcnt_set_pin(pcnt_unit_t unit, pcnt_channel_t channel, int pulse_io, int ctrl_io) in pcnt_set_pin()
|