Searched refs:nrfx_is_in_ram (Results 1 – 11 of 11) sorted by relevance
273 (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()
293 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()
353 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()
459 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()
404 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()
386 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()
707 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()
364 if (!nrfx_is_in_ram(p_data)) in nrfx_uarte_tx()447 if (!nrfx_is_in_ram(p_data)) in nrfx_uarte_rx()
571 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()
413 if (!nrfx_is_in_ram(p_buffer)) in nrfx_saadc_buffer_set()
254 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 20 milliseconds