#[repr(u8)]pub enum Updhld {
UPDHLD_0 = 0,
UPDHLD_1 = 1,
}Variants§
UPDHLD_0 = 0
Disable updates of hold registers on the rising edge of TRIGGER input signal
UPDHLD_1 = 1
Enable updates of hold registers on the rising edge of TRIGGER input signal
Implementations§
Trait Implementations§
Source§impl Ord for Updhld
impl Ord for Updhld
Source§impl PartialOrd for Updhld
impl PartialOrd for Updhld
impl Copy for Updhld
impl Eq for Updhld
impl StructuralPartialEq for Updhld
Auto Trait Implementations§
impl Freeze for Updhld
impl RefUnwindSafe for Updhld
impl Send for Updhld
impl Sync for Updhld
impl Unpin for Updhld
impl UnwindSafe for Updhld
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