Searched refs:event_type (Results 1 – 4 of 4) sorted by relevance
413 …ErrorCode_t (*EnableEvent)(USBD_HANDLE_T hUsb, uint32_t EPNum, uint32_t event_type, uint32_t enab…449 extern ErrorCode_t hwUSB_EnableEvent(USBD_HANDLE_T hUsb, uint32_t EPNum, uint32_t event_type, uint…
124 typedef void (* nrfx_timer_event_handler_t)(nrf_timer_event_t event_type,
198 typedef void (* nrfx_pwm_handler_t)(nrfx_pwm_evt_type_t event_type, void * p_context);
344 static void nrfx_nfct_field_timer_handler(nrf_timer_event_t event_type, void * p_context) in nrfx_nfct_field_timer_handler() argument348 if (event_type != NRF_TIMER_EVENT_COMPARE0) in nrfx_nfct_field_timer_handler()
Completed in 8 milliseconds