Searched refs:limit_high (Results 1 – 2 of 2) sorted by relevance
646 nrfx_err_t nrfx_saadc_limits_set(uint8_t channel, int16_t limit_low, int16_t limit_high) in nrfx_saadc_limits_set() argument649 NRFX_ASSERT(limit_high >= limit_low); in nrfx_saadc_limits_set()667 nrfy_saadc_channel_limits_set(NRF_SAADC, channel, limit_low, limit_high); in nrfx_saadc_limits_set()682 if (limit_high == INT16_MAX) in nrfx_saadc_limits_set()
468 nrfx_err_t nrfx_saadc_limits_set(uint8_t channel, int16_t limit_low, int16_t limit_high);