#[repr(u8)]pub enum Datapause {
NORMAL = 0,
PAUSE = 1,
}Variants§
NORMAL = 0
Normal operation, or resuming normal operation at the next frame if the I2S has already been paused.
PAUSE = 1
A pause in the data flow is being requested. It is in effect when DATAPAUSED in STAT = 1.
Implementations§
Trait Implementations§
Source§impl Ord for Datapause
impl Ord for Datapause
Source§impl PartialOrd for Datapause
impl PartialOrd for Datapause
impl Copy for Datapause
impl Eq for Datapause
impl StructuralPartialEq for Datapause
Auto Trait Implementations§
impl Freeze for Datapause
impl RefUnwindSafe for Datapause
impl Send for Datapause
impl Sync for Datapause
impl Unpin for Datapause
impl UnwindSafe for Datapause
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