Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_nvmc.c375 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()
A Dnrfx_i2s.c274 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()
A Dnrfx_qspi.c353 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()
/lk-master/external/platform/nrfx/drivers/
A Dnrfx_common.h268 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
/lk-master/external/platform/nrfx/hal/
A Dnrf_mpu.h125 NRFX_ASSERT(nrfx_is_word_aligned((const void *)size)); in nrf_mpu_region0_ram_size_set()
/lk-master/external/platform/nrfx/
A DCHANGELOG.md233 - Added the nrfx_is_word_aligned() function for checking whether an address is word-aligned.

Completed in 8 milliseconds