Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_nvmc.c74 #define NVMC_FLASH_PAGE_SIZE 0x1000 ///< 4 kB macro
76 #define NVMC_FLASH_PAGE_SIZE 0x800 ///< 2 kB macro
119 #elif defined(NVMC_FLASH_PAGE_SIZE) in flash_page_size_get()
120 flash_page_size = NVMC_FLASH_PAGE_SIZE; in flash_page_size_get()