39 #ifndef __DRIVER_GPIO_H__ 40 #define __DRIVER_GPIO_H__ 42 #include "Driver_Common.h" 44 #include "fsl_common.h" 97 #define MAKE_GPIO_HANDLE(Base, PinNumber, Irq) \ 98 static gpioHandleKSDK_t PortName##PinNumber = {.base = Base, \ 99 .pinNumber = PinNumber, \ 103 #endif // __DRIVER_GPIO_H__ gpio_pin_config_t pinConfig
enum port_number port_number_t
GPIO PORT NAMES.
void(* gpio_isr_handler_t)(void *apUserData)
The GPIO Pin Configuration i.MX SDK.
The GPIO pin handle for i.MX SDK.
gpio_interrupt_mode_t interruptMode
struct gpioHandleiMXSDK gpioHandleiMXSDK_t
The GPIO pin handle for i.MX SDK.
port_number
GPIO PORT NAMES.
Access structure of the GPIO Driver.
gpio_isr_handler_t isrHandle
The Driver_GPIO.h file contains the definitions for GPIO Driver direction.
GENERIC_DRIVER_GPIO Driver_GPIO_KSDK
struct gpioConfigiMXSDK gpioConfigiMXSDK_t
The GPIO Pin Configuration i.MX SDK.
struct gpioIsrObj gpioIsrObj_t
The gpio isr object.