pub struct Dma1<'a> { /* private fields */ }
Implementations§
Source§impl<'a> Dma1<'a>
impl<'a> Dma1<'a>
pub const fn new(rcc: &'a Rcc) -> Self
pub fn is_enabled_clock(&self) -> bool
pub fn enable_clock(&self)
pub fn disable_clock(&self)
Auto Trait Implementations§
impl<'a> Freeze for Dma1<'a>
impl<'a> !RefUnwindSafe for Dma1<'a>
impl<'a> !Send for Dma1<'a>
impl<'a> !Sync for Dma1<'a>
impl<'a> Unpin for Dma1<'a>
impl<'a> !UnwindSafe for Dma1<'a>
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