Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_i2s.c355 (nrfx_is_in_ram(p_initial_buffers->p_rx_buffer) && in nrfx_i2s_start()
358 (nrfx_is_in_ram(p_initial_buffers->p_tx_buffer) && in nrfx_i2s_start()
380 && !nrfx_is_in_ram(p_initial_buffers->p_rx_buffer)) in nrfx_i2s_start()
383 && !nrfx_is_in_ram(p_initial_buffers->p_tx_buffer))) in nrfx_i2s_start()
448 (nrfx_is_in_ram(p_buffers->p_rx_buffer) && in nrfx_i2s_next_buffers_set()
451 (nrfx_is_in_ram(p_buffers->p_tx_buffer) && in nrfx_i2s_next_buffers_set()
467 && !nrfx_is_in_ram(p_buffers->p_rx_buffer)) in nrfx_i2s_next_buffers_set()
470 && !nrfx_is_in_ram(p_buffers->p_tx_buffer))) in nrfx_i2s_next_buffers_set()
Dnrfx_pwm.c364 NRFX_ASSERT(nrfx_is_in_ram(p_sequence->values.p_raw)); in nrfx_pwm_simple_playback()
409 NRFX_ASSERT(nrfx_is_in_ram(p_sequence_0->values.p_raw)); in nrfx_pwm_complex_playback()
410 NRFX_ASSERT(nrfx_is_in_ram(p_sequence_1->values.p_raw)); in nrfx_pwm_complex_playback()
Dnrfx_usbd.c466 nrfx_is_in_ram(p_transfer->p_data.rx)); in nrfx_usbd_consumer()
503 NRFX_ASSERT(nrfx_is_in_ram(p_transfer->p_data.tx)); in nrfx_usbd_feeder_ram()
536 NRFX_ASSERT(nrfx_is_in_ram(p_transfer->p_data.tx)); in nrfx_usbd_feeder_ram_zlp()
566 NRFX_ASSERT(!nrfx_is_in_ram(p_transfer->p_data.tx)); in nrfx_usbd_feeder_flash()
601 NRFX_ASSERT(!nrfx_is_in_ram(p_transfer->p_data.tx)); in nrfx_usbd_feeder_flash_zlp()
2075 if (nrfx_is_in_ram(p_transfer->p_data.tx)) in nrfx_usbd_ep_transfer()
2127 NRFX_ASSERT((p_transfer->p_data.rx == NULL) || (nrfx_is_in_ram(p_transfer->p_data.rx))); in nrfx_usbd_ep_transfer()
Dnrfx_spis.c543 if ((p_tx_buffer != NULL && !nrfx_is_in_ram(p_tx_buffer)) || in nrfx_spis_buffers_set()
544 (p_rx_buffer != NULL && !nrfx_is_in_ram(p_rx_buffer))) in nrfx_spis_buffers_set()
Dnrfx_twis.c764 if (!nrfx_is_in_ram(p_buf)) in nrfx_twis_tx_prepare()
809 if (!nrfx_is_in_ram(p_buf)) in nrfx_twis_rx_prepare()
Dnrfx_twim.c435 !nrfx_is_in_ram(p_xfer_desc->p_primary_buf)) in twim_xfer()
446 !nrfx_is_in_ram(p_xfer_desc->p_secondary_buf)) in twim_xfer()
Dnrfx_qspi.c135 if (!nrfx_is_in_ram(p_buffer) || !nrfx_is_word_aligned(p_buffer)) in qspi_xfer()
Dnrfx_saadc.c475 if (!nrfx_is_in_ram(p_buffer)) in nrfx_saadc_buffer_set()
/hal_nordic-latest/nrfx/drivers/
Dnrfx_common.h627 NRF_STATIC_INLINE bool nrfx_is_in_ram(void const * p_object);
686 NRF_STATIC_INLINE bool nrfx_is_in_ram(void const * p_object) in nrfx_is_in_ram() function
/hal_nordic-latest/nrfx/helpers/
Dnrfx_ram_ctrl.c235 NRFX_ASSERT(nrfx_is_in_ram(p_object)); in ram_ctrl_block_section_iterate()