![]() |
M480 BSP
V3.05.001
The Board Support Package for M480 Series
|
M480 series GPIO driver source file. More...
#include "NuMicro.h"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... | |
| void | GPIO_SetSlewCtl (GPIO_T *port, uint32_t u32PinMask, uint32_t u32Mode) |
| Set GPIO slew rate control. More... | |
| void | GPIO_SetPullCtl (GPIO_T *port, uint32_t u32PinMask, uint32_t u32Mode) |
| Set GPIO Pull-up and Pull-down control. More... | |
M480 series GPIO driver source file.
Definition in file gpio.c.
1.8.15