Home
last modified time | relevance | path

Searched defs:p_buffer (Results 1 – 15 of 15) sorted by relevance

/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_saadc.c67 volatile nrf_saadc_value_t * p_buffer; ///< Sample buffer. member
435 nrfx_err_t nrfx_saadc_buffer_convert(nrf_saadc_value_t * p_buffer, uint16_t size) in nrfx_saadc_buffer_convert()
H A Dnrfx_adc.c48 nrf_adc_value_t * p_buffer; member
H A Dnrfx_spim.c124 static void anomaly_198_enable(uint8_t const * p_buffer, size_t buf_len) in anomaly_198_enable()
H A Dnrfx_usbd.c567 void * p_buffer = nrfx_usbd_feeder_buffer_get(); in nrfx_usbd_feeder_flash() local
602 void * p_buffer = nrfx_usbd_feeder_buffer_get(); in nrfx_usbd_feeder_flash_zlp() local
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_adc.h63 nrf_adc_value_t * p_buffer; ///< Pointer to the buffer with converted samples. member
H A Dnrfx_saadc.h133 nrf_saadc_value_t * p_buffer; ///< Pointer to buffer with converted samples. member
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_spis.h542 uint8_t const * p_buffer, in nrf_spis_tx_buffer_set()
555 uint8_t * p_buffer, in nrf_spis_rx_buffer_set()
H A Dnrf_ecb.h268 __STATIC_INLINE void nrf_ecb_data_pointer_set(NRF_ECB_Type * p_reg, void const * p_buffer) in nrf_ecb_data_pointer_set()
H A Dnrf_twim.h531 uint8_t const * p_buffer, in nrf_twim_tx_buffer_set()
539 uint8_t * p_buffer, in nrf_twim_rx_buffer_set()
H A Dnrf_i2s.h605 uint32_t * p_buffer) in nrf_i2s_rx_buffer_set()
616 uint32_t const * p_buffer) in nrf_i2s_tx_buffer_set()
H A Dnrf_uarte.h614 uint8_t const * p_buffer, in nrf_uarte_tx_buffer_set()
627 uint8_t * p_buffer, in nrf_uarte_rx_buffer_set()
H A Dnrf_spim.h721 uint8_t const * p_buffer, in nrf_spim_tx_buffer_set()
729 uint8_t * p_buffer, in nrf_spim_rx_buffer_set()
H A Dnrf_pdm.h450 __STATIC_INLINE void nrf_pdm_buffer_set(uint32_t * p_buffer, uint32_t num) in nrf_pdm_buffer_set()
H A Dnrf_qspi.h617 void const * p_buffer, in nrf_qspi_write_buffer_set()
627 void * p_buffer, in nrf_qspi_read_buffer_set()
H A Dnrf_saadc.h695 __STATIC_INLINE void nrf_saadc_buffer_init(nrf_saadc_value_t * p_buffer, in nrf_saadc_buffer_init()
702 __STATIC_INLINE void nrf_saadc_buffer_pointer_set(nrf_saadc_value_t * p_buffer) in nrf_saadc_buffer_pointer_set()