sarmfsw: SMFSW Toolbox (for ARM & compatible with Arduino platform) 3.7
SMFSW collection of miscellaneous functions & macros (for ARM & compatible with Arduino platform)
Loading...
Searching...
No Matches
sLinearFlexArray Struct Reference

Linearization flexible member array structure. More...

#include "arm_inlines_linearization.h"

Data Fields

DWORD nb
 Number of items.
 
SDWORD array [][2]
 Flexible 2 dimensional array member.
 

Detailed Description

Linearization flexible member array structure.

Note
Can be used as declaration of static hard-coded initialized structures or dynamically allocated structures
MISRA C:2012 Deviations
Function scope derogation authorized for:
Rule-18.7 - Required: flexible array members (misra-c2012-18.7)
Justification: array being an array of array, this is a rather legitimate representation of object than a pointer.

Field Documentation

◆ array

SDWORD sLinearFlexArray::array[][2]

Flexible 2 dimensional array member.

◆ nb

DWORD sLinearFlexArray::nb

Number of items.


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