Type Definition stm32g0::stm32g0b0::usart1::cr2::LBCL_W

source · []
pub type LBCL_W<'a, const O: u8> = BitWriter<'a, u32, CR2_SPEC, bool, O>;
Expand description

Field LBCL writer - Last bit clock pulse This bit is used to select whether the clock pulse associated with the last data bit transmitted (MSB) has to be output on the SCLK pin in synchronous mode. The last bit is the 7th or 8th or 9th data bit transmitted depending on the 7 or 8 or 9 bit format selected by the M bit in the USART_CR1 register. This bit can only be written when the USART is disabled (UEÂ =Â 0). Note: If synchronous mode is not supported, this bit is reserved and must be kept at reset value. Refer to .