#[repr(u8)]
pub enum CC2LOC_A {
LOC0,
LOC1,
LOC2,
LOC3,
LOC4,
LOC5,
LOC6,
LOC7,
}
Expand description
I/O Location
Value on reset: 0
Variants
LOC0
0: Location 0
LOC1
1: Location 1
LOC2
2: Location 2
LOC3
3: Location 3
LOC4
4: Location 4
LOC5
5: Location 5
LOC6
6: Location 6
LOC7
7: Location 7
Trait Implementations
impl Copy for CC2LOC_A
impl StructuralPartialEq for CC2LOC_A
Auto Trait Implementations
impl RefUnwindSafe for CC2LOC_A
impl Send for CC2LOC_A
impl Sync for CC2LOC_A
impl Unpin for CC2LOC_A
impl UnwindSafe for CC2LOC_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more