DLN_GPIO_PORT_CONFIG Structure
Syntax
- C/C++
-
typedef struct { DLN_GPIO_PIN_CONFIG pins[8]; } __PACKED_ATTR DLN_GPIO_PORT_CONFIG;
This structure is used to store configuration of GPIO pins from a single port.
The configuration of each pin is set individually, using the DlnGpioPinSetConfig() function.
Members:
- pins
- An 8-element array. Each of its elements corresponds to DLN_GPIO_PIN_CONFIG structure for each pin of the port.
2006-2012