Type Definition lpc81x_pac::lpc810::usart0::ctl::CC_W

source ·
pub type CC_W<'a, const O: u8> = BitWriter<'a, u32, CTL_SPEC, CC_A, O>;
Expand description

Field CC writer - Continuous Clock generation. By default, SCLK is only output while data is being transmitted in synchronous mode.

Implementations§

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.

Continuous clock. SCLK runs continuously in synchronous mode, allowing characters to be received on Un_RxD independently from transmission on Un_TXD).