Searched refs:pcnt_count_mode_t (Results 1 – 4 of 4) sorted by relevance
/device/soc/esp/esp32/components/hal/include/hal/ |
D | pcnt_types.h | 70 } pcnt_count_mode_t; typedef 101 pcnt_count_mode_t pos_mode; /*!< PCNT positive edge count mode */ 102 pcnt_count_mode_t neg_mode; /*!< PCNT negative edge count mode */
|
/device/soc/esp/esp32/components/hal/esp32/include/hal/ |
D | pcnt_ll.h | 44 …_dev_t *hw, pcnt_unit_t unit, pcnt_channel_t channel, pcnt_count_mode_t pos_mode, pcnt_count_mode_… in pcnt_ll_set_edge_mode() 90 …_dev_t *hw, pcnt_unit_t unit, pcnt_channel_t channel, pcnt_count_mode_t pos_mode, pcnt_count_mode_… in pcnt_ll_set_mode()
|
/device/soc/esp/esp32/components/driver/include/driver/ |
D | pcnt.h | 311 pcnt_count_mode_t pos_mode, pcnt_count_mode_t neg_mode,
|
/device/soc/esp/esp32/components/driver/ |
D | pcnt.c | 68 … pcnt_port, pcnt_unit_t unit, pcnt_channel_t channel, pcnt_count_mode_t pos_mode, pcnt_count_mode_… in _pcnt_set_mode() 412 …nt_set_mode(pcnt_unit_t unit, pcnt_channel_t channel, pcnt_count_mode_t pos_mode, pcnt_count_mode_… in pcnt_set_mode()
|