Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/Flash/
Dflash_driver.c113 if (FLASH_PAGE_NB < Sect) in FD_EraseSectors()
115 if ((FLASH_PAGE_NB * 2u) < Sect) in FD_EraseSectors()
132 p_erase_init.Page = (Sect & (FLASH_PAGE_NB - 1u)); in FD_EraseSectors()
137 …if ((FLASH_PAGE_NB <= Sect) ^ (OB_SWAP_BANK_ENABLE == READ_BIT (FLASH->OPTR, FLASH_OPTR_SWAP_BANK_… in FD_EraseSectors()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_flash.h874 #define FLASH_PAGE_NB ((FLASH_SIZE == 0x00080000U) ? 128U : \ macro
881 #define FLASH_PAGE_NB ((FLASH_SIZE == 0x00080000U) ? 256U : \ macro
924 #define IS_FLASH_PAGE(PAGE) ((PAGE) < FLASH_PAGE_NB)
990 #define IS_OB_SECMEM_SIZE(VALUE) ((VALUE) <= FLASH_PAGE_NB)
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_flash.h733 #define FLASH_PAGE_NB (FLASH_BANK_SIZE / FLASH_PAGE_SIZE) /*!< Number of pages pe… macro
766 #define IS_FLASH_PAGE(__PAGE__) ((__PAGE__) < FLASH_PAGE_NB)
797 #define IS_OB_SEC_SIZE(__VALUE__) ((__VALUE__) < (FLASH_PAGE_NB + 1U))
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_flash.h728 #define FLASH_PAGE_NB (FLASH_BANK_SIZE/FLASH_PAGE_SIZE) /* Number of pages per ba… macro
768 #define IS_FLASH_PAGE(__PAGE__) ((__PAGE__) < FLASH_PAGE_NB)
798 #define IS_OB_HDP_SIZE(__VALUE__) ((__VALUE__) < (FLASH_PAGE_NB + 1U))
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_flash.h892 #define FLASH_PAGE_NB (FLASH_BANK_SIZE/FLASH_PAGE_SIZE) /* Number of pages per ba… macro
951 #define IS_FLASH_PAGE(__PAGE__) ((__PAGE__) < FLASH_PAGE_NB)
1010 #define IS_OB_SEC_SIZE(__VALUE__) ((__VALUE__) < (FLASH_PAGE_NB + 1U))
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_flash.h886 #define FLASH_PAGE_NB 128U macro
921 #define IS_FLASH_PAGE(__VALUE__) ((__VALUE__) < FLASH_PAGE_NB)
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_flash.h865 #define FLASH_PAGE_NB (FLASH_SIZE / FLASH_PAGE_SIZE) macro
909 #define IS_FLASH_PAGE(__VALUE__) ((__VALUE__) < FLASH_PAGE_NB)
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_flash.h920 #define FLASH_PAGE_NB (FLASH_SIZE / FLASH_PAGE_SIZE) macro
968 #define IS_FLASH_PAGE(PAGE) ((PAGE) < FLASH_PAGE_NB)
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_flash.h943 #define FLASH_PAGE_NB (FLASH_SIZE / FLASH_PAGE_SIZE) macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_flash.h994 #define IS_FLASH_PAGE(PAGE) ((PAGE) < FLASH_PAGE_NB)
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u545xx.h7883 #define FLASH_PAGE_NB (FLASH_BANK_SIZE / FLASH_PAGE_SIZE) macro
Dstm32u535xx.h7483 #define FLASH_PAGE_NB (FLASH_BANK_SIZE / FLASH_PAGE_SIZE) macro
Dstm32u575xx.h8153 #define FLASH_PAGE_NB (FLASH_BANK_SIZE / FLASH_PAGE_SIZE) macro
Dstm32u585xx.h8602 #define FLASH_PAGE_NB (FLASH_BANK_SIZE / FLASH_PAGE_SIZE) macro
Dstm32u595xx.h8463 #define FLASH_PAGE_NB (FLASH_BANK_SIZE / FLASH_PAGE_SIZE) macro
Dstm32u5a5xx.h8912 #define FLASH_PAGE_NB (FLASH_BANK_SIZE / FLASH_PAGE_SIZE) macro
Dstm32u5f7xx.h8764 #define FLASH_PAGE_NB (FLASH_BANK_SIZE / FLASH_PAGE_SIZE) macro
Dstm32u599xx.h11757 #define FLASH_PAGE_NB (FLASH_BANK_SIZE / FLASH_PAGE_SIZE) macro
Dstm32u5g7xx.h9213 #define FLASH_PAGE_NB (FLASH_BANK_SIZE / FLASH_PAGE_SIZE) macro
Dstm32u5f9xx.h11890 #define FLASH_PAGE_NB (FLASH_BANK_SIZE / FLASH_PAGE_SIZE) macro
Dstm32u5a9xx.h12206 #define FLASH_PAGE_NB (FLASH_BANK_SIZE / FLASH_PAGE_SIZE) macro
Dstm32u5g9xx.h12339 #define FLASH_PAGE_NB (FLASH_BANK_SIZE / FLASH_PAGE_SIZE) macro