pub enum LBCL {
NotOutput = 0,
Output = 1,
}
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
impl Eq for LBCL
impl StructuralPartialEq for LBCL
Auto Trait Implementations§
impl Freeze for LBCL
impl RefUnwindSafe for LBCL
impl Send for LBCL
impl Sync for LBCL
impl Unpin for LBCL
impl UnwindSafe for LBCL
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