#[repr(u8)]pub enum RegFbkSel {
REG_FBK_SEL0 = 0,
REG_FBK_SEL1 = 1,
REG_FBK_SEL2 = 2,
REG_FBK_SEL3 = 3,
}Variants§
REG_FBK_SEL0 = 0
The regulator outputs 1.0V with 1.2V reference voltage.
REG_FBK_SEL1 = 1
The regulator outputs 1.1V with 1.2V reference voltage.
REG_FBK_SEL2 = 2
The regulator outputs 1.0V with 1.3V reference voltage.
REG_FBK_SEL3 = 3
The regulator outputs 1.1V with 1.3V reference voltage.
Implementations§
Trait Implementations§
Source§impl Ord for RegFbkSel
impl Ord for RegFbkSel
Source§impl PartialOrd for RegFbkSel
impl PartialOrd for RegFbkSel
impl Copy for RegFbkSel
impl Eq for RegFbkSel
impl StructuralPartialEq for RegFbkSel
Auto Trait Implementations§
impl Freeze for RegFbkSel
impl RefUnwindSafe for RegFbkSel
impl Send for RegFbkSel
impl Sync for RegFbkSel
impl Unpin for RegFbkSel
impl UnwindSafe for RegFbkSel
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