Home
last modified time | relevance | path

Searched refs:nrf_saadc_value_t (Results 1 – 5 of 5) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_saadc.h414 typedef void nrf_saadc_value_t; typedef
416 typedef uint16_t nrf_saadc_value_t; typedef
424 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()
/hal_nordic-latest/nrfx/haly/
Dnrfy_saadc.h74 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()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_saadc.h226 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);
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_saadc.c466 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()
/hal_nordic-latest/nrfx/
DCHANGELOG.md180 - Changed the definition of nrf_saadc_value_t type in the SAADC HAL. Now pointer to the buffer hold…