Home
last modified time | relevance | path

Searched refs:FLASH_ECC_AREA_USER_BANK2 (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h228 #define FLASH_ECC_AREA_USER_BANK2 FLASH_ECCR_BK_ECC /*!< FLASH bank 2 area … macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash_ex.h239 #define FLASH_ECC_AREA_USER_BANK2 0x00000001U /*!< FLASH bank 2 area */ macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c1935 case FLASH_ECC_AREA_USER_BANK2: in HAL_FLASHEx_GetEccInfo()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_flash_ex.c1011 pData->Area = FLASH_ECC_AREA_USER_BANK2; in HAL_FLASHEx_GetEccInfo()