Lines Matching full:limit
50 * @brief Value that should be set as high limit to disable limit detection.
54 * @brief Value that should be set as low limit to disable limit detection.
138 * @brief Analog-to-digital converter driver limit event data.
142 uint8_t channel; ///< Channel on which the limit was detected.
143 nrf_saadc_limit_t limit_type; ///< Type of limit detected.
155 nrfx_saadc_limit_evt_t limit; ///< Data for @ref NRFX_SAADC_EVT_LIMIT event. member
291 * When limits are enabled and the result exceeds the defined bounds, the limit handler
295 * @param[in] limit_low Lower limit (valid values from @ref NRFX_SAADC_LIMITL_DISABLED to
298 * to disable this limit.
299 * @param[in] limit_high Upper limit (valid values from @ref NRFX_SAADC_LIMITL_DISABLED to
302 * to disable this limit.