Struct Exmin
#[repr(transparent)]pub struct Exmin(pub u32);Tuple Fields§
§0: u32Implementations§
§impl Exmin
impl Exmin
pub const fn exminch(&self) -> u8
pub const fn exminch(&self) -> u8
Extremes detector minimum data channel These bits contain information about the channel on which the data is stored into EXMIN[23:0]. Bits are cleared by reading of this register.
pub const fn set_exminch(&mut self, val: u8)
pub const fn set_exminch(&mut self, val: u8)
Extremes detector minimum data channel These bits contain information about the channel on which the data is stored into EXMIN[23:0]. Bits are cleared by reading of this register.
Trait Implementations§
impl Copy for Exmin
impl Eq for Exmin
impl StructuralPartialEq for Exmin
Auto Trait Implementations§
impl Freeze for Exmin
impl RefUnwindSafe for Exmin
impl Send for Exmin
impl Sync for Exmin
impl Unpin for Exmin
impl UnsafeUnpin for Exmin
impl UnwindSafe for Exmin
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