pub enum CSTART {
NotStarted = 0,
Started = 1,
}Expand description
master transfer start This bit can be set by software if SPI is enabled only to start an SPI or I2S/PCM communication. In SPI mode, it is cleared by hardware when end of transfer (EOT) flag is set or when a transaction suspend request is accepted. In I2S/PCM mode, it is also cleared by hardware as described in the . In SPI mode, the bit is taken into account at master mode only. If transmission is enabled, communication starts or continues only if any data is available in the transmission FIFO.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CSTART
impl Eq for CSTART
impl StructuralPartialEq for CSTART
Auto Trait Implementations§
impl Freeze for CSTART
impl RefUnwindSafe for CSTART
impl Send for CSTART
impl Sync for CSTART
impl Unpin for CSTART
impl UnwindSafe for CSTART
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