Searched defs:p_buffer (Results 1 – 15 of 15) sorted by relevance
/lk-master/external/platform/nrfx/hal/ |
A D | nrf_spis.h | 620 uint8_t const * p_buffer, in nrf_spis_tx_buffer_set() 633 uint8_t * p_buffer, in nrf_spis_rx_buffer_set()
|
A D | nrf_twim.h | 572 uint8_t const * p_buffer, in nrf_twim_tx_buffer_set() 580 uint8_t * p_buffer, in nrf_twim_rx_buffer_set()
|
A D | nrf_ecb.h | 210 NRF_STATIC_INLINE void nrf_ecb_data_pointer_set(NRF_ECB_Type * p_reg, void const * p_buffer) in nrf_ecb_data_pointer_set()
|
A D | nrf_spim.h | 777 uint8_t const * p_buffer, in nrf_spim_tx_buffer_set() 785 uint8_t * p_buffer, in nrf_spim_rx_buffer_set()
|
A D | nrf_uarte.h | 635 uint8_t const * p_buffer, in nrf_uarte_tx_buffer_set() 648 uint8_t * p_buffer, in nrf_uarte_rx_buffer_set()
|
A D | nrf_i2s.h | 700 uint32_t * p_buffer) in nrf_i2s_rx_buffer_set() 711 uint32_t const * p_buffer) in nrf_i2s_tx_buffer_set()
|
A D | nrf_saadc.h | 779 nrf_saadc_value_t * p_buffer, in nrf_saadc_buffer_init() 787 nrf_saadc_value_t * p_buffer) in nrf_saadc_buffer_pointer_set()
|
A D | nrf_qspi.h | 740 void const * p_buffer, in nrf_qspi_write_buffer_set() 750 void * p_buffer, in nrf_qspi_read_buffer_set()
|
A D | nrf_pdm.h | 589 NRF_STATIC_INLINE void nrf_pdm_buffer_set(NRF_PDM_Type * p_reg, uint32_t * p_buffer, uint32_t num) in nrf_pdm_buffer_set()
|
/lk-master/external/platform/nrfx/drivers/include/ |
A D | nrfx_adc.h | 59 nrf_adc_value_t * p_buffer; ///< Pointer to the buffer with converted samples. member
|
A D | nrfx_saadc.h | 170 nrf_saadc_value_t * p_buffer; ///< Pointer to the buffer with converted samples. member
|
/lk-master/external/platform/nrfx/drivers/src/ |
A D | nrfx_adc.c | 48 nrf_adc_value_t * p_buffer; member
|
A D | nrfx_saadc.c | 404 nrfx_err_t nrfx_saadc_buffer_set(nrf_saadc_value_t * p_buffer, uint16_t size) in nrfx_saadc_buffer_set()
|
A D | nrfx_usbd.c | 562 void * p_buffer = nrfx_usbd_feeder_buffer_get(); in nrfx_usbd_feeder_flash() local 597 void * p_buffer = nrfx_usbd_feeder_buffer_get(); in nrfx_usbd_feeder_flash_zlp() local
|
A D | nrfx_spim.c | 203 static void anomaly_198_enable(uint8_t const * p_buffer, size_t buf_len) in anomaly_198_enable()
|
Completed in 30 milliseconds