Struct 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