libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
GPIO Output Pin Speed
Collaboration diagram for GPIO Output Pin Speed:

Macros

#define GPIO_OSPEED_400KHZ   0x0
 
#define GPIO_OSPEED_2MHZ   0x1
 
#define GPIO_OSPEED_10MHZ   0x2
 
#define GPIO_OSPEED_40MHZ   0x3
 

Detailed Description

Macro Definition Documentation

◆ GPIO_OSPEED_10MHZ

#define GPIO_OSPEED_10MHZ   0x2

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

◆ GPIO_OSPEED_2MHZ

#define GPIO_OSPEED_2MHZ   0x1

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

◆ GPIO_OSPEED_400KHZ

#define GPIO_OSPEED_400KHZ   0x0

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

◆ GPIO_OSPEED_40MHZ

#define GPIO_OSPEED_40MHZ   0x3

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