pub struct DmaChannels<'a> {
pub channels: [DmaChannel<'a>; 8],
}
Fields§
§channels: [DmaChannel<'a>; 8]
Implementations§
Source§impl DmaChannels<'_>
impl DmaChannels<'_>
pub fn new() -> Self
pub fn handle_interrupt(&self, int_nr: isize)
Trait Implementations§
Auto Trait Implementations§
impl<'a> !Freeze for DmaChannels<'a>
impl<'a> !RefUnwindSafe for DmaChannels<'a>
impl<'a> !Send for DmaChannels<'a>
impl<'a> !Sync for DmaChannels<'a>
impl<'a> Unpin for DmaChannels<'a>
impl<'a> !UnwindSafe for DmaChannels<'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