libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
EVENTOUT Port selection
Collaboration diagram for EVENTOUT Port selection:

Macros

#define AFIO_EVCR_PORT_PA   (0x0 << 4)
 
#define AFIO_EVCR_PORT_PB   (0x1 << 4)
 
#define AFIO_EVCR_PORT_PC   (0x2 << 4)
 
#define AFIO_EVCR_PORT_PD   (0x3 << 4)
 
#define AFIO_EVCR_PORT_PE   (0x4 << 4)
 

Detailed Description

Macro Definition Documentation

◆ AFIO_EVCR_PORT_PA

#define AFIO_EVCR_PORT_PA   (0x0 << 4)

Definition at line 693 of file f1/gpio.h.

◆ AFIO_EVCR_PORT_PB

#define AFIO_EVCR_PORT_PB   (0x1 << 4)

Definition at line 694 of file f1/gpio.h.

◆ AFIO_EVCR_PORT_PC

#define AFIO_EVCR_PORT_PC   (0x2 << 4)

Definition at line 695 of file f1/gpio.h.

◆ AFIO_EVCR_PORT_PD

#define AFIO_EVCR_PORT_PD   (0x3 << 4)

Definition at line 696 of file f1/gpio.h.

◆ AFIO_EVCR_PORT_PE

#define AFIO_EVCR_PORT_PE   (0x4 << 4)

Definition at line 697 of file f1/gpio.h.