NUC029FAE_BSP V3.01.004
The Board Support Package for NUC029FAE MCU
Functions
gpio.c File Reference

NUC029FAE GPIO driver source file. More...

#include "NUC029FAE.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

NUC029FAE GPIO driver source file.

Version
V1.00
Revision
1
Date
14/05/16 10:00a
Note
SPDX-License-Identifier: Apache-2.0 Copyright (C) 2013 Nuvoton Technology Corp. All rights reserved.

Definition in file gpio.c.