M471M/R1/S BSP V3.01.000
The Board Support Package for M4521
Functions
gpio.c File Reference

M471M/R1/S GPIO driver source file. More...

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

Go to the source code of this file.

Functions

void GPIO_SetMode (GPIO_T *port, uint32_t u32PinMask, uint32_t u32Mode)
 Set GPIO operation mode. More...
 
void GPIO_EnableInt (GPIO_T *port, uint32_t u32Pin, uint32_t u32IntAttribs)
 Enable GPIO interrupt. More...
 
void GPIO_DisableInt (GPIO_T *port, uint32_t u32Pin)
 Disable GPIO interrupt. More...
 

Detailed Description

M471M/R1/S GPIO driver source file.

SPDX-License-Identifier: Apache-2.0

Definition in file gpio.c.