Struct Oldthlr
#[repr(transparent)]pub struct Oldthlr(pub u32);Expand description
This register is used for the adjustment of the Out-off Limit low threshold.
Tuple Fields§
§0: u32Implementations§
§impl Oldthlr
impl Oldthlr
pub const fn oldthl(&self) -> u32
pub const fn oldthl(&self) -> u32
OLD Low Threshold Value Set and cleared by software. OLDTHL represents a 26-bit signed value. The real threshold compared to the signal provided by the filter is OLDTHL. This field can be write-protected, please refer to Section 1.4.15: Register protection for details.
pub const fn set_oldthl(&mut self, val: u32)
pub const fn set_oldthl(&mut self, val: u32)
OLD Low Threshold Value Set and cleared by software. OLDTHL represents a 26-bit signed value. The real threshold compared to the signal provided by the filter is OLDTHL. This field can be write-protected, please refer to Section 1.4.15: Register protection for details.
Trait Implementations§
impl Copy for Oldthlr
impl Eq for Oldthlr
impl StructuralPartialEq for Oldthlr
Auto Trait Implementations§
impl Freeze for Oldthlr
impl RefUnwindSafe for Oldthlr
impl Send for Oldthlr
impl Sync for Oldthlr
impl Unpin for Oldthlr
impl UnwindSafe for Oldthlr
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