Home
last modified time | relevance | path

Searched refs:MFLASH_PHRASE_SIZE (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mcxa/
Dmflash_drv.h21 #ifndef MFLASH_PHRASE_SIZE
22 #define MFLASH_PHRASE_SIZE (16U) macro
31 #define mflash_drv_is_phrase_aligned(x) (((x) % (MFLASH_PHRASE_SIZE)) == 0U)
Dmflash_drv.c99 …FLASH_API->flash_program_phrase(&g_flash_instance, page_addr, (uint8_t *)data, MFLASH_PHRASE_SIZE); in mflash_drv_phrase_program()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mcxnx4x_fmu/
Dmflash_drv.h21 #ifndef MFLASH_PHRASE_SIZE
22 #define MFLASH_PHRASE_SIZE (16) macro
Dmflash_drv.c200 if ((phrase_addr % MFLASH_PHRASE_SIZE) != 0UL) in mflash_drv_phrase_program()
219 for (uint32_t i = 0UL; i < MFLASH_PHRASE_SIZE; i += 4UL) in mflash_drv_phrase_program()