#[repr(u8)]pub enum Rstgsm {
RSTGSM_0 = 0,
RSTGSM_1 = 1,
RSTGSM_2 = 2,
RSTGSM_3 = 3,
}Variants§
RSTGSM_0 = 0
Idle, waiting for the first data pattern write.
RSTGSM_1 = 1
Waiting for the second data pattern write.
RSTGSM_2 = 2
The 2-write sequence has completed. Generate the specified gate reset(s). After the reset is performed, this machine returns to the idle (waiting for first data pattern write) state. The “01” state persists for only one clock cycle. Software cannot observe this state.
RSTGSM_3 = 3
This state encoding is never used and therefore reserved.
Implementations§
Trait Implementations§
Source§impl Ord for Rstgsm
impl Ord for Rstgsm
Source§impl PartialOrd for Rstgsm
impl PartialOrd for Rstgsm
impl Copy for Rstgsm
impl Eq for Rstgsm
impl StructuralPartialEq for Rstgsm
Auto Trait Implementations§
impl Freeze for Rstgsm
impl RefUnwindSafe for Rstgsm
impl Send for Rstgsm
impl Sync for Rstgsm
impl Unpin for Rstgsm
impl UnwindSafe for Rstgsm
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