Searched refs:nrfx_is_word_aligned (Results 1 – 7 of 7) sorted by relevance
378 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()
138 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()
356 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()
135 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()
641 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
127 NRFX_ASSERT(nrfx_is_word_aligned((const void *)size)); in nrf_mpu_region0_ram_size_set()
629 - Added the nrfx_is_word_aligned() function for checking whether an address is word-aligned.