pub struct CCR<T, const C: u8>(/* private fields */);
Expand description
Wrapper type that indicates which register of the contained timer to use for DMA.
Trait Implementations§
Auto Trait Implementations§
impl<T, const C: u8> Freeze for CCR<T, C>where
T: Freeze,
impl<T, const C: u8> RefUnwindSafe for CCR<T, C>where
T: RefUnwindSafe,
impl<T, const C: u8> Send for CCR<T, C>where
T: Send,
impl<T, const C: u8> Sync for CCR<T, C>where
T: Sync,
impl<T, const C: u8> Unpin for CCR<T, C>where
T: Unpin,
impl<T, const C: u8> UnwindSafe for CCR<T, C>where
T: UnwindSafe,
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