Searched refs:page_count (Results 1 – 1 of 1) sorted by relevance
127 uint32_t page_count = 0; in flash_page_count_get() local130 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