@@ -1277,33 +1277,33 @@ impl BusTimerClock for APB2 {
1277
1277
impl From < MCO1 > for crate :: pac:: rcc:: cfgr:: MCO1_A {
1278
1278
fn from ( input : MCO1 ) -> Self {
1279
1279
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 ,
1284
1284
}
1285
1285
}
1286
1286
}
1287
1287
1288
1288
impl From < MCO2 > for crate :: pac:: rcc:: cfgr:: MCO2_A {
1289
1289
fn from ( input : MCO2 ) -> Self {
1290
1290
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 ,
1295
1295
}
1296
1296
}
1297
1297
}
1298
1298
1299
1299
impl From < MCOPRE > for crate :: pac:: rcc:: cfgr:: MCO2PRE_A {
1300
1300
fn from ( input : MCOPRE ) -> Self {
1301
1301
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 ,
1307
1307
}
1308
1308
}
1309
1309
}
0 commit comments