Struct atsamd_hal::clock::GClock
source · [−]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 RefUnwindSafe for GClock
impl Send for GClock
impl Sync for GClock
impl Unpin for GClock
impl UnwindSafe for GClock
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more