Searched refs:limit_low (Results 1 – 2 of 2) sorted by relevance
595 nrfx_err_t nrfx_saadc_limits_set(uint8_t channel, int16_t limit_low, int16_t limit_high) in nrfx_saadc_limits_set() argument598 NRFX_ASSERT(limit_high >= limit_low); in nrfx_saadc_limits_set()616 nrf_saadc_channel_limits_set(NRF_SAADC, channel, limit_low, limit_high); in nrfx_saadc_limits_set()619 if (limit_low == INT16_MIN) in nrfx_saadc_limits_set()
357 nrfx_err_t nrfx_saadc_limits_set(uint8_t channel, int16_t limit_low, int16_t limit_high);
Completed in 4 milliseconds