@@ -1277,33 +1277,33 @@ impl BusTimerClock for APB2 {
12771277impl From < MCO1 > for crate :: pac:: rcc:: cfgr:: MCO1_A {
12781278 fn from ( input : MCO1 ) -> Self {
12791279 match input {
1280- MCO1 :: Hsi => Self :: HSI ,
1281- MCO1 :: Lse => Self :: LSE ,
1282- MCO1 :: Hse => Self :: HSE ,
1283- MCO1 :: Pll => Self :: PLL ,
1280+ MCO1 :: Hsi => Self :: Hsi ,
1281+ MCO1 :: Lse => Self :: Lse ,
1282+ MCO1 :: Hse => Self :: Hse ,
1283+ MCO1 :: Pll => Self :: Pll ,
12841284 }
12851285 }
12861286}
12871287
12881288impl From < MCO2 > for crate :: pac:: rcc:: cfgr:: MCO2_A {
12891289 fn from ( input : MCO2 ) -> Self {
12901290 match input {
1291- MCO2 :: Sysclk => Self :: SYSCLK ,
1292- MCO2 :: Plli2s => Self :: PLLI2S ,
1293- MCO2 :: Hse => Self :: HSE ,
1294- MCO2 :: Pll => Self :: PLL ,
1291+ MCO2 :: Sysclk => Self :: Sysclk ,
1292+ MCO2 :: Plli2s => Self :: Plli2s ,
1293+ MCO2 :: Hse => Self :: Hse ,
1294+ MCO2 :: Pll => Self :: Pll ,
12951295 }
12961296 }
12971297}
12981298
12991299impl From < MCOPRE > for crate :: pac:: rcc:: cfgr:: MCO2PRE_A {
13001300 fn from ( input : MCOPRE ) -> Self {
13011301 match input {
1302- MCOPRE :: Div1_no_div => Self :: DIV1 ,
1303- MCOPRE :: Div2 => Self :: DIV2 ,
1304- MCOPRE :: Div3 => Self :: DIV3 ,
1305- MCOPRE :: Div4 => Self :: DIV4 ,
1306- MCOPRE :: Div5 => Self :: DIV5 ,
1302+ MCOPRE :: Div1_no_div => Self :: Div1 ,
1303+ MCOPRE :: Div2 => Self :: Div2 ,
1304+ MCOPRE :: Div3 => Self :: Div3 ,
1305+ MCOPRE :: Div4 => Self :: Div4 ,
1306+ MCOPRE :: Div5 => Self :: Div5 ,
13071307 }
13081308 }
13091309}
0 commit comments