Enum stm32wlxx_hal::pac::vrefbuf::csr::HIZ_A
pub enum HIZ_A {
Connected = 0,
HighZ = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
High impedance mode
Value on reset: 1
Variants§
Connected = 0
0: VREF+ pin is internally connected to the voltage reference buffer output
HighZ = 1
1: VREF+ pin is high impedance
Trait Implementations§
impl Copy for HIZ_A
impl StructuralPartialEq for HIZ_A
Auto Trait Implementations§
impl RefUnwindSafe for HIZ_A
impl Send for HIZ_A
impl Sync for HIZ_A
impl Unpin for HIZ_A
impl UnwindSafe for HIZ_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