ParaLib 2.0.15-master SHA: 2e03d68caa
t_ParaFlashDataset Struct Reference

Datastructure of one flash block. More...

Data Fields

uint16_t u16ParaID
 Parameter identifier number. More...
 
uint16_t u16SubIDCount
 Number of sub-ids present in this parameter. More...
 
uint16_t u16DataType
 Data Type of this parameter. More...
 
uint16_t u16SubID
 SubID of the here stored data. More...
 
uint8_t data [(24)]
 Data stored in this block. More...
 

Detailed Description

Datastructure of one flash block.

One flash block has the fixed size of 32 bytes. normally one parameter value is storen in one block. if data-size exceeds PARA_FLASH_SIZE_DATA, more than one block is used.

One flash block has the fixed size of 32 bytes. normally one parameter value is stored in one block. if data-size exceeds PARA_FLASH_SIZE_DATA, more than one block is used.

Field Documentation

◆ data

uint8_t data

Data stored in this block.

◆ u16DataType

uint16_t u16DataType

Data Type of this parameter.

◆ u16ParaID

uint16_t u16ParaID

Parameter identifier number.

◆ u16SubID

uint16_t u16SubID

SubID of the here stored data.

◆ u16SubIDCount

uint16_t u16SubIDCount

Number of sub-ids present in this parameter.


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