pub struct SYSOSC(/* private fields */);Expand description
System oscillator
Can be used to control the system oscillator using various methods on
syscon::Handle.
Trait Implementations§
Source§impl<'a> AnalogBlock for SYSOSC
impl<'a> AnalogBlock for SYSOSC
Auto Trait Implementations§
impl Freeze for SYSOSC
impl RefUnwindSafe for SYSOSC
impl Send for SYSOSC
impl Sync for SYSOSC
impl Unpin for SYSOSC
impl UnwindSafe for SYSOSC
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