pub enum LBCLW {
NOTOUTPUT,
OUTPUT,
}
Expand description
Values that can be written to the field LBCL
Variants§
NOTOUTPUT
The clock pulse of the last data bit is not output to the CK pin
OUTPUT
The clock pulse of the last data bit is output to the CK pin
Auto Trait Implementations§
impl Freeze for LBCLW
impl RefUnwindSafe for LBCLW
impl Send for LBCLW
impl Sync for LBCLW
impl Unpin for LBCLW
impl UnwindSafe for LBCLW
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