Struct stm32_metapac::hrtim::regs::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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)