Peripheral MCU configuration for the stm32f030f4-demo board. More...
Peripheral MCU configuration for the stm32f030f4-demo board.
Definition in file periph_conf.h.
Go to the source code of this file.
#define | CONFIG_BOARD_HAS_HSE 1 |
Timer configuration | |
#define | TIMER_0_ISR (isr_tim1_cc) |
#define | TIMER_1_ISR (isr_tim3) |
#define | TIMER_NUMOF ARRAY_SIZE(timer_config) |
static const timer_conf_t | timer_config [] |
UART configuration | |
#define | UART_0_ISR (isr_usart1) |
#define | UART_NUMOF ARRAY_SIZE(uart_config) |
static const uart_conf_t | uart_config [] |
PWM configuration | |
#define | PWM_NUMOF ARRAY_SIZE(pwm_config) |
static const pwm_conf_t | pwm_config [] |
SPI configuration | |
#define | SPI_NUMOF ARRAY_SIZE(spi_config) |
static const spi_conf_t | spi_config [] |
ADC configuration | |
#define | ADC_NUMOF ARRAY_SIZE(adc_config) |
static const adc_conf_t | adc_config [] |
|
static |
|
static |
Definition at line 90 of file periph_conf.h.
|
static |
|
static |
Definition at line 41 of file periph_conf.h.
|
static |