#[repr(transparent)]pub struct Ctcr(pub u32);Expand description
Count Control
Tuple Fields§
§0: u32Implementations§
Source§impl Ctcr
impl Ctcr
Sourcepub const fn set_ctmode(&mut self, val: Ctmode)
pub const fn set_ctmode(&mut self, val: Ctmode)
Counter Timer Mode
Sourcepub const fn set_cinsel(&mut self, val: Cinsel)
pub const fn set_cinsel(&mut self, val: Cinsel)
Count Input Select
Trait Implementations§
impl Copy for Ctcr
impl Eq for Ctcr
impl StructuralPartialEq for Ctcr
Auto Trait Implementations§
impl Freeze for Ctcr
impl RefUnwindSafe for Ctcr
impl Send for Ctcr
impl Sync for Ctcr
impl Unpin for Ctcr
impl UnwindSafe for Ctcr
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