STM32G0 MCAL 0.0.1
Tiny MCAL for educational purpose.
Loading...
Searching...
No Matches
_Fls_ConfigType Struct Reference

Fls_ConfigType. More...

#include <Fls_Types.h>

Data Fields

Fls_AddressType MemoryBaseAddress
 
Fls_AddressType EraseStartAddress
 
Fls_LengthType FlsSectorSize
 
uint16 FlsNumberOfSectors
 
Fls_LengthType MaxReadMode
 
Fls_LengthType MaxWriteMode
 
Fls_LengthType num_bytes
 
uint32 dummy
 

Detailed Description

Fls_ConfigType.

A pointer to such a structure is provided to the flash driver initialization routine for configuration of the driver and flash memory hardware.

Requirement
SWS_Fls_00368

Field Documentation

◆ dummy

uint32 _Fls_ConfigType::dummy

dummy element for the moment

◆ EraseStartAddress

Fls_AddressType _Fls_ConfigType::EraseStartAddress

Variable to use to erase end address

◆ FlsNumberOfSectors

uint16 _Fls_ConfigType::FlsNumberOfSectors

Variable to describe the sector in Flash

◆ FlsSectorSize

Fls_LengthType _Fls_ConfigType::FlsSectorSize

Variable to use to flash sector boundary

◆ MaxReadMode

Fls_LengthType _Fls_ConfigType::MaxReadMode

Maximum elemnt to read

◆ MaxWriteMode

Fls_LengthType _Fls_ConfigType::MaxWriteMode

Maximum element to write

◆ MemoryBaseAddress

Fls_AddressType _Fls_ConfigType::MemoryBaseAddress

Variable to use to erase start address

◆ num_bytes

Fls_LengthType _Fls_ConfigType::num_bytes

Num of bytes to read, write, erase, compare


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