Enum stm32wlxx_hal::pac::syscfg::cfgr1::BOOSTEN_A
pub enum BOOSTEN_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
I/O analog switch voltage booster enable
Value on reset: 0
Variants§
Disabled = 0
0: I/O analog switches are supplied by VDDA voltage. This is the recommended configuration when using the ADC in high VDDA voltage operation
Enabled = 1
1: I/O analog switches are supplied by a dedicated voltage booster (supplied by VDD). This is the recommended configuration when using the ADC in low VDDA voltage operation
Trait Implementations§
impl Copy for BOOSTEN_A
impl StructuralPartialEq for BOOSTEN_A
Auto Trait Implementations§
impl RefUnwindSafe for BOOSTEN_A
impl Send for BOOSTEN_A
impl Sync for BOOSTEN_A
impl Unpin for BOOSTEN_A
impl UnwindSafe for BOOSTEN_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