Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_nvmc.c127 uint32_t page_count = 0; in flash_page_count_get() local
130 page_count = nrf_ficr_codesize_get(NRF_FICR); in flash_page_count_get()
132 page_count = NVMC_FLASH_PAGE_COUNT; in flash_page_count_get()
137 return page_count; in flash_page_count_get()

Completed in 3 milliseconds