Enum stm32wlxx_hal::pac::vrefbuf::csr::VRR_A
pub enum VRR_A {
NotReady = 0,
Ready = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Voltage reference buffer ready
Value on reset: 0
Variants§
NotReady = 0
0: The voltage reference buffer output is not ready
Ready = 1
1: The voltage reference buffer output reached the requested level
Trait Implementations§
impl Copy for VRR_A
impl StructuralPartialEq for VRR_A
Auto Trait Implementations§
impl RefUnwindSafe for VRR_A
impl Send for VRR_A
impl Sync for VRR_A
impl Unpin for VRR_A
impl UnwindSafe for VRR_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