Struct Cfgr2
#[repr(transparent)]pub struct Cfgr2(pub u32);
Expand description
LPTIM configuration register 2
Tuple Fields§
§0: u32
Implementations§
§impl Cfgr2
impl Cfgr2
pub fn set_in1sel(&mut self, val: u8)
pub fn set_in1sel(&mut self, val: u8)
LPTIMx Input 1 selection
pub fn set_in2sel(&mut self, val: u8)
pub fn set_in2sel(&mut self, val: u8)
LPTIM1 Input 2 selection
Trait Implementations§
impl Copy for Cfgr2
impl Eq for Cfgr2
impl StructuralPartialEq for Cfgr2
Auto Trait Implementations§
impl Freeze for Cfgr2
impl RefUnwindSafe for Cfgr2
impl Send for Cfgr2
impl Sync for Cfgr2
impl Unpin for Cfgr2
impl UnwindSafe for Cfgr2
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