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

GPIO PP3 Alternate Functions Values. More...

Collaboration diagram for GPIO_AF_PP3 Values:

Macros

#define GPIO_AF_PP3_U1CTS   GPIO_AF1
 UART module 1 clear to send modem flow control input signal. More...
 
#define GPIO_AF_PP3_U0DCD   GPIO_AF2
 UART module 0 data carrier detect modem status input signal. More...
 
#define GPIO_AF_PP3_RTCCLK   GPIO_AF7
 Buffered version of the 32.768-kHz clock of the Hibernation module. More...
 
#define GPIO_AF_PP3_USB0DIR   GPIO_AF14
 USB Indicates that the external PHY is able to accept data from the USB controller. More...
 
#define GPIO_AF_PP3_EPI0S30   GPIO_AF15
 EPI module 0 signal 30. More...
 

Detailed Description

GPIO PP3 Alternate Functions Values.

Package Pin number
TQFP-128 104
NFBGA-212 C12

Macro Definition Documentation

◆ GPIO_AF_PP3_EPI0S30

#define GPIO_AF_PP3_EPI0S30   GPIO_AF15

EPI module 0 signal 30.

Definition at line 1951 of file gpio.h.

◆ GPIO_AF_PP3_RTCCLK

#define GPIO_AF_PP3_RTCCLK   GPIO_AF7

Buffered version of the 32.768-kHz clock of the Hibernation module.

Definition at line 1946 of file gpio.h.

◆ GPIO_AF_PP3_U0DCD

#define GPIO_AF_PP3_U0DCD   GPIO_AF2

UART module 0 data carrier detect modem status input signal.

Definition at line 1944 of file gpio.h.

◆ GPIO_AF_PP3_U1CTS

#define GPIO_AF_PP3_U1CTS   GPIO_AF1

UART module 1 clear to send modem flow control input signal.

Definition at line 1942 of file gpio.h.

◆ GPIO_AF_PP3_USB0DIR

#define GPIO_AF_PP3_USB0DIR   GPIO_AF14

USB Indicates that the external PHY is able to accept data from the USB controller.

Definition at line 1949 of file gpio.h.