Searched defs:p_buf (Results 1 – 6 of 6) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_uarte.c | 707 uint8_t const * p_buf, in wait_for_endtx() 752 uint8_t const * p_buf; in poll_out() local 815 uint8_t const * p_buf; in tx_prepare_start() local 1218 uint8_t *p_buf = p_cache->user[0].p_buffer; in handler_on_rx_done() local 1245 uint8_t * p_buf = p_cb->rx.curr.p_buffer; in rx_flushed_handler() local 1802 uint8_t * p_buf = p_cache->cache[p_cache->idx++ & 0x1].p_buffer; in rxstarted_irq_handler() local 1845 uint8_t *p_buf = p_cb->rx.curr.p_buffer; in endrx_irq_handler() local 1990 uint8_t const * p_buf = p_cb->tx.curr.p_buffer; in endtx_irq_handler() local
|
| D | nrfx_cracen.c | 212 static cracen_ret_t trng_entropy_get(uint8_t * p_buf, size_t size) in trng_entropy_get() 492 nrfx_err_t nrfx_cracen_ctr_drbg_random_get(uint8_t * p_buf, size_t size) in nrfx_cracen_ctr_drbg_random_get()
|
| D | nrfx_twis.c | 746 void const * p_buf, in nrfx_twis_tx_prepare() 791 void * p_buf, in nrfx_twis_rx_prepare()
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_twis.h | 808 NRF_STATIC_INLINE void nrf_twis_rx_buffer_set(NRF_TWIS_Type * p_reg, uint8_t * p_buf, size_t length) in nrf_twis_rx_buffer_set() 828 NRF_STATIC_INLINE void nrf_twis_rx_prepare(NRF_TWIS_Type * p_reg, uint8_t * p_buf, size_t length) in nrf_twis_rx_prepare() 844 uint8_t const * p_buf, in nrf_twis_tx_buffer_set() 866 uint8_t const * p_buf, in nrf_twis_tx_prepare()
|
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_spi.h | 182 #define NRFX_SPI_XFER_TX(p_buf, length) \ argument 186 #define NRFX_SPI_XFER_RX(p_buf, length) \ argument
|
| D | nrfx_spim.h | 224 #define NRFX_SPIM_XFER_TX(p_buf, length) \ argument 228 #define NRFX_SPIM_XFER_RX(p_buf, length) \ argument
|