Configuration of CPU peripherals for STM32 Nucleo-G031K8 board. More...
Configuration of CPU peripherals for STM32 Nucleo-G031K8 board.
Definition in file periph_conf.h.
#include "periph_cpu.h"#include "clk_conf.h"
Include dependency graph for periph_conf.h:Go to the source code of this file.
UART configuration | |
| #define | UART_0_ISR (isr_usart2) |
| #define | UART_1_ISR (isr_usart1) |
| #define | UART_NUMOF ARRAY_SIZE(uart_config) |
| static const uart_conf_t | uart_config [] |
| #define UART_0_ISR (isr_usart2) |
Definition at line 52 of file periph_conf.h.
| #define UART_1_ISR (isr_usart1) |
Definition at line 53 of file periph_conf.h.
| #define UART_NUMOF ARRAY_SIZE(uart_config) |
Definition at line 55 of file periph_conf.h.
|
static |
Definition at line 29 of file periph_conf.h.