Home
last modified time | relevance | path

Searched refs:FLASH_BANK2_BASE (Results 1 – 25 of 36) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_flash_ex.c1012 …->ECC_FA2 & FLASH_ECC_FA_FAIL_ECC_ADDR))* FLASH_NB_32BITWORD_IN_FLASHWORD * 4) + FLASH_BANK2_BASE); in HAL_FLASHEx_GetEccInfo()
1676 … FLASH->PRAR_PRG2 = ((PCROPStartAddr - FLASH_BANK2_BASE) >> 8) | \ in FLASH_OB_PCROPConfig()
1677 … (((PCROPEndAddr - FLASH_BANK2_BASE) >> 8) << FLASH_PRAR_PROT_AREA_END_Pos) | \ in FLASH_OB_PCROPConfig()
1716 bankBase = FLASH_BANK2_BASE; in FLASH_OB_GetPCROP()
1917 …FLASH->SCAR_PRG2 = ((SecureAreaStartAddr - FLASH_BANK2_BASE) >> 8) … in FLASH_OB_SecureAreaConfig()
1918 … (((SecureAreaEndAddr - FLASH_BANK2_BASE) >> 8) << FLASH_SCAR_SEC_AREA_END_Pos) | \ in FLASH_OB_SecureAreaConfig()
1949 bankBase = FLASH_BANK2_BASE; in FLASH_OB_GetSecureArea()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_flash.h129 #define FLASH_BANK2_BASE (FLASH_BASE + (FLASH_SIZE >> 1)) /*!< FLASH BANK2 base address in… macro
130 #define FLASH_BANK1_END (FLASH_BANK2_BASE - 1) /*!< Program end FLASH BANK1 add…
Dstm32l0xx_hal_flash_ex.h121 #define IS_FLASH_PROGRAM_BANK2_ADDRESS(__ADDRESS__) (((__ADDRESS__) >= FLASH_BANK2_BASE) && ((__ADD…
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash.h795 …_PROGRAM_ADDRESS_BANK1(ADDRESS) (((ADDRESS) >= FLASH_BANK1_BASE) && ((ADDRESS) < FLASH_BANK2_BASE))
796 #define IS_FLASH_PROGRAM_ADDRESS_BANK2(ADDRESS) (((ADDRESS) >= FLASH_BANK2_BASE ) && ((ADDRESS) <= …
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dsystem_stm32h7xx.c101 #define VECT_TAB_BASE_ADDRESS FLASH_BANK2_BASE /*!< Vector Table base address field.
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_flash_ex.c209 if (pEraseInit->PageAddress < FLASH_BANK2_BASE) in HAL_FLASHEx_Erase()
302 if (pEraseInit->PageAddress < FLASH_BANK2_BASE) in HAL_FLASHEx_Erase_IT()
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dsystem_stm32h7xx_dualcore_bootcm4_cm7gated.c109 #define VECT_TAB_BASE_ADDRESS FLASH_BANK2_BASE /*!< Vector Table base address field.
Dsystem_stm32h7xx_dualcore_bootcm7_cm4gated.c109 #define VECT_TAB_BASE_ADDRESS FLASH_BANK2_BASE /*!< Vector Table base address field.
Dsystem_stm32h7xx_dualcore_boot_cm4_cm7.c106 #define VECT_TAB_BASE_ADDRESS FLASH_BANK2_BASE /*!< Vector Table base address field.
Dsystem_stm32h7xx.c106 #define VECT_TAB_BASE_ADDRESS FLASH_BANK2_BASE /*!< Vector Table base address field.
Dstm32h7a3xx.h1966 #define FLASH_BANK2_BASE (0x08100000UL) /*!< Base address of : (up to 1 MB) Flash Bank2 ac… macro
Dstm32h7b0xx.h2072 #define FLASH_BANK2_BASE (0x08100000UL) /*!< For legacy only , Flash bank 2 not available … macro
Dstm32h7b0xxq.h2073 #define FLASH_BANK2_BASE (0x08100000UL) /*!< For legacy only , Flash bank 2 not available … macro
Dstm32h7a3xxq.h1967 #define FLASH_BANK2_BASE (0x08100000UL) /*!< Base address of : (up to 1 MB) Flash Bank2 ac… macro
Dstm32h7b3xx.h2072 #define FLASH_BANK2_BASE (0x08100000UL) /*!< Base address of : (up to 1 MB) Flash Bank2 ac… macro
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_flash_ex.h183 #define IS_FLASH_PROGRAM_BANK2_ADDRESS(__ADDRESS__) (((__ADDRESS__) >= FLASH_BANK2_BASE) && ((__ADD…
/hal_stm32-latest/stm32cube/stm32l1xx/soc/
Dstm32l151xdx.h634 #define FLASH_BANK2_BASE (0x08040000UL) /*!< FLASH BANK2 base address in the alia… macro
Dstm32l151xe.h634 #define FLASH_BANK2_BASE (0x08040000UL) /*!< FLASH BANK2 base address in the alia… macro
Dstm32l152xdx.h649 #define FLASH_BANK2_BASE (0x08040000UL) /*!< FLASH BANK2 base address in the alia… macro
Dstm32l152xe.h649 #define FLASH_BANK2_BASE (0x08040000UL) /*!< FLASH BANK2 base address in the alia… macro
Dstm32l162xdx.h670 #define FLASH_BANK2_BASE (0x08040000UL) /*!< FLASH BANK2 base address in the alia… macro
Dstm32l162xe.h670 #define FLASH_BANK2_BASE (0x08040000UL) /*!< FLASH BANK2 base address in the alia… macro
Dstm32l151xd.h680 #define FLASH_BANK2_BASE (0x08030000UL) /*!< FLASH BANK2 base address in the alia… macro
Dstm32l152xd.h695 #define FLASH_BANK2_BASE (0x08030000UL) /*!< FLASH BANK2 base address in the alia… macro
Dstm32l162xd.h716 #define FLASH_BANK2_BASE (0x08030000UL) /*!< FLASH BANK2 base address in the alia… macro

12