Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/haly/
Dnrfy_pdm.h300 bool check = nrf_pdm_event_check(p_reg, event); in nrfy_pdm_event_check()
523 if ((mask & NRFY_EVENT_TO_INT_BITMASK(event)) && nrf_pdm_event_check(p_reg, event)) in __nrfy_internal_pdm_event_handle()
/hal_nordic-latest/nrfx/hal/
Dnrf_pdm.h248 NRF_STATIC_INLINE bool nrf_pdm_event_check(NRF_PDM_Type const * p_reg, nrf_pdm_event_t event);
555 NRF_STATIC_INLINE bool nrf_pdm_event_check(NRF_PDM_Type const * p_reg, nrf_pdm_event_t event) in nrf_pdm_event_check() function