Home
last modified time | relevance | path

Searched refs:pcnt_ll_event_disable (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/hal/include/hal/
Dpcnt_hal.h142 #define pcnt_hal_event_disable(hal, unit, evt_type) pcnt_ll_event_disable((hal)->dev, unit, evt_typ…
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dpcnt_ll.h221 static inline void pcnt_ll_event_disable(pcnt_dev_t *hw, pcnt_unit_t unit, pcnt_evt_type_t evt_type) in pcnt_ll_event_disable() function