libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.

GPIO Wake Status Register Values. More...

Collaboration diagram for GPIO_WAKESTAT Values:

Macros

#define GPIO_WAKESTAT_STAT7   (1 << 7)
 PK7 Wake Status. More...
 
#define GPIO_WAKESTAT_STAT6   (1 << 6)
 PK6 Wake Status. More...
 
#define GPIO_WAKESTAT_STAT5   (1 << 5)
 PK5 Wake Status. More...
 
#define GPIO_WAKESTAT_STAT4   (1 << 4)
 PK4 Wake Status. More...
 

Detailed Description

GPIO Wake Status Register Values.

Macro Definition Documentation

◆ GPIO_WAKESTAT_STAT4

#define GPIO_WAKESTAT_STAT4   (1 << 4)

PK4 Wake Status.

Definition at line 319 of file gpio.h.

◆ GPIO_WAKESTAT_STAT5

#define GPIO_WAKESTAT_STAT5   (1 << 5)

PK5 Wake Status.

Definition at line 317 of file gpio.h.

◆ GPIO_WAKESTAT_STAT6

#define GPIO_WAKESTAT_STAT6   (1 << 6)

PK6 Wake Status.

Definition at line 315 of file gpio.h.

◆ GPIO_WAKESTAT_STAT7

#define GPIO_WAKESTAT_STAT7   (1 << 7)

PK7 Wake Status.

Definition at line 313 of file gpio.h.