Home
last modified time | relevance | path

Searched refs:nrfx_is_word_aligned (Results 1 – 7 of 7) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_nvmc.c378 NRFX_ASSERT(nrfx_is_word_aligned((void const *)addr)); in nrfx_nvmc_word_writable_check()
406 NRFX_ASSERT(nrfx_is_word_aligned((void const *)addr)); in nrfx_nvmc_word_write()
440 if (!nrfx_is_word_aligned((void const *)bytes_src)) in nrfx_nvmc_bytes_write()
480 NRFX_ASSERT(nrfx_is_word_aligned((void const *)addr)); in nrfx_nvmc_words_write()
481 NRFX_ASSERT(nrfx_is_word_aligned(src)); in nrfx_nvmc_words_write()
497 return (nrfx_is_word_aligned((void const *)addr) ? (uint16_t)(val32) in nrfx_nvmc_otp_halfword_read()
Dnrfx_rramc.c138 NRFX_ASSERT(nrfx_is_word_aligned((void const *)address)); in nrfx_rramc_word_write()
149 NRFX_ASSERT(nrfx_is_word_aligned((void const *)address)); in nrfx_rramc_words_write()
150 NRFX_ASSERT(nrfx_is_word_aligned(src)); in nrfx_rramc_words_write()
Dnrfx_i2s.c356 nrfx_is_word_aligned(p_initial_buffers->p_rx_buffer))); in nrfx_i2s_start()
359 nrfx_is_word_aligned(p_initial_buffers->p_tx_buffer))); in nrfx_i2s_start()
449 nrfx_is_word_aligned(p_buffers->p_rx_buffer))); in nrfx_i2s_next_buffers_set()
452 nrfx_is_word_aligned(p_buffers->p_tx_buffer))); in nrfx_i2s_next_buffers_set()
Dnrfx_qspi.c135 if (!nrfx_is_in_ram(p_buffer) || !nrfx_is_word_aligned(p_buffer)) in qspi_xfer()
824 if (!nrfx_is_word_aligned((void const *)start_address)) in nrfx_qspi_erase()
/hal_nordic-latest/nrfx/drivers/
Dnrfx_common.h641 NRF_STATIC_INLINE bool nrfx_is_word_aligned(void const * p_object);
691 NRF_STATIC_INLINE bool nrfx_is_word_aligned(void const * p_object) in nrfx_is_word_aligned() function
/hal_nordic-latest/nrfx/hal/
Dnrf_mpu.h127 NRFX_ASSERT(nrfx_is_word_aligned((const void *)size)); in nrf_mpu_region0_ram_size_set()
/hal_nordic-latest/nrfx/
DCHANGELOG.md629 - Added the nrfx_is_word_aligned() function for checking whether an address is word-aligned.