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