pub enum BOOSTEN {
Vdd = 0,
Boost = 1,
}
Expand description
I/O analog switch voltage booster enable
Value on reset: 0
Variants§
Vdd = 0
0: supply analog switches from VDD
Boost = 1
1: supply analog switches from dedicated voltage booster
Trait Implementations§
impl Copy for BOOSTEN
impl Eq for BOOSTEN
impl StructuralPartialEq for BOOSTEN
Auto Trait Implementations§
impl Freeze for BOOSTEN
impl RefUnwindSafe for BOOSTEN
impl Send for BOOSTEN
impl Sync for BOOSTEN
impl Unpin for BOOSTEN
impl UnwindSafe for BOOSTEN
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