pub enum Mstcontinue {
NoEffect = 0,
Continue = 1,
}Expand description
Master Continue. This bit is write-only.
Value on reset: 0
Variants§
NoEffect = 0
0: No effect.
Continue = 1
1: Continue. Informs the Master function to continue to the next operation. This must done after writing transmit data, reading received data, or any other housekeeping related to the next bus operation.
Trait Implementations§
Source§impl Clone for Mstcontinue
impl Clone for Mstcontinue
Source§fn clone(&self) -> Mstcontinue
fn clone(&self) -> Mstcontinue
Returns a duplicate 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 moreSource§impl Debug for Mstcontinue
impl Debug for Mstcontinue
Source§impl From<Mstcontinue> for bool
impl From<Mstcontinue> for bool
Source§fn from(variant: Mstcontinue) -> Self
fn from(variant: Mstcontinue) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Mstcontinue
impl PartialEq for Mstcontinue
impl Copy for Mstcontinue
impl Eq for Mstcontinue
impl StructuralPartialEq for Mstcontinue
Auto Trait Implementations§
impl Freeze for Mstcontinue
impl RefUnwindSafe for Mstcontinue
impl Send for Mstcontinue
impl Sync for Mstcontinue
impl Unpin for Mstcontinue
impl UnwindSafe for Mstcontinue
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