Peripheral MCU configuration for the ST B-U585I-IOT02A board.  
More...
Peripheral MCU configuration for the ST B-U585I-IOT02A board. 
- Author
 - Alexandre Abadie alexa.nosp@m.ndre.nosp@m..abad.nosp@m.ie@i.nosp@m.nria..nosp@m.fr 
 
Definition in file periph_conf.h.
#include "periph_cpu.h"
#include "clk_conf.h"
#include "cfg_timer_tim5.h"
#include "cfg_usb_otg_fs_u5.h"
 
Go to the source code of this file.
| 
#define  | CONFIG_BOARD_HAS_LSE   1 | 
|   | 
 | 
| 
#define  | UART_0_ISR   (isr_usart1) | 
|   | 
| 
#define  | UART_1_ISR   (isr_usart3) | 
|   | 
| 
#define  | UART_2_ISR   (isr_usart2) | 
|   | 
| 
#define  | UART_3_ISR   (isr_uart4) | 
|   | 
| 
#define  | UART_NUMOF   ARRAY_SIZE(uart_config) | 
|   | 
| 
static const uart_conf_t  | uart_config [] | 
|   | 
◆ i2c_config
Initial value:= {
    {
        .dev            = I2C1,
        .rcc_mask       = RCC_APB1ENR1_I2C1EN,
        .rcc_sw_mask    = RCC_CCIPR1_I2C1SEL_1,
        .irqn           = I2C1_ER_IRQn,
    },
    {
        .dev            = I2C2,
        .rcc_mask       = RCC_APB1ENR1_I2C2EN,
        .rcc_sw_mask    = RCC_CCIPR1_I2C2SEL_1,
        .irqn           = I2C2_ER_IRQn,
    },
}
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
 
@ GPIO_AF4
use alternate function 4
 
@ APB1
Advanced Peripheral Bus 1
 
@ I2C_SPEED_NORMAL
normal mode: ~100 kbit/s
 
 
Definition at line 148 of file periph_conf.h.