Configuration of CPU peripherals for STM32C0116-DK board. More...
Configuration of CPU peripherals for STM32C0116-DK board.
Definition in file periph_conf.h.
#include <stdint.h>#include "cpu.h"#include "periph_cpu.h"#include "clk_conf.h"#include "cfg_rtt_default.h"
 Include dependency graph for periph_conf.h:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Timer configuration | |
| #define | TIMER_0_ISR isr_tim3 | 
| #define | TIMER_NUMOF ARRAY_SIZE(timer_config) | 
| #define | TIMER_0_MAX_VALUE 0x0000FFFFUL /* the STM32C011 doesn't have a 32-bit timer */ | 
| static const timer_conf_t | timer_config [] | 
UART configuration | |
| #define | UART_0_ISR (isr_usart1) | 
| #define | UART_1_ISR (isr_usart2) | 
| #define | UART_NUMOF ARRAY_SIZE(uart_config) | 
| static const uart_conf_t | uart_config [] | 
| #define TIMER_0_ISR isr_tim3 | 
Definition at line 43 of file periph_conf.h.
| #define TIMER_0_MAX_VALUE 0x0000FFFFUL /* the STM32C011 doesn't have a 32-bit timer */ | 
Definition at line 47 of file periph_conf.h.
| #define TIMER_NUMOF ARRAY_SIZE(timer_config) | 
Definition at line 45 of file periph_conf.h.
| #define UART_0_ISR (isr_usart1) | 
Definition at line 77 of file periph_conf.h.
| #define UART_1_ISR (isr_usart2) | 
Definition at line 78 of file periph_conf.h.
| #define UART_NUMOF ARRAY_SIZE(uart_config) | 
Definition at line 80 of file periph_conf.h.
      
  | 
  static | 
Definition at line 33 of file periph_conf.h.
      
  | 
  static | 
Definition at line 54 of file periph_conf.h.