pub struct GClock { /* private fields */ }
Expand description
Represents a configured clock generator.
Can be converted into the effective clock frequency.
Its primary purpose is to be passed in to methods
such as GenericClockController::tcc2_tc3
to configure
the clock for a peripheral.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GClock
impl RefUnwindSafe for GClock
impl Send for GClock
impl Sync for GClock
impl Unpin for GClock
impl UnwindSafe for GClock
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