Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/haly/
Dnrfy_saadc.h128 nrf_saadc_event_t event = nrf_saadc_limit_event_get(i, NRF_SAADC_LIMIT_LOW); in nrfy_saadc_int_init()
131 event = nrf_saadc_limit_event_get(i, NRF_SAADC_LIMIT_HIGH); in nrfy_saadc_int_init()
387 return nrf_saadc_limit_event_get(channel, limit_type); in nrfy_saadc_limit_event_get()
671 nrf_saadc_event_t event = nrf_saadc_limit_event_get(i, NRF_SAADC_LIMIT_LOW); in __nrfy_internal_saadc_events_process()
674 event = nrf_saadc_limit_event_get(i, NRF_SAADC_LIMIT_HIGH); in __nrfy_internal_saadc_events_process()
/hal_nordic-latest/nrfx/hal/
Dnrf_saadc.h552 NRF_STATIC_INLINE nrf_saadc_event_t nrf_saadc_limit_event_get(uint8_t channel,
936 NRF_STATIC_INLINE nrf_saadc_event_t nrf_saadc_limit_event_get(uint8_t channel, in nrf_saadc_limit_event_get() function