Searched refs:nrfx_is_word_aligned (Results 1 – 6 of 6) sorted by relevance
375 NRFX_ASSERT(nrfx_is_word_aligned((void const *)addr)); in nrfx_nvmc_word_writable_check()403 NRFX_ASSERT(nrfx_is_word_aligned((void const *)addr)); in nrfx_nvmc_word_write()437 if (!nrfx_is_word_aligned((void const *)bytes_src)) in nrfx_nvmc_bytes_write()477 NRFX_ASSERT(nrfx_is_word_aligned((void const *)addr)); in nrfx_nvmc_words_write()478 NRFX_ASSERT(nrfx_is_word_aligned(src)); in nrfx_nvmc_words_write()494 return (nrfx_is_word_aligned((void const *)addr) ? (uint16_t)(val32) in nrfx_nvmc_otp_halfword_read()
274 nrfx_is_word_aligned(p_initial_buffers->p_rx_buffer))); in nrfx_i2s_start()277 nrfx_is_word_aligned(p_initial_buffers->p_tx_buffer))); in nrfx_i2s_start()347 nrfx_is_word_aligned(p_buffers->p_rx_buffer))); in nrfx_i2s_next_buffers_set()350 nrfx_is_word_aligned(p_buffers->p_tx_buffer))); in nrfx_i2s_next_buffers_set()
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()383 if (!nrfx_is_word_aligned((void const *)start_address)) in nrfx_qspi_erase()
268 NRF_STATIC_INLINE bool nrfx_is_word_aligned(void const * p_object);319 NRF_STATIC_INLINE bool nrfx_is_word_aligned(void const * p_object) in nrfx_is_word_aligned() function
125 NRFX_ASSERT(nrfx_is_word_aligned((const void *)size)); in nrf_mpu_region0_ram_size_set()
233 - Added the nrfx_is_word_aligned() function for checking whether an address is word-aligned.
Completed in 8 milliseconds