pub struct Ahb(_);Expand description
AHB clock controller
As described in the module-level documentation, this struct mediates
access to the shared AHBMASK register. Users can convert a disabled
AhbToken<A> into an enabled AhbClk<A> using Ahb::enable, and
vice versa with Ahb::disable.
Implementations
Auto Trait Implementations
impl RefUnwindSafe for Ahb
impl Send for Ahb
impl Sync for Ahb
impl Unpin for Ahb
impl UnwindSafe for Ahb
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