Searched refs:nrfx_is_in_ram (Results 1 – 10 of 10) sorted by relevance
355 (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()
364 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()
466 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()
543 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()
764 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()
435 !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()
135 if (!nrfx_is_in_ram(p_buffer) || !nrfx_is_word_aligned(p_buffer)) in qspi_xfer()
475 if (!nrfx_is_in_ram(p_buffer)) in nrfx_saadc_buffer_set()
627 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
235 NRFX_ASSERT(nrfx_is_in_ram(p_object)); in ram_ctrl_block_section_iterate()