Searched refs:nrf_dma_accessible_check (Results 1 – 4 of 4) sorted by relevance
/hal_nordic-3.6.0/nrfx/hal/ |
D | nrf_common.h | 153 NRF_STATIC_INLINE bool nrf_dma_accessible_check(void const * p_reg, void const * p_object); 239 NRF_STATIC_INLINE bool nrf_dma_accessible_check(void const * p_reg, void const * p_object) in nrf_dma_accessible_check() function
|
/hal_nordic-3.6.0/nrfx/drivers/src/ |
D | nrfx_nfct.c | 570 if (!nrf_dma_accessible_check(NRF_NFCT, p_rx_data->p_data)) in nrfx_nfct_rx() 615 if (!nrf_dma_accessible_check(NRF_NFCT, p_tx_data->p_data)) in nrfx_nfct_tx() 685 if (!nrf_dma_accessible_check(NRF_NFCT, p_tx_data->p_data)) in nrfx_nfct_bits_tx()
|
D | nrfx_uarte.c | 748 if (!nrf_dma_accessible_check(p_uarte, p_byte)) in poll_out() 916 if (!nrf_dma_accessible_check(p_uarte, p_data)) in nrfx_uarte_tx() 969 if (nrf_dma_accessible_check(p_uarte, p_cb->tx.curr.p_buffer)) in nrfx_uarte_tx() 1388 if (!nrf_dma_accessible_check(p_uarte, p_data)) in nrfx_uarte_rx_buffer_set() 1882 use_cache = !nrf_dma_accessible_check(p_uarte, p_cb->tx.curr.p_buffer); in txstopped_irq_handler()
|
D | nrfx_spim.c | 732 !nrf_dma_accessible_check(p_spim, p_xfer_desc->p_tx_buffer)) || in spim_xfer() 734 !nrf_dma_accessible_check(p_spim, p_xfer_desc->p_rx_buffer))) in spim_xfer()
|