pub enum BME {
Disabled = 0,
Enabled = 1,
}
Expand description
Burst Mode enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for BME
impl Eq for BME
impl StructuralPartialEq for BME
Auto Trait Implementations§
impl Freeze for BME
impl RefUnwindSafe for BME
impl Send for BME
impl Sync for BME
impl Unpin for BME
impl UnwindSafe for BME
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