Lines Matching full:channel
142 uint8_t channel; ///< Channel on which the limit was detected. member
197 * @brief Function for initializing an SAADC channel.
199 * This function configures and enables the channel.
203 * @retval NRFX_ERROR_NO_MEM If the specified channel was already allocated.
205 nrfx_err_t nrfx_saadc_channel_init(uint8_t channel,
210 * @brief Function for uninitializing an SAADC channel.
215 nrfx_err_t nrfx_saadc_channel_uninit(uint8_t channel);
233 * @param[in] channel Channel.
239 nrfx_err_t nrfx_saadc_sample_convert(uint8_t channel, nrf_saadc_value_t * p_value);
290 * @brief Function for setting the SAADC channel limits.
294 * @param[in] channel SAADC channel number.
304 void nrfx_saadc_limits_set(uint8_t channel, int16_t limit_low, int16_t limit_high);