| /hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/Flash/ |
| D | flash_driver.c | 113 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/ |
| D | stm32g4xx_hal_flash.h | 874 #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/ |
| D | stm32c0xx_hal_flash.h | 733 #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/ |
| D | stm32u0xx_hal_flash.h | 728 #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/ |
| D | stm32g0xx_hal_flash.h | 892 #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/ |
| D | stm32wlxx_hal_flash.h | 886 #define FLASH_PAGE_NB 128U macro 921 #define IS_FLASH_PAGE(__VALUE__) ((__VALUE__) < FLASH_PAGE_NB)
|
| /hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
| D | stm32wbxx_hal_flash.h | 865 #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/ |
| D | stm32wbaxx_hal_flash.h | 920 #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/ |
| D | stm32l5xx_hal_flash.h | 943 #define FLASH_PAGE_NB (FLASH_SIZE / FLASH_PAGE_SIZE) macro
|
| /hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
| D | stm32u5xx_hal_flash.h | 994 #define IS_FLASH_PAGE(PAGE) ((PAGE) < FLASH_PAGE_NB)
|
| /hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
| D | stm32u545xx.h | 7883 #define FLASH_PAGE_NB (FLASH_BANK_SIZE / FLASH_PAGE_SIZE) macro
|
| D | stm32u535xx.h | 7483 #define FLASH_PAGE_NB (FLASH_BANK_SIZE / FLASH_PAGE_SIZE) macro
|
| D | stm32u575xx.h | 8153 #define FLASH_PAGE_NB (FLASH_BANK_SIZE / FLASH_PAGE_SIZE) macro
|
| D | stm32u585xx.h | 8602 #define FLASH_PAGE_NB (FLASH_BANK_SIZE / FLASH_PAGE_SIZE) macro
|
| D | stm32u595xx.h | 8463 #define FLASH_PAGE_NB (FLASH_BANK_SIZE / FLASH_PAGE_SIZE) macro
|
| D | stm32u5a5xx.h | 8912 #define FLASH_PAGE_NB (FLASH_BANK_SIZE / FLASH_PAGE_SIZE) macro
|
| D | stm32u5f7xx.h | 8764 #define FLASH_PAGE_NB (FLASH_BANK_SIZE / FLASH_PAGE_SIZE) macro
|
| D | stm32u599xx.h | 11757 #define FLASH_PAGE_NB (FLASH_BANK_SIZE / FLASH_PAGE_SIZE) macro
|
| D | stm32u5g7xx.h | 9213 #define FLASH_PAGE_NB (FLASH_BANK_SIZE / FLASH_PAGE_SIZE) macro
|
| D | stm32u5f9xx.h | 11890 #define FLASH_PAGE_NB (FLASH_BANK_SIZE / FLASH_PAGE_SIZE) macro
|
| D | stm32u5a9xx.h | 12206 #define FLASH_PAGE_NB (FLASH_BANK_SIZE / FLASH_PAGE_SIZE) macro
|
| D | stm32u5g9xx.h | 12339 #define FLASH_PAGE_NB (FLASH_BANK_SIZE / FLASH_PAGE_SIZE) macro
|