FLASH Erase structure definition. More...
#include <stm32h7xx_hal_flash_ex.h>
Public Attributes | |
| uint32_t | Bank | 
| uint32_t | BurstSize | 
| uint32_t | CRCEndAddr | 
| uint32_t | CRCStartAddr | 
| uint32_t | NbSectors | 
| uint32_t | Sector | 
| uint32_t | TypeCRC | 
FLASH Erase structure definition.
Definition at line 156 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.
| uint32_t FLASH_CRCInitTypeDef::Bank | 
Select bank where CRC computation is enabled. This parameter must be FLASH_BANK_1 or FLASH_BANK_2
Definition at line 164 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.
| uint32_t FLASH_CRCInitTypeDef::BurstSize | 
CRC Burst Size. This parameter can be a value of FLASH CRC Burst Size
Definition at line 161 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.
| uint32_t FLASH_CRCInitTypeDef::CRCEndAddr | 
CRC End address. This parameter must be a value between CRC Start address and end address of a bank
Definition at line 176 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.
| uint32_t FLASH_CRCInitTypeDef::CRCStartAddr | 
CRC Start address. This parameter must be a value between begin address and end address of a bank
Definition at line 173 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.
| uint32_t FLASH_CRCInitTypeDef::NbSectors | 
Number of sectors to be computed. This parameter must be a value between 1 and (max number of sectors - value of Initial sector)
Definition at line 170 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.
| uint32_t FLASH_CRCInitTypeDef::Sector | 
Initial FLASH sector from which starts the CRC computation This parameter must be a value of FLASH Sectors
Definition at line 167 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.
| uint32_t FLASH_CRCInitTypeDef::TypeCRC | 
CRC Selection Type. This parameter can be a value of FLASH CRC Selection Type
Definition at line 158 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.