Enum stm32wlxx_hal::pac::pwr::sr2::VOSF_A
pub enum VOSF_A {
Ready = 0,
Change = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Voltage scaling flag
Value on reset: 0
Variants§
Ready = 0
0: Regulator ready in the selected voltage range
Change = 1
1: Regulator output voltage changed to the required voltage level
Trait Implementations§
impl Copy for VOSF_A
impl StructuralPartialEq for VOSF_A
Auto Trait Implementations§
impl RefUnwindSafe for VOSF_A
impl Send for VOSF_A
impl Sync for VOSF_A
impl Unpin for VOSF_A
impl UnwindSafe for VOSF_A
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