Searched refs:MFLASH_PHRASE_SIZE (Results 1 – 4 of 4) sorted by relevance
21 #ifndef MFLASH_PHRASE_SIZE22 #define MFLASH_PHRASE_SIZE (16U) macro31 #define mflash_drv_is_phrase_aligned(x) (((x) % (MFLASH_PHRASE_SIZE)) == 0U)
99 …FLASH_API->flash_program_phrase(&g_flash_instance, page_addr, (uint8_t *)data, MFLASH_PHRASE_SIZE); in mflash_drv_phrase_program()
21 #ifndef MFLASH_PHRASE_SIZE22 #define MFLASH_PHRASE_SIZE (16) macro
200 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()