NANO102/112 BSP V3.03.003
The Board Support Package for Nano102/112 Series
Functions
gpio.c File Reference

Nano 102/112 series GPIO driver source file. More...

#include "Nano1X2Series.h"
Include dependency graph for gpio.c:

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...
 

Detailed Description

Nano 102/112 series GPIO driver source file.

Version
V1.00
Revision
8
Date
14/11/27 11:50a
Note
SPDX-License-Identifier: Apache-2.0 Copyright (C) 2013~2014 Nuvoton Technology Corp. All rights reserved.

Definition in file gpio.c.