![]() |
ParaLib 2.0.15-master SHA: 2e03d68caa
|
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... | |
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.
| uint8_t data |
Data stored in this block.
| uint16_t u16DataType |
Data Type of this parameter.
| uint16_t u16ParaID |
Parameter identifier number.
| uint16_t u16SubID |
SubID of the here stored data.
| uint16_t u16SubIDCount |
Number of sub-ids present in this parameter.