pub enum BIDIMODE {
Unidirectional = 0,
Bidirectional = 1,
}
Expand description
Bidirectional data mode enable. This bit enables half-duplex communication using common single bidirectional data line. Keep RXONLY bit clear when bidirectional mode is active. Note: This bit is not used in I2S mode.
Value on reset: 0
Variants§
Unidirectional = 0
0: 2-line unidirectional data mode selected
Bidirectional = 1
1: 1-line bidirectional data mode selected
Trait Implementations§
impl Copy for BIDIMODE
impl Eq for BIDIMODE
impl StructuralPartialEq for BIDIMODE
Auto Trait Implementations§
impl Freeze for BIDIMODE
impl RefUnwindSafe for BIDIMODE
impl Send for BIDIMODE
impl Sync for BIDIMODE
impl Unpin for BIDIMODE
impl UnwindSafe for BIDIMODE
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