Home
last modified time | relevance | path

Searched refs:nrfx_is_in_ram (Results 1 – 11 of 11) sorted by relevance

/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_i2s.c273 (nrfx_is_in_ram(p_initial_buffers->p_rx_buffer) && in nrfx_i2s_start()
276 (nrfx_is_in_ram(p_initial_buffers->p_tx_buffer) && in nrfx_i2s_start()
293 && !nrfx_is_in_ram(p_initial_buffers->p_rx_buffer)) in nrfx_i2s_start()
296 && !nrfx_is_in_ram(p_initial_buffers->p_tx_buffer))) in nrfx_i2s_start()
346 (nrfx_is_in_ram(p_buffers->p_rx_buffer) && in nrfx_i2s_next_buffers_set()
349 (nrfx_is_in_ram(p_buffers->p_tx_buffer) && in nrfx_i2s_next_buffers_set()
364 && !nrfx_is_in_ram(p_buffers->p_rx_buffer)) in nrfx_i2s_next_buffers_set()
367 && !nrfx_is_in_ram(p_buffers->p_tx_buffer))) in nrfx_i2s_next_buffers_set()
A Dnrfx_pwm.c293 NRFX_ASSERT(nrfx_is_in_ram(p_sequence->values.p_raw)); in nrfx_pwm_simple_playback()
339 NRFX_ASSERT(nrfx_is_in_ram(p_sequence_0->values.p_raw)); in nrfx_pwm_complex_playback()
340 NRFX_ASSERT(nrfx_is_in_ram(p_sequence_1->values.p_raw)); in nrfx_pwm_complex_playback()
A Dnrfx_qspi.c353 if (!nrfx_is_in_ram(p_tx_buffer) || !nrfx_is_word_aligned(p_tx_buffer)) in nrfx_qspi_write()
369 if (!nrfx_is_in_ram(p_rx_buffer) || !nrfx_is_word_aligned(p_rx_buffer)) in nrfx_qspi_read()
A Dnrfx_usbd.c459 nrfx_is_in_ram(p_transfer->p_data.rx)); in nrfx_usbd_consumer()
496 NRFX_ASSERT(nrfx_is_in_ram(p_transfer->p_data.tx)); in nrfx_usbd_feeder_ram()
529 NRFX_ASSERT(nrfx_is_in_ram(p_transfer->p_data.tx)); in nrfx_usbd_feeder_ram_zlp()
559 NRFX_ASSERT(!nrfx_is_in_ram(p_transfer->p_data.tx)); in nrfx_usbd_feeder_flash()
594 NRFX_ASSERT(!nrfx_is_in_ram(p_transfer->p_data.tx)); in nrfx_usbd_feeder_flash_zlp()
2052 if (nrfx_is_in_ram(p_transfer->p_data.tx)) in nrfx_usbd_ep_transfer()
2112 NRFX_ASSERT((p_transfer->p_data.rx == NULL) || (nrfx_is_in_ram(p_transfer->p_data.rx))); in nrfx_usbd_ep_transfer()
A Dnrfx_spis.c404 if ((p_tx_buffer != NULL && !nrfx_is_in_ram(p_tx_buffer)) || in nrfx_spis_buffers_set()
405 (p_rx_buffer != NULL && !nrfx_is_in_ram(p_rx_buffer))) in nrfx_spis_buffers_set()
A Dnrfx_twim.c386 if (!nrfx_is_in_ram(p_xfer_desc->p_primary_buf)) in twim_xfer()
428 if (!nrfx_is_in_ram(p_xfer_desc->p_secondary_buf)) in twim_xfer()
450 if (!nrfx_is_in_ram(p_xfer_desc->p_secondary_buf)) in twim_xfer()
A Dnrfx_twis.c707 if (!nrfx_is_in_ram(p_buf)) in nrfx_twis_tx_prepare()
751 if (!nrfx_is_in_ram(p_buf)) in nrfx_twis_rx_prepare()
A Dnrfx_uarte.c364 if (!nrfx_is_in_ram(p_data)) in nrfx_uarte_tx()
447 if (!nrfx_is_in_ram(p_data)) in nrfx_uarte_rx()
A Dnrfx_spim.c571 if ((p_xfer_desc->p_tx_buffer != NULL && !nrfx_is_in_ram(p_xfer_desc->p_tx_buffer)) || in spim_xfer()
572 (p_xfer_desc->p_rx_buffer != NULL && !nrfx_is_in_ram(p_xfer_desc->p_rx_buffer))) in spim_xfer()
A Dnrfx_saadc.c413 if (!nrfx_is_in_ram(p_buffer)) in nrfx_saadc_buffer_set()
/lk-master/external/platform/nrfx/drivers/
A Dnrfx_common.h254 NRF_STATIC_INLINE bool nrfx_is_in_ram(void const * p_object);
314 NRF_STATIC_INLINE bool nrfx_is_in_ram(void const * p_object) in nrfx_is_in_ram() function

Completed in 22 milliseconds