#[repr(u8)]pub enum Cc {
CLOCK_ON_CHARACTER = 0,
CONTINOUS_CLOCK = 1,
}Variants§
CLOCK_ON_CHARACTER = 0
Clock on character. In synchronous mode, SCLK cycles only when characters are being sent on Un_TXD or to complete a character that is being received.
CONTINOUS_CLOCK = 1
Continuous clock. SCLK runs continuously in synchronous mode, allowing characters to be received on Un_RxD independently from transmission on Un_TXD).
Implementations§
Trait Implementations§
Source§impl Ord for Cc
impl Ord for Cc
Source§impl PartialOrd for Cc
impl PartialOrd for Cc
impl Copy for Cc
impl Eq for Cc
impl StructuralPartialEq for Cc
Auto Trait Implementations§
impl Freeze for Cc
impl RefUnwindSafe for Cc
impl Send for Cc
impl Sync for Cc
impl Unpin for Cc
impl UnwindSafe for Cc
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