rusEFI
The most advanced open source ECU
Data Fields
FLASH_CRCInitTypeDef Struct Reference

FLASH Erase structure definition. More...

#include <stm32h7xx_hal_flash_ex.h>

Collaboration diagram for FLASH_CRCInitTypeDef:
Collaboration graph
[legend]

Data Fields

uint32_t TypeCRC
 
uint32_t BurstSize
 
uint32_t Bank
 
uint32_t Sector
 
uint32_t NbSectors
 
uint32_t CRCStartAddr
 
uint32_t CRCEndAddr
 

Detailed Description

FLASH Erase structure definition.

Definition at line 156 of file stm32h7xx_hal_flash_ex.h.

Field Documentation

◆ Bank

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 stm32h7xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_ComputeCRC().

◆ BurstSize

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 stm32h7xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_ComputeCRC().

◆ CRCEndAddr

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 stm32h7xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_ComputeCRC().

◆ CRCStartAddr

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 stm32h7xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_ComputeCRC().

◆ NbSectors

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 stm32h7xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_ComputeCRC().

◆ Sector

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 stm32h7xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_ComputeCRC().

◆ TypeCRC

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 stm32h7xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_ComputeCRC().


The documentation for this struct was generated from the following file: