Peripheral MCU configuration for the nucleo-f722ze board. More...
Peripheral MCU configuration for the nucleo-f722ze board.
Definition in file periph_conf.h.
#include "periph_cpu.h"#include "clk_conf.h"#include "cfg_i2c1_pb8_pb9.h"#include "cfg_rtt_default.h"#include "cfg_timer_tim2.h"#include "cfg_usb_otg_fs.h"
 Include dependency graph for periph_conf.h:Go to the source code of this file.
Macros | |
| #define | VBAT_ADC ADC_LINE(6) | 
| VBAT ADC line.   | |
| #define | ADC_CLK_MAX MHZ(36) | 
| Use a faster than default ADC clock.   | |
| #define | ADC_NUMOF ARRAY_SIZE(adc_config) | 
Variables | |
| static const adc_conf_t | adc_config [] | 
| #define | CONFIG_BOARD_HAS_LSE 1 | 
| #define | CONFIG_BOARD_HAS_HSE 1 | 
UART configuration | |
| #define | UART_0_ISR (isr_usart3) | 
| #define | UART_0_DMA_ISR (isr_dma1_stream6) | 
| #define | UART_1_ISR (isr_usart6) | 
| #define | UART_1_DMA_ISR (isr_dma1_stream5) | 
| #define | UART_2_ISR (isr_usart2) | 
| #define | UART_2_DMA_ISR (isr_dma1_stream4) | 
| #define | UART_NUMOF ARRAY_SIZE(uart_config) | 
| static const uart_conf_t | uart_config [] | 
| #define ADC_CLK_MAX MHZ(36) | 
Use a faster than default ADC clock.
Definition at line 110 of file periph_conf.h.
| #define ADC_NUMOF ARRAY_SIZE(adc_config) | 
Definition at line 112 of file periph_conf.h.
| #define CONFIG_BOARD_HAS_HSE 1 | 
Definition at line 25 of file periph_conf.h.
| #define CONFIG_BOARD_HAS_LSE 1 | 
Definition at line 20 of file periph_conf.h.
| #define UART_0_DMA_ISR (isr_dma1_stream6) | 
Definition at line 89 of file periph_conf.h.
| #define UART_0_ISR (isr_usart3) | 
Definition at line 88 of file periph_conf.h.
| #define UART_1_DMA_ISR (isr_dma1_stream5) | 
Definition at line 91 of file periph_conf.h.
| #define UART_1_ISR (isr_usart6) | 
Definition at line 90 of file periph_conf.h.
| #define UART_2_DMA_ISR (isr_dma1_stream4) | 
Definition at line 93 of file periph_conf.h.
| #define UART_2_ISR (isr_usart2) | 
Definition at line 92 of file periph_conf.h.
| #define UART_NUMOF ARRAY_SIZE(uart_config) | 
Definition at line 95 of file periph_conf.h.
| #define VBAT_ADC ADC_LINE(6) | 
VBAT ADC line.
Definition at line 108 of file periph_conf.h.
      
  | 
  static | 
Definition at line 98 of file periph_conf.h.
      
  | 
  static | 
Definition at line 43 of file periph_conf.h.