Home
last modified time | relevance | path

Searched refs:limit_low (Results 1 – 2 of 2) sorted by relevance

/external/platform/nrfx/drivers/src/
A Dnrfx_saadc.c595 nrfx_err_t nrfx_saadc_limits_set(uint8_t channel, int16_t limit_low, int16_t limit_high) in nrfx_saadc_limits_set() argument
598 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()
/external/platform/nrfx/drivers/include/
A Dnrfx_saadc.h357 nrfx_err_t nrfx_saadc_limits_set(uint8_t channel, int16_t limit_low, int16_t limit_high);

Completed in 4 milliseconds