Update generated files

This commit is contained in:
Thales Fragoso
2021-05-22 22:07:05 -03:00
parent a0fe9e4645
commit 5e49a9932f
506 changed files with 29764 additions and 23574 deletions

View File

@ -153,6 +153,14 @@ impl_spi_pin!(SPI3, MisoPin, PC11, 6);
impl_spi_pin!(SPI3, MosiPin, PC12, 6);
impl_spi_pin!(SPI3, MosiPin, PD6, 5);
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 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 TIM9: timer::Tim_gp16 = timer::Tim_gp16(0x40014000 as _);
pub const USART1: usart::Usart = usart::Usart(0x40011000 as _);
impl_usart!(USART1);
impl_usart_pin!(USART1, RxPin, PA10, 7);
@ -186,6 +194,7 @@ pub use super::regs::exti_v1 as exti;
pub use super::regs::gpio_v2 as gpio;
pub use super::regs::spi_v1 as spi;
pub use super::regs::syscfg_f4 as syscfg;
pub use super::regs::timer_v1 as timer;
pub use super::regs::usart_v1 as usart;
embassy_extras::peripherals!(
EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, EXTI5, EXTI6, EXTI7, EXTI8, EXTI9, EXTI10, EXTI11, EXTI12,
@ -196,7 +205,8 @@ embassy_extras::peripherals!(
PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PC14, PC15, PD0, PD1, PD2, PD3, PD4, PD5,
PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7,
PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PH0, PH1, PH2, PH3, PH4, PH5, PH6, PH7, PH8, PH9,
PH10, PH11, PH12, PH13, PH14, PH15, SPI1, SPI2, SPI3, SYSCFG, USART1, USART2, USART6
PH10, PH11, PH12, PH13, PH14, PH15, SPI1, SPI2, SPI3, SYSCFG, TIM1, TIM10, TIM11, TIM2, TIM3,
TIM4, TIM5, TIM9, USART1, USART2, USART6
);
pub fn DMA(n: u8) -> dma::Dma {
match n {