Struct stm32_metapac::timer::regs::SmcrAdv
#[repr(transparent)]pub struct SmcrAdv(pub u32);
Expand description
slave mode control register
Tuple Fields§
§0: u32
Implementations§
§impl SmcrAdv
impl SmcrAdv
pub const fn etf(&self) -> FilterValue
pub const fn etf(&self) -> FilterValue
External trigger filter
pub fn set_etf(&mut self, val: FilterValue)
pub fn set_etf(&mut self, val: FilterValue)
External trigger filter
Trait Implementations§
impl Copy for SmcrAdv
impl Eq for SmcrAdv
impl StructuralPartialEq for SmcrAdv
Auto Trait Implementations§
impl Freeze for SmcrAdv
impl RefUnwindSafe for SmcrAdv
impl Send for SmcrAdv
impl Sync for SmcrAdv
impl Unpin for SmcrAdv
impl UnwindSafe for SmcrAdv
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
)