Searched refs:_pcnt_intr_enable (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/driver/deprecated/ |
D | pcnt_legacy.c | 138 static inline esp_err_t _pcnt_intr_enable(pcnt_port_t pcnt_port, pcnt_unit_t pcnt_unit, bool enable) in _pcnt_intr_enable() function 270 _pcnt_intr_enable(PCNT_PORT_0, unit, false); in _pcnt_isr_handler_add() 277 _pcnt_intr_enable(PCNT_PORT_0, unit, true); in _pcnt_isr_handler_add() 288 _pcnt_intr_enable(PCNT_PORT_0, unit, false); in _pcnt_isr_handler_remove() 457 return _pcnt_intr_enable(PCNT_PORT_0, pcnt_unit, true); in pcnt_intr_enable() 462 return _pcnt_intr_enable(PCNT_PORT_0, pcnt_unit, false); in pcnt_intr_disable()
|