pub enum LEDCTRL_A {
OFF,
ON,
}
Expand description
LED Control
Value on reset: 0
Variants
OFF
0: LED off
ON
1: LED on
Trait Implementations
impl Copy for LEDCTRL_A
impl StructuralPartialEq for LEDCTRL_A
Auto Trait Implementations
impl RefUnwindSafe for LEDCTRL_A
impl Send for LEDCTRL_A
impl Sync for LEDCTRL_A
impl Unpin for LEDCTRL_A
impl UnwindSafe for LEDCTRL_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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