libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
Alternate Function Pin Selection
Collaboration diagram for Alternate Function Pin Selection:

Macros

#define GPIO_AF0   0x0
 
#define GPIO_AF1   0x1
 
#define GPIO_AF2   0x2
 
#define GPIO_AF3   0x3
 
#define GPIO_AF4   0x4
 
#define GPIO_AF5   0x5
 
#define GPIO_AF6   0x6
 
#define GPIO_AF7   0x7
 
#define GPIO_AF8   0x8
 
#define GPIO_AF9   0x9
 
#define GPIO_AF10   0xa
 
#define GPIO_AF11   0xb
 
#define GPIO_AF12   0xc
 
#define GPIO_AF13   0xd
 
#define GPIO_AF14   0xe
 
#define GPIO_AF15   0xf
 

Detailed Description

Macro Definition Documentation

◆ GPIO_AF0

#define GPIO_AF0   0x0

Definition at line 225 of file l1/gpio.h.

◆ GPIO_AF1

#define GPIO_AF1   0x1

Definition at line 226 of file l1/gpio.h.

◆ GPIO_AF10

#define GPIO_AF10   0xa

Definition at line 235 of file l1/gpio.h.

◆ GPIO_AF11

#define GPIO_AF11   0xb

Definition at line 236 of file l1/gpio.h.

◆ GPIO_AF12

#define GPIO_AF12   0xc

Definition at line 237 of file l1/gpio.h.

◆ GPIO_AF13

#define GPIO_AF13   0xd

Definition at line 238 of file l1/gpio.h.

◆ GPIO_AF14

#define GPIO_AF14   0xe

Definition at line 239 of file l1/gpio.h.

◆ GPIO_AF15

#define GPIO_AF15   0xf

Definition at line 240 of file l1/gpio.h.

◆ GPIO_AF2

#define GPIO_AF2   0x2

Definition at line 227 of file l1/gpio.h.

◆ GPIO_AF3

#define GPIO_AF3   0x3

Definition at line 228 of file l1/gpio.h.

◆ GPIO_AF4

#define GPIO_AF4   0x4

Definition at line 229 of file l1/gpio.h.

◆ GPIO_AF5

#define GPIO_AF5   0x5

Definition at line 230 of file l1/gpio.h.

◆ GPIO_AF6

#define GPIO_AF6   0x6

Definition at line 231 of file l1/gpio.h.

◆ GPIO_AF7

#define GPIO_AF7   0x7

Definition at line 232 of file l1/gpio.h.

◆ GPIO_AF8

#define GPIO_AF8   0x8

Definition at line 233 of file l1/gpio.h.

◆ GPIO_AF9

#define GPIO_AF9   0x9

Definition at line 234 of file l1/gpio.h.