![]() |
PDL for FM0+
Version1.0
Peripheral Driverl Library for FM0+
|
Go to the source code of this file.
Data Structures | |
struct | stc_gpio1pin_init |
Defines | |
#define | Gpio1pin_InitIn(p, settings) |
#define | Gpio1pin_InitOut(p, settings) |
#define | Gpio1pin_Init(p, settings) |
#define | Gpio1pin_InitDirectionInput (__v__.bOutput=0u) |
#define | Gpio1pin_InitDirectionOutput (__v__.bOutput=1u) |
#define | Gpio1pin_InitPullup(v) (__v__.bPullup=(v)) |
#define | Gpio1pin_InitVal(v) (__v__.bInitVal=(v)) |
#define | Gpio1pin_Get(p) p##_GET |
#define | Gpio1pin_Put(p, v) p##_PUT(v) |
#define | PINRELOC_SET_EPFR(epfr, pos, width, value) |
Typedefs | |
typedef struct stc_gpio1pin_init | stc_gpio1pin_init_t |
Headerfile for GPIO functions
History:
Definition in file gpio.h.