![]() |
NANO103 BSP V3.01.004
The Board Support Package for Nano103 Series
|
Nano 103 GPIO driver source file. More...
#include "Nano103.h"
Go to the source code of this file.
Functions | |
void | GPIO_SetMode (GPIO_T *gpio, uint32_t u32PinMask, uint32_t u32Mode) |
Set GPIO operation mode. More... | |
void | GPIO_EnableInt (GPIO_T *gpio, uint32_t u32Pin, uint32_t u32IntAttribs) |
Enable GPIO interrupt. More... | |
void | GPIO_DisableInt (GPIO_T *gpio, uint32_t u32Pin) |
Disable GPIO interrupt. More... | |
Nano 103 GPIO driver source file.
Definition in file gpio.c.