Configuration of CPU peripherals for WeAct-G030F6. More...
Configuration of CPU peripherals for WeAct-G030F6.
Definition in file periph_conf.h.
#include <stdint.h>
#include "cpu.h"
#include "periph_cpu.h"
#include "clk_conf.h"
Go to the source code of this file.
Timer configuration | |
#define | TIMER_0_ISR isr_tim1_cc |
#define | TIMER_0_MAX_VALUE 0xffff |
#define | TIMER_NUMOF ARRAY_SIZE(timer_config) |
static const timer_conf_t | timer_config [] |
UART configuration | |
#define | UART_0_ISR (isr_usart2) |
#define | UART_NUMOF ARRAY_SIZE(uart_config) |
static const uart_conf_t | uart_config [] |
#define TIMER_0_ISR isr_tim1_cc |
Definition at line 46 of file periph_conf.h.
#define TIMER_0_MAX_VALUE 0xffff |
Definition at line 47 of file periph_conf.h.
#define TIMER_NUMOF ARRAY_SIZE(timer_config) |
Definition at line 49 of file periph_conf.h.
#define UART_0_ISR (isr_usart2) |
Definition at line 69 of file periph_conf.h.
#define UART_NUMOF ARRAY_SIZE(uart_config) |
Definition at line 71 of file periph_conf.h.
|
static |
Definition at line 36 of file periph_conf.h.
|
static |
Definition at line 56 of file periph_conf.h.