LED clock
|
Macros | |
#define | USART USART1 |
USART peripheral. | |
#define | USART_RCC RCC_USART1 |
USART peripheral clock. | |
#define | USART_IRQ NVIC_USART1_IRQ |
USART peripheral interrupt signal. | |
#define | USART_ISR usart1_isr |
USART interrupt service routine. | |
#define | USART_PORT GPIOA |
USART port. | |
#define | USART_PORT_RCC RCC_GPIOA |
USART port peripheral clock. | |
#define | USART_PIN_TX GPIO_USART1_TX |
USART transmit pin (PA9) | |
#define | USART_PIN_RX GPIO_USART1_RX |
USART receive pin (PA10) | |