Enum stm32wlxx_hal::pac::usart1::cr2::LBCL_A
pub enum LBCL_A {
NotOutput = 0,
Output = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Last bit clock pulse
Value on reset: 0
Variants§
NotOutput = 0
0: The clock pulse of the last data bit is not output to the CK pin
Output = 1
1: The clock pulse of the last data bit is output to the CK pin
Trait Implementations§
impl Copy for LBCL_A
impl StructuralPartialEq for LBCL_A
Auto Trait Implementations§
impl RefUnwindSafe for LBCL_A
impl Send for LBCL_A
impl Sync for LBCL_A
impl Unpin for LBCL_A
impl UnwindSafe for LBCL_A
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