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