#[repr(transparent)]pub struct Ccr(pub u32);Expand description
Capture Control
Tuple Fields§
§0: u32Implementations§
Source§impl Ccr
impl Ccr
Sourcepub const fn set_cap0re(&mut self, val: Cap0re)
pub const fn set_cap0re(&mut self, val: Cap0re)
Rising Edge of Capture Channel 0
Sourcepub const fn set_cap0fe(&mut self, val: Cap0fe)
pub const fn set_cap0fe(&mut self, val: Cap0fe)
Falling Edge of Capture Channel 0
Sourcepub const fn set_cap1re(&mut self, val: Cap1re)
pub const fn set_cap1re(&mut self, val: Cap1re)
Rising Edge of Capture Channel 1
Sourcepub const fn set_cap1fe(&mut self, val: Cap1fe)
pub const fn set_cap1fe(&mut self, val: Cap1fe)
Falling Edge of Capture Channel 1
Sourcepub const fn set_cap2re(&mut self, val: Cap2re)
pub const fn set_cap2re(&mut self, val: Cap2re)
Rising Edge of Capture Channel 2
Sourcepub const fn set_cap2fe(&mut self, val: Cap2fe)
pub const fn set_cap2fe(&mut self, val: Cap2fe)
Falling Edge of Capture Channel 2
Sourcepub const fn set_cap3re(&mut self, val: Cap3re)
pub const fn set_cap3re(&mut self, val: Cap3re)
Rising Edge of Capture Channel 3
Sourcepub const fn set_cap3fe(&mut self, val: Cap3fe)
pub const fn set_cap3fe(&mut self, val: Cap3fe)
Falling Edge of Capture Channel 3
Trait Implementations§
impl Copy for Ccr
impl Eq for Ccr
impl StructuralPartialEq for Ccr
Auto Trait Implementations§
impl Freeze for Ccr
impl RefUnwindSafe for Ccr
impl Send for Ccr
impl Sync for Ccr
impl Unpin for Ccr
impl UnwindSafe for Ccr
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