#[repr(C)]pub struct Clocks {
pub hclk1: MaybeHertz,
pub hsi: MaybeHertz,
pub hsi48: MaybeHertz,
pub hsi_div_244: MaybeHertz,
pub lse: MaybeHertz,
pub pclk1: MaybeHertz,
pub pclk1_tim: MaybeHertz,
pub pclk2: MaybeHertz,
pub pclk2_tim: MaybeHertz,
pub pll1_p: MaybeHertz,
pub rtc: MaybeHertz,
pub sys: MaybeHertz,
}
Fields§
§hclk1: MaybeHertz
§hsi: MaybeHertz
§hsi48: MaybeHertz
§hsi_div_244: MaybeHertz
§lse: MaybeHertz
§pclk1: MaybeHertz
§pclk1_tim: MaybeHertz
§pclk2: MaybeHertz
§pclk2_tim: MaybeHertz
§pll1_p: MaybeHertz
§rtc: MaybeHertz
§sys: MaybeHertz
Trait Implementations§
impl Copy for Clocks
Auto Trait Implementations§
impl Freeze for Clocks
impl RefUnwindSafe for Clocks
impl Send for Clocks
impl Sync for Clocks
impl Unpin for Clocks
impl UnwindSafe for Clocks
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)