Searched refs:limit (Results 1 – 5 of 5) sorted by relevance
873 uint8_t limit = (uint8_t)NRF_CTZ((uint32_t)limits_triggered); in saadc_event_limits_handle() local874 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()
244 nrfx_saadc_limit_evt_t limit; ///< Data for @ref NRFX_SAADC_EVT_LIMIT event. member
2473 # for no limit. Note that the threshold may be exceeded by 50% before the limit2570 # The DIR_GRAPH_MAX_DEPTH tag can be used to limit the maximum number of levels
2485 # for no limit. Note that the threshold may be exceeded by 50% before the limit2582 # The DIR_GRAPH_MAX_DEPTH tag can be used to limit the maximum number of levels
445 - Fixed assertion that checks correctness of limit setting in the SAADC driver.