Searched defs:p_buffer (Results 1 – 15 of 15) sorted by relevance
/nrf52832-nimble/nordic/nrfx/drivers/src/ |
H A D | nrfx_saadc.c | 67 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 D | nrfx_adc.c | 48 nrf_adc_value_t * p_buffer; member
|
H A D | nrfx_spim.c | 124 static void anomaly_198_enable(uint8_t const * p_buffer, size_t buf_len) in anomaly_198_enable()
|
H A D | nrfx_usbd.c | 567 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 D | nrfx_adc.h | 63 nrf_adc_value_t * p_buffer; ///< Pointer to the buffer with converted samples. member
|
H A D | nrfx_saadc.h | 133 nrf_saadc_value_t * p_buffer; ///< Pointer to buffer with converted samples. member
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_spis.h | 542 uint8_t const * p_buffer, in nrf_spis_tx_buffer_set() 555 uint8_t * p_buffer, in nrf_spis_rx_buffer_set()
|
H A D | nrf_ecb.h | 268 __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 D | nrf_twim.h | 531 uint8_t const * p_buffer, in nrf_twim_tx_buffer_set() 539 uint8_t * p_buffer, in nrf_twim_rx_buffer_set()
|
H A D | nrf_i2s.h | 605 uint32_t * p_buffer) in nrf_i2s_rx_buffer_set() 616 uint32_t const * p_buffer) in nrf_i2s_tx_buffer_set()
|
H A D | nrf_uarte.h | 614 uint8_t const * p_buffer, in nrf_uarte_tx_buffer_set() 627 uint8_t * p_buffer, in nrf_uarte_rx_buffer_set()
|
H A D | nrf_spim.h | 721 uint8_t const * p_buffer, in nrf_spim_tx_buffer_set() 729 uint8_t * p_buffer, in nrf_spim_rx_buffer_set()
|
H A D | nrf_pdm.h | 450 __STATIC_INLINE void nrf_pdm_buffer_set(uint32_t * p_buffer, uint32_t num) in nrf_pdm_buffer_set()
|
H A D | nrf_qspi.h | 617 void const * p_buffer, in nrf_qspi_write_buffer_set() 627 void * p_buffer, in nrf_qspi_read_buffer_set()
|
H A D | nrf_saadc.h | 695 __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()
|