Timothy Mulrooney / Mbed 2 deprecated frdm_i2c_test

Dependencies:   PinDetect libmDot mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

parameterInfo Struct Reference

parameterInfo Struct Reference

< paramter information structure More...

#include <common.h>

Data Fields

char * name
 paramter name
char * port
 port location (if applicable) on device
char * connector
 connector location (if applicable) on board
char * description
 brief parameter function and use
uint8 type
 binary, digital, or analog
char * uints
 parameter units (if applicable)
uint8 mode
 read only, write only, read write
uint16 initialInt
 initial value if binary or digital
uint16 minInt
 minimum value if binary or digital
uint16 maxInt
 maximum value if binary or digital
float initialFloat
 initial value if analog
float minFloat
 minimum value if analog
float maxFloat
 maximum value if analog
Read ptrRead
 read function needed for this parameter (null if not needed)
ReadRegLength ptrReadRegLength
 read function needed for this parameter (null if not needed)
Write8 ptrWrite8
 8 bit write function needed for this paramater (null if not needed)
WriteReg8 ptrWriteReg8
 8 bit write function needed for this paramater (null if not needed)
Write16 ptrWrite16
 16 bit write function needed for this paramater (null if not needed)
WriteAnalog ptrWriteAnalog
 analog write function needed for this paramater (null if not needed)

Detailed Description

< paramter information structure

Definition at line 93 of file common.h.


Field Documentation

char* connector

connector location (if applicable) on board

Definition at line 97 of file common.h.

char* description

brief parameter function and use

Definition at line 98 of file common.h.

float initialFloat

initial value if analog

Definition at line 105 of file common.h.

uint16 initialInt

initial value if binary or digital

Definition at line 102 of file common.h.

float maxFloat

maximum value if analog

Definition at line 107 of file common.h.

uint16 maxInt

maximum value if binary or digital

Definition at line 104 of file common.h.

float minFloat

minimum value if analog

Definition at line 106 of file common.h.

uint16 minInt

minimum value if binary or digital

Definition at line 103 of file common.h.

uint8 mode

read only, write only, read write

Definition at line 101 of file common.h.

char* name

paramter name

Definition at line 95 of file common.h.

char* port

port location (if applicable) on device

Definition at line 96 of file common.h.

read function needed for this parameter (null if not needed)

Definition at line 108 of file common.h.

read function needed for this parameter (null if not needed)

Definition at line 109 of file common.h.

16 bit write function needed for this paramater (null if not needed)

Definition at line 112 of file common.h.

8 bit write function needed for this paramater (null if not needed)

Definition at line 110 of file common.h.

analog write function needed for this paramater (null if not needed)

Definition at line 113 of file common.h.

8 bit write function needed for this paramater (null if not needed)

Definition at line 111 of file common.h.

uint8 type

binary, digital, or analog

Definition at line 99 of file common.h.

char* uints

parameter units (if applicable)

Definition at line 100 of file common.h.