Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/hal/include/hal/
Dpcnt_hal.h132 #define pcnt_hal_event_enable(hal, unit, evt_type) pcnt_ll_event_enable((hal)->dev, unit, evt_type) macro
/device/soc/esp/esp32/components/driver/
Dpcnt.c169 pcnt_hal_event_enable(&(p_pcnt_obj[pcnt_port]->hal), unit, evt_type); in _pcnt_event_enable()