pub struct Clk(_);
Expand description
Implementations
sourceimpl Clk
impl Clk
sourcepub fn prepare_enable(self) -> Result<EnabledClk>
pub fn prepare_enable(self) -> Result<EnabledClk>
Prepares and enables the underlying hardware clock.
This function should not be called in atomic context.
Trait Implementations
Auto Trait Implementations
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