pub enum WAITPEND {
Disabled = 0,
Enabled = 1,
}
Expand description
CPSM Waits for ends of data transfer (CmdPend internal signal).
Value on reset: 0
Variants§
Disabled = 0
0: Don’t wait for data end
Enabled = 1
1: Wait for end of data transfer signal before sending command
Trait Implementations§
impl Copy for WAITPEND
impl Eq for WAITPEND
impl StructuralPartialEq for WAITPEND
Auto Trait Implementations§
impl Freeze for WAITPEND
impl RefUnwindSafe for WAITPEND
impl Send for WAITPEND
impl Sync for WAITPEND
impl Unpin for WAITPEND
impl UnwindSafe for WAITPEND
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