![]() |
MCUXpresso SDK API Reference Manual
Rev. 0
NXP Semiconductors
|
Modules | |
| FGPIO Driver | |
| RGPIO Driver | |
Data Structures | |
| struct | rgpio_pin_config_t |
| The RGPIO pin configuration structure. More... | |
Enumerations | |
| enum | rgpio_pin_direction_t { kRGPIO_DigitalInput = 0U, kRGPIO_DigitalOutput = 1U } |
| RGPIO direction definition. More... | |
Driver version | |
| #define | FSL_RGPIO_DRIVER_VERSION (MAKE_VERSION(2, 0, 2)) |
| RGPIO driver version 2.0.2. More... | |
| struct rgpio_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 | |
| rgpio_pin_direction_t | pinDirection |
| RGPIO direction, input or output. | |
| uint8_t | outputLogic |
| Set a default output logic, which has no use in input. | |
| #define FSL_RGPIO_DRIVER_VERSION (MAKE_VERSION(2, 0, 2)) |