Enum ControlSoftrst
#[repr(u8)]pub enum ControlSoftrst {
NORMAL = 0,
CTEST = 1,
}
Variants§
NORMAL = 0
Normal mode.
CTEST = 1
The continuous test, the conditioning function and the FIFO are reset.
Implementations§
§impl ControlSoftrst
impl ControlSoftrst
pub const fn from_bits(val: u8) -> ControlSoftrst
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for ControlSoftrst
impl Clone for ControlSoftrst
§fn clone(&self) -> ControlSoftrst
fn clone(&self) -> ControlSoftrst
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl From<u8> for ControlSoftrst
impl From<u8> for ControlSoftrst
§fn from(val: u8) -> ControlSoftrst
fn from(val: u8) -> ControlSoftrst
Converts to this type from the input type.
§impl Ord for ControlSoftrst
impl Ord for ControlSoftrst
§impl PartialEq for ControlSoftrst
impl PartialEq for ControlSoftrst
§impl PartialOrd for ControlSoftrst
impl PartialOrd for ControlSoftrst
impl Copy for ControlSoftrst
impl Eq for ControlSoftrst
impl StructuralPartialEq for ControlSoftrst
Auto Trait Implementations§
impl Freeze for ControlSoftrst
impl RefUnwindSafe for ControlSoftrst
impl Send for ControlSoftrst
impl Sync for ControlSoftrst
impl Unpin for ControlSoftrst
impl UnwindSafe for ControlSoftrst
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)