pub enum CPOLW {
LOW,
HIGH,
}
Expand description
Values that can be written to the field CPOL
Variants§
LOW
Steady low value on CK pin outside transmission window
HIGH
Steady high value on CK pin outside transmission window
Auto Trait Implementations§
impl Freeze for CPOLW
impl RefUnwindSafe for CPOLW
impl Send for CPOLW
impl Sync for CPOLW
impl Unpin for CPOLW
impl UnwindSafe for CPOLW
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