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

GPIO PD0 Alternate Functions Values. More...

Collaboration diagram for GPIO_AF_PD0 Values:

Macros

#define GPIO_AF_PD0_I2C7SCL   GPIO_AF2
 I2C module 7 clock. More...
 
#define GPIO_AF_PD0_T0CCP0   GPIO_AF3
 16- and 32-bit Timer 0 capture, compare, or PWM 0 More...
 
#define GPIO_AF_PD0_C0O   GPIO_AF5
 Analog comparator 0 output. More...
 
#define GPIO_AF_PD0_SSI2XDAT1   GPIO_AF15
 SSI Module 2 bidirectional data pin 1. More...
 

Detailed Description

GPIO PD0 Alternate Functions Values.

Package Pin number
TQFP-128 1
NFBGA-212 C2

Macro Definition Documentation

◆ GPIO_AF_PD0_C0O

#define GPIO_AF_PD0_C0O   GPIO_AF5

Analog comparator 0 output.

Definition at line 737 of file gpio.h.

◆ GPIO_AF_PD0_I2C7SCL

#define GPIO_AF_PD0_I2C7SCL   GPIO_AF2

I2C module 7 clock.

Definition at line 733 of file gpio.h.

◆ GPIO_AF_PD0_SSI2XDAT1

#define GPIO_AF_PD0_SSI2XDAT1   GPIO_AF15

SSI Module 2 bidirectional data pin 1.

Definition at line 739 of file gpio.h.

◆ GPIO_AF_PD0_T0CCP0

#define GPIO_AF_PD0_T0CCP0   GPIO_AF3

16- and 32-bit Timer 0 capture, compare, or PWM 0

Definition at line 735 of file gpio.h.