Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dflash_stm32g4x.c336 #define PAGES_PER_BANK ((FLASH_SIZE / FLASH_PAGE_SIZE) / 2) in flash_stm32_page_layout() macro
341 stm32g4_flash_layout[0].pages_count = PAGES_PER_BANK; in flash_stm32_page_layout()
346 - (PAGES_PER_BANK * FLASH_PAGE_SIZE); in flash_stm32_page_layout()
348 stm32g4_flash_layout[2].pages_count = PAGES_PER_BANK; in flash_stm32_page_layout()
Dflash_stm32l5x.c35 #define PAGES_PER_BANK ((FLASH_SIZE / FLASH_PAGE_SIZE) / 2) macro
413 stm32_flash_layout[0].pages_count = PAGES_PER_BANK; in flash_stm32_page_layout()
419 - (PAGES_PER_BANK * FLASH_PAGE_SIZE); in flash_stm32_page_layout()
422 stm32_flash_layout[2].pages_count = PAGES_PER_BANK; in flash_stm32_page_layout()