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