Searched refs:NRF_SAADC_EVENT_END (Results 1 – 6 of 6) sorted by relevance
/hal_nordic-3.4.0/nrfx/haly/ |
D | nrfy_saadc.h | 120 __nrfy_internal_saadc_event_enabled_clear(p_reg, mask, NRF_SAADC_EVENT_END); in nrfy_saadc_int_init() 250 uint32_t evt_mask = NRFY_EVENT_TO_INT_BITMASK(NRF_SAADC_EVENT_END); in nrfy_saadc_sample_start() 273 NRFY_EVENT_TO_INT_BITMASK(NRF_SAADC_EVENT_END), in nrfy_saadc_abort() 306 nrf_saadc_event_clear(p_reg, NRF_SAADC_EVENT_END); in nrfy_saadc_calibrate() 648 if (__nrfy_internal_saadc_event_handle(p_reg, mask, NRF_SAADC_EVENT_END, &evt_mask) && p_desc) in __nrfy_internal_saadc_events_process()
|
/hal_nordic-3.4.0/nrfx/drivers/src/ |
D | nrfx_saadc.c | 265 NRFY_EVENT_TO_INT_BITMASK(NRF_SAADC_EVENT_END) | in nrfx_saadc_init() 709 nrfy_saadc_event_clear(NRF_SAADC, NRF_SAADC_EVENT_END); in nrfx_saadc_offset_calibrate() 876 NRFY_EVENT_TO_INT_BITMASK(NRF_SAADC_EVENT_END) | in nrfx_saadc_irq_handler() 908 if (evt_mask & NRFY_EVENT_TO_INT_BITMASK(NRF_SAADC_EVENT_END)) in nrfx_saadc_irq_handler()
|
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_saadc/maximum_performance/ |
D | main.c | 301 nrf_saadc_event_address_get(NRF_SAADC, NRF_SAADC_EVENT_END), in main()
|
D | README.md | 26 …ask_t::NRF_SAADC_TASK_START ) on the SAADC event end ( @p nrf_saadc_event_t::NRF_SAADC_EVENT_END ).
|
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_saadc/advanced_non_blocking_internal_timer/ |
D | README.md | 21 …driver automatically triggers the @p NRF_SAADC_TASK_START task on the @p NRF_SAADC_EVENT_END event.
|
/hal_nordic-3.4.0/nrfx/hal/ |
D | nrf_saadc.h | 290 …NRF_SAADC_EVENT_END = offsetof(NRF_SAADC_Type, EVENTS_DMA.END), ///< The ADC has f… enumerator 292 …NRF_SAADC_EVENT_END = offsetof(NRF_SAADC_Type, EVENTS_END), ///< The ADC has f…
|