Struct Timxccr
#[repr(transparent)]pub struct Timxccr(pub u32);
Expand description
Timerx Capture 2 Control Register
Tuple Fields§
§0: u32
Implementations§
§impl Timxccr
impl Timxccr
pub fn set_updcpt(&mut self, val: bool)
pub fn set_updcpt(&mut self, val: bool)
Update Capture
pub fn set_exevcpt(&mut self, n: usize, val: bool)
pub fn set_exevcpt(&mut self, n: usize, val: bool)
External Event X Capture
Trait Implementations§
impl Copy for Timxccr
impl Eq for Timxccr
impl StructuralPartialEq for Timxccr
Auto Trait Implementations§
impl Freeze for Timxccr
impl RefUnwindSafe for Timxccr
impl Send for Timxccr
impl Sync for Timxccr
impl Unpin for Timxccr
impl UnwindSafe for Timxccr
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