/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_flash_ex.h | 120 … ((ADDRESS) <= FLASH_BANK1_END) : ((ADDRESS) <= 0x08003FFFU))) 127 … ((ADDRESS) <= FLASH_BANK1_END) : (((*((uint16_t *)FLASH_SIZE_DATA_REGISTER)) == 0x40U) ? \ 136 … ((ADDRESS) <= FLASH_BANK1_END) : (((*((uint16_t *)FLASH_SIZE_DATA_REGISTER)) == 0x180U) ? \ 151 … ((ADDRESS) <= FLASH_BANK1_END) : (((*((uint16_t *)FLASH_SIZE_DATA_REGISTER)) == 0x80U) ? \
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_flash.c | 180 if(Address <= FLASH_BANK1_END) in HAL_FLASH_Program() 217 if(Address <= FLASH_BANK1_END) in HAL_FLASH_Program() 280 if(Address <= FLASH_BANK1_END) in HAL_FLASH_Program_IT() 796 if(Address <= FLASH_BANK1_END)
|
D | stm32f1xx_hal_flash_ex.c | 236 if(pEraseInit->PageAddress > FLASH_BANK1_END) in HAL_FLASHEx_Erase() 1090 if(PageAddress > FLASH_BANK1_END) in FLASH_PageErase()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_flash_ex.h | 74 …ine IS_FLASH_NB_PAGES(ADDRESS,NBPAGES) ((ADDRESS)+((NBPAGES)*FLASH_PAGE_SIZE)-1 <= FLASH_BANK1_END) 76 …ine IS_FLASH_PROGRAM_ADDRESS(ADDRESS) (((ADDRESS) >= FLASH_BASE) && ((ADDRESS) <= FLASH_BANK1_END))
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_flash.h | 130 #define FLASH_BANK1_END (FLASH_BANK2_BASE - 1) /*!< Program end FLASH BANK1 add… macro
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_flash_ex.c | 213 …Address & ~(FLASH_PAGE_SIZE - 1U)) + pEraseInit->NbPages * FLASH_PAGE_SIZE - 1U) > FLASH_BANK1_END) in HAL_FLASHEx_Erase() 306 …Address & ~(FLASH_PAGE_SIZE - 1U)) + pEraseInit->NbPages * FLASH_PAGE_SIZE - 1U) > FLASH_BANK1_END) in HAL_FLASHEx_Erase_IT()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_flash_ex.h | 182 …AM_BANK1_ADDRESS(__ADDRESS__) (((__ADDRESS__) >= FLASH_BASE) && ((__ADDRESS__) <= FLASH_BANK1_END))
|
/hal_stm32-latest/stm32cube/stm32f1xx/soc/ |
D | stm32f101x6.h | 463 #define FLASH_BANK1_END 0x08007FFFUL /*!< FLASH END address of bank1 */ macro
|
D | stm32f101xb.h | 468 #define FLASH_BANK1_END 0x0801FFFFUL /*!< FLASH END address of bank1 */ macro
|
D | stm32f100xb.h | 511 #define FLASH_BANK1_END 0x0801FFFFUL /*!< FLASH END address of bank1 */ macro
|
D | stm32f102x6.h | 499 #define FLASH_BANK1_END 0x08007FFFUL /*!< FLASH END address of bank1 */ macro
|
D | stm32f100xe.h | 577 #define FLASH_BANK1_END 0x0807FFFFUL /*!< FLASH END address of bank1 */ macro
|
D | stm32f101xg.h | 598 #define FLASH_BANK1_END 0x0807FFFFUL /*!< FLASH END address of bank1 */ macro
|
D | stm32f101xe.h | 586 #define FLASH_BANK1_END 0x0807FFFFUL /*!< FLASH END address of bank1 */ macro
|
D | stm32f102xb.h | 504 #define FLASH_BANK1_END 0x0801FFFFUL /*!< FLASH END address of bank1 */ macro
|
/hal_stm32-latest/stm32cube/stm32f0xx/soc/ |
D | stm32f030x6.h | 427 #define FLASH_BANK1_END 0x08007FFFUL /*!< FLASH END address of bank1 */ macro
|
D | stm32f030x8.h | 433 #define FLASH_BANK1_END 0x0800FFFFUL /*!< FLASH END address of bank1 */ macro
|
D | stm32f070x6.h | 467 #define FLASH_BANK1_END 0x08007FFFUL /*!< FLASH END address of bank1 */ macro
|
D | stm32f031x6.h | 437 #define FLASH_BANK1_END 0x08007FFFUL /*!< FLASH END address of bank1 */ macro
|
D | stm32f030xc.h | 439 #define FLASH_BANK1_END 0x0803FFFFUL /*!< FLASH END address of bank1 */ macro
|
D | stm32f038xx.h | 436 #define FLASH_BANK1_END 0x08007FFFUL /*!< FLASH END address of bank1 */ macro
|
D | stm32f070xb.h | 476 #define FLASH_BANK1_END 0x0801FFFFUL /*!< FLASH END address of bank1 */ macro
|
D | stm32f058xx.h | 516 #define FLASH_BANK1_END 0x0800FFFFUL /*!< FLASH END address of bank1 */ macro
|
D | stm32f051x8.h | 517 #define FLASH_BANK1_END 0x0800FFFFUL /*!< FLASH END address of bank1 */ macro
|
D | stm32f071xb.h | 537 #define FLASH_BANK1_END 0x0801FFFFUL /*!< FLASH END address of bank1 */ macro
|