[−][src]Enum lpc55_pac::usart0::ctl::CC_A
Continuous Clock generation. By default, SCLK is only output while data is being transmitted in synchronous mode.
Value on reset: 0
Variants
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.
1: Continuous clock. SCLK runs continuously in synchronous mode, allowing characters to be received on Un_RxD independently from transmission on Un_TXD).
Trait Implementations
impl Clone for CC_A
[src]
fn clone(&self) -> CC_A
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for CC_A
[src]
impl Debug for CC_A
[src]
impl From<CC_A> for bool
[src]
impl PartialEq<CC_A> for CC_A
[src]
impl StructuralPartialEq for CC_A
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,