pub enum Bank {
Bank0 = 0,
Bank1 = 1,
}
Expand description
The LPC55 boards have two GPIO banks, each with 32 pins. This enum represents the two banks.
Variants§
Trait Implementations§
impl Copy for Bank
impl Eq for Bank
impl StructuralPartialEq for Bank
Auto Trait Implementations§
impl Freeze for Bank
impl RefUnwindSafe for Bank
impl Send for Bank
impl Sync for Bank
impl Unpin for Bank
impl UnwindSafe for Bank
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