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