Enum nrf52832::power::MainVoltage
source · pub enum MainVoltage {
Normal = 0,
High = 1,
}
Variants§
Normal = 0
Normal voltage mode, when supply voltage is connected to both the VDD and VDDH pins (so that VDD equals VDDH).
High = 1
High voltage mode, when supply voltage is only connected to the VDDH pin, and the VDD pin is not connected to any voltage supply.
Auto Trait Implementations§
impl Freeze for MainVoltage
impl RefUnwindSafe for MainVoltage
impl Send for MainVoltage
impl Sync for MainVoltage
impl Unpin for MainVoltage
impl UnwindSafe for MainVoltage
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