File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ impl RccExt for RCC {
79
79
apb1 : APB1 { _0 : ( ) } ,
80
80
apb2 : APB2 { _0 : ( ) } ,
81
81
bdcr : BDCR { _0 : ( ) } ,
82
- cfgr2 : CFGR2 { _0 : ( ) } ,
83
82
cfgr : CFGR :: default ( ) ,
84
83
}
85
84
}
@@ -106,7 +105,6 @@ pub struct Rcc {
106
105
pub bdcr : BDCR ,
107
106
/// Clock configuration
108
107
pub cfgr : CFGR ,
109
- pub cfgr2 : CFGR2 ,
110
108
}
111
109
112
110
/// AMBA High-performance Bus (AHB) registers
@@ -254,16 +252,6 @@ impl BDCR {
254
252
}
255
253
}
256
254
257
- pub struct CFGR2 {
258
- _0 : ( ) ,
259
- }
260
-
261
- impl CFGR2 {
262
- pub ( crate ) fn cfgr2 ( & mut self ) -> & rcc:: CFGR2 {
263
- unsafe { & ( * RCC :: ptr ( ) ) . cfgr2 }
264
- }
265
- }
266
-
267
255
/// Clock configuration
268
256
///
269
257
/// An instance of this struct is acquired from the [`RCC`](crate::pac::RCC) struct.
You can’t perform that action at this time.
0 commit comments