Update generated files
This commit is contained in:
@ -214,9 +214,13 @@ 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 _);
|
||||
impl_timer!(TIM2);
|
||||
pub const TIM3: timer::TimGp16 = timer::TimGp16(0x40000400 as _);
|
||||
impl_timer!(TIM3);
|
||||
pub const TIM4: timer::TimGp16 = timer::TimGp16(0x40000800 as _);
|
||||
impl_timer!(TIM4);
|
||||
pub const TIM5: timer::TimGp16 = timer::TimGp16(0x40000c00 as _);
|
||||
impl_timer!(TIM5);
|
||||
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 _);
|
||||
|
Reference in New Issue
Block a user