Home
last modified time | relevance | path

Searched refs:limit (Results 1 – 5 of 5) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_saadc.c873 uint8_t limit = (uint8_t)NRF_CTZ((uint32_t)limits_triggered); in saadc_event_limits_handle() local
874 limits_triggered &= ~(1UL << limit); in saadc_event_limits_handle()
877 uint8_t channel = limit / 2; in saadc_event_limits_handle()
882 ((limit & 0x1) == (NRFY_EVENT_TO_INT_BITPOS(NRF_SAADC_EVENT_CH0_LIMITH) & 0x1)) ? in saadc_event_limits_handle()
887 evt_data.data.limit.channel = channel; in saadc_event_limits_handle()
888 evt_data.data.limit.limit_type = limit_type; in saadc_event_limits_handle()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_saadc.h244 nrfx_saadc_limit_evt_t limit; ///< Data for @ref NRFX_SAADC_EVT_LIMIT event. member
/hal_nordic-latest/nrfx/samples/doc/
Dnrfx_examples.doxyfile2473 # for no limit. Note that the threshold may be exceeded by 50% before the limit
2570 # The DIR_GRAPH_MAX_DEPTH tag can be used to limit the maximum number of levels
/hal_nordic-latest/nrfx/doc/
Dnrfx.doxyfile2485 # for no limit. Note that the threshold may be exceeded by 50% before the limit
2582 # The DIR_GRAPH_MAX_DEPTH tag can be used to limit the maximum number of levels
/hal_nordic-latest/nrfx/
DCHANGELOG.md445 - Fixed assertion that checks correctness of limit setting in the SAADC driver.