pub enum ActiveHigh {}
Expand description
Marks a peripheral as requiring or controller as supporting active high chip select pins.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ActiveHigh
impl RefUnwindSafe for ActiveHigh
impl Send for ActiveHigh
impl Sync for ActiveHigh
impl Unpin for ActiveHigh
impl UnwindSafe for ActiveHigh
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