Struct stm32_metapac::timer::regs::SmcrGp16
#[repr(transparent)]pub struct SmcrGp16(pub u32);
Expand description
slave mode control register
Tuple Fields§
§0: u32
Implementations§
§impl SmcrGp16
impl SmcrGp16
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 SmcrGp16
impl Eq for SmcrGp16
impl StructuralPartialEq for SmcrGp16
Auto Trait Implementations§
impl Freeze for SmcrGp16
impl RefUnwindSafe for SmcrGp16
impl Send for SmcrGp16
impl Sync for SmcrGp16
impl Unpin for SmcrGp16
impl UnwindSafe for SmcrGp16
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
)