Firmware
|
Static parameter definition structure. More...
#include <param.h>
Public Attributes | |
const char * | name |
param_type_t | type |
uint16_t | volatile_param: 1 |
union param_value_u | val |
Static parameter definition structure.
This is normally not used by user code; see the PARAM_DEFINE macros instead.