Home
last modified time | relevance | path

Searched refs:nrf_dma_accessible_check (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-3.6.0/nrfx/hal/
Dnrf_common.h153 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/
Dnrfx_nfct.c570 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()
Dnrfx_uarte.c748 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()
Dnrfx_spim.c732 !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()