MCUXpresso SDK API Reference Manual
Rev 2.12.1
NXP Semiconductors
|
Modules | |
FGPIO Driver | |
GPIO Driver | |
Data Structures | |
struct | gpio_pin_config_t |
The GPIO pin configuration structure. More... | |
struct | gpio_version_info_t |
GPIO version information. More... | |
Driver version | |
#define | FSL_GPIO_DRIVER_VERSION (MAKE_VERSION(2, 7, 1)) |
GPIO driver version. More... | |
struct gpio_pin_config_t |
Each pin can only be configured as either an output pin or an input pin at a time. If configured as an input pin, leave the outputConfig unused. Note that in some use cases, the corresponding port property should be configured in advance with the PORT_SetPinConfig().
Data Fields | |
gpio_pin_direction_t | pinDirection |
GPIO direction, input or output. | |
uint8_t | outputLogic |
Set a default output logic, which has no use in input. | |
struct gpio_version_info_t |
#define FSL_GPIO_DRIVER_VERSION (MAKE_VERSION(2, 7, 1)) |
enum gpio_pin_direction_t |