Searched refs:nrf_saadc_value_t (Results 1 – 5 of 5) sorted by relevance
414 typedef void nrf_saadc_value_t; typedef416 typedef uint16_t nrf_saadc_value_t; typedef424 nrf_saadc_value_t * buffer; ///< Pointer to sample buffer.698 nrf_saadc_value_t * p_buffer,708 nrf_saadc_value_t * p_buffer);717 NRF_STATIC_INLINE nrf_saadc_value_t * nrf_saadc_buffer_pointer_get(NRF_SAADC_Type const * p_reg);1076 nrf_saadc_value_t * p_buffer, in nrf_saadc_buffer_init()1091 nrf_saadc_value_t * p_buffer) in nrf_saadc_buffer_pointer_set()1096 NRF_STATIC_INLINE nrf_saadc_value_t * nrf_saadc_buffer_pointer_get(NRF_SAADC_Type const * p_reg) in nrf_saadc_buffer_pointer_get()1098 return (nrf_saadc_value_t *)p_reg->RESULT.PTR; in nrf_saadc_buffer_pointer_get()
74 nrf_saadc_value_t * p_buffer; ///< Pointer to the sampling buffer.499 nrf_saadc_value_t * p_buffer, in nrfy_saadc_buffer_init()508 nrf_saadc_value_t * p_buffer) in nrfy_saadc_buffer_pointer_set()515 NRFY_STATIC_INLINE nrf_saadc_value_t * nrfy_saadc_buffer_pointer_get(NRF_SAADC_Type const * p_reg) in nrfy_saadc_buffer_pointer_get()518 nrf_saadc_value_t * p_buffer = nrf_saadc_buffer_pointer_get(p_reg); in nrfy_saadc_buffer_pointer_get()
226 nrf_saadc_value_t * p_buffer; ///< Pointer to the buffer with converted samples.419 nrfx_err_t nrfx_saadc_buffer_set(nrf_saadc_value_t * p_buffer, uint16_t size);
466 nrfx_err_t nrfx_saadc_buffer_set(nrf_saadc_value_t * p_buffer, uint16_t size) in nrfx_saadc_buffer_set()577 chunk.p_buffer = (nrf_saadc_value_t *) in nrfx_saadc_mode_trigger()583 chunk.p_buffer = (nrf_saadc_value_t *) in nrfx_saadc_mode_trigger()
180 - Changed the definition of nrf_saadc_value_t type in the SAADC HAL. Now pointer to the buffer hold…