Imt.Base C++ API
V4.1.1.0
Loading...
Searching...
No Matches
SystemPeripherals_SYSCFG.h
Go to the documentation of this file.
1
// (c) IMT - Information Management Technology AG, CH-9470 Buchs, www.imt.ch.
2
3
#ifndef SYSTEMPERIPHERALS_SYSCFG_H
4
#define SYSTEMPERIPHERALS_SYSCFG_H
5
6
#include <
Imt.Base.Core.Platform/Platform.h
>
7
#include <
Imt.Base.HAL.STM32F030/SystemPeripherals_GPIO.h
>
8
9
// Determine if a C++ compiler is being used. If so, ensure that standard C is used to process the API information.
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
// __cplusplus
13
33
void
SYSCFG_EXTILineConfig
(
const
GPIO_Pin
pin);
34
35
#ifdef __cplusplus
36
}
37
#endif
// __cplusplus
38
39
#endif
// SYSTEMPERIPHERALS_SYSCFG_H
SystemPeripherals_GPIO.h
Platform.h
SYSCFG_EXTILineConfig
void SYSCFG_EXTILineConfig(const GPIO_Pin pin)
System configuration controller (SYSCFG) The devices feature a set of configuration registers.
GPIO_PinStruct
GPIO Pin structure definition (holds the port and the port-pin)
Definition
SystemPeripherals_GPIO.h:57
Imt.Base
Imt.Base.HAL.STM32F030
SystemPeripherals_SYSCFG.h
Generated by
1.9.7