#[repr(u8)]
pub enum RAMP_A {
RAMP1,
RAMP2A,
RAMP2,
RAMP2C,
}
Expand description
Ramp Mode
Value on reset: 0
Variants
RAMP1
0: RAMP1 operation
RAMP2A
1: Alternative RAMP2 operation
RAMP2
2: RAMP2 operation
RAMP2C
3: Critical RAMP2 operation
Trait Implementations
impl Copy for RAMP_A
impl StructuralPartialEq for RAMP_A
Auto Trait Implementations
impl RefUnwindSafe for RAMP_A
impl Send for RAMP_A
impl Sync for RAMP_A
impl Unpin for RAMP_A
impl UnwindSafe for RAMP_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