pub struct Decreset(/* private fields */);Implementations§
Source§impl Decreset
impl Decreset
Sourcepub const RELEASE_RESET: Self
pub const RELEASE_RESET: Self
release reset to decimator
Sourcepub const ASSERT_RESET: Self
pub const ASSERT_RESET: Self
assert reset to decimator Note : resets are applied in pairs. So bit 0 corresponds to channels 0/1, bit1 corresponds to channels 2/3, bit2 to channel 4/5 and bit3 to channel 6/7
Trait Implementations§
Source§impl Ord for Decreset
impl Ord for Decreset
Source§impl PartialOrd for Decreset
impl PartialOrd for Decreset
impl Copy for Decreset
impl Eq for Decreset
impl StructuralPartialEq for Decreset
Auto Trait Implementations§
impl Freeze for Decreset
impl RefUnwindSafe for Decreset
impl Send for Decreset
impl Sync for Decreset
impl Unpin for Decreset
impl UnwindSafe for Decreset
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