#[repr(transparent)]pub struct Sconfig(pub u32);Expand description
Target Configuration.
Tuple Fields§
§0: u32Implementations§
Source§impl Sconfig
impl Sconfig
Sourcepub const fn set_slvena(&mut self, val: bool)
pub const fn set_slvena(&mut self, val: bool)
Target Enable.
Sourcepub const fn set_matchss(&mut self, val: bool)
pub const fn set_matchss(&mut self, val: bool)
Match Start or Stop.
Sourcepub const fn set_s0ignore(&mut self, val: bool)
pub const fn set_s0ignore(&mut self, val: bool)
Ignore TE0 or TE1 Errors.
Sourcepub const fn set_offline(&mut self, val: bool)
pub const fn set_offline(&mut self, val: bool)
Offline.
Sourcepub const fn set_bamatch(&mut self, val: u8)
pub const fn set_bamatch(&mut self, val: u8)
Bus Available Match.
Trait Implementations§
impl Copy for Sconfig
impl Eq for Sconfig
impl StructuralPartialEq for Sconfig
Auto Trait Implementations§
impl Freeze for Sconfig
impl RefUnwindSafe for Sconfig
impl Send for Sconfig
impl Sync for Sconfig
impl Unpin for Sconfig
impl UnwindSafe for Sconfig
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