Update generated files
This commit is contained in:
@ -214,20 +214,20 @@ impl_spi_pin!(SPI5, SckPin, PE2, 6);
|
||||
impl_spi_pin!(SPI5, MisoPin, PE5, 6);
|
||||
impl_spi_pin!(SPI5, MosiPin, PE6, 6);
|
||||
pub const SYSCFG: syscfg::Syscfg = syscfg::Syscfg(0x40013800 as _);
|
||||
pub const TIM1: timer::Tim_gp16 = timer::Tim_gp16(0x40010000 as _);
|
||||
pub const TIM10: timer::Tim_gp16 = timer::Tim_gp16(0x40014400 as _);
|
||||
pub const TIM11: timer::Tim_gp16 = timer::Tim_gp16(0x40014800 as _);
|
||||
pub const TIM12: timer::Tim_gp16 = timer::Tim_gp16(0x40001800 as _);
|
||||
pub const TIM13: timer::Tim_gp16 = timer::Tim_gp16(0x40001c00 as _);
|
||||
pub const TIM14: timer::Tim_gp16 = timer::Tim_gp16(0x40002000 as _);
|
||||
pub const TIM2: timer::Tim_gp16 = timer::Tim_gp16(0x40000000 as _);
|
||||
pub const TIM3: timer::Tim_gp16 = timer::Tim_gp16(0x40000400 as _);
|
||||
pub const TIM4: timer::Tim_gp16 = timer::Tim_gp16(0x40000800 as _);
|
||||
pub const TIM5: timer::Tim_gp16 = timer::Tim_gp16(0x40000c00 as _);
|
||||
pub const TIM6: timer::Tim_gp16 = timer::Tim_gp16(0x40001000 as _);
|
||||
pub const TIM7: timer::Tim_gp16 = timer::Tim_gp16(0x40001400 as _);
|
||||
pub const TIM8: timer::Tim_gp16 = timer::Tim_gp16(0x40010400 as _);
|
||||
pub const TIM9: timer::Tim_gp16 = timer::Tim_gp16(0x40014000 as _);
|
||||
pub const TIM1: timer::TimGp16 = timer::TimGp16(0x40010000 as _);
|
||||
pub const TIM10: timer::TimGp16 = timer::TimGp16(0x40014400 as _);
|
||||
pub const TIM11: timer::TimGp16 = timer::TimGp16(0x40014800 as _);
|
||||
pub const TIM12: timer::TimGp16 = timer::TimGp16(0x40001800 as _);
|
||||
pub const TIM13: timer::TimGp16 = timer::TimGp16(0x40001c00 as _);
|
||||
pub const TIM14: timer::TimGp16 = timer::TimGp16(0x40002000 as _);
|
||||
pub const TIM2: timer::TimGp16 = timer::TimGp16(0x40000000 as _);
|
||||
pub const TIM3: timer::TimGp16 = timer::TimGp16(0x40000400 as _);
|
||||
pub const TIM4: timer::TimGp16 = timer::TimGp16(0x40000800 as _);
|
||||
pub const TIM5: timer::TimGp16 = timer::TimGp16(0x40000c00 as _);
|
||||
pub const TIM6: timer::TimGp16 = timer::TimGp16(0x40001000 as _);
|
||||
pub const TIM7: timer::TimGp16 = timer::TimGp16(0x40001400 as _);
|
||||
pub const TIM8: timer::TimGp16 = timer::TimGp16(0x40010400 as _);
|
||||
pub const TIM9: timer::TimGp16 = timer::TimGp16(0x40014000 as _);
|
||||
pub const USART1: usart::Usart = usart::Usart(0x40011000 as _);
|
||||
impl_usart!(USART1);
|
||||
impl_usart_pin!(USART1, RxPin, PA10, 7);
|
||||
|
Reference in New Issue
Block a user