![]() |
Imt.Base C++ API V4.1.1.0
|
#include <Imt.Base.Core.Platform/Platform.h>
#include <Imt.Base.HAL.STM32F030/SystemPeripherals_GPIO.h>
Go to the source code of this file.
Functions | |
void | SYSCFG_EXTILineConfig (const GPIO_Pin pin) |
System configuration controller (SYSCFG) The devices feature a set of configuration registers. | |
void SYSCFG_EXTILineConfig | ( | const GPIO_Pin | pin | ) |
System configuration controller (SYSCFG) The devices feature a set of configuration registers.
The main purposes of the system configuration controller are the following:
Only the implementation of external interrupt line connection is implemented.
Reference: ST_CortexM0_STM32F030_TRM_Rev4.pdf Chapter 9
pin | the GPIO pin to connect the EXTI line to |