Enum stm32wlxx_hal::pac::pwr::cr4::VBRS_A
pub enum VBRS_A {
R5k = 0,
R15k = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
VBAT battery charging resistor selection
Value on reset: 0
Variants§
R5k = 0
0: VBAT charging through a 5 kΩ resistor
R15k = 1
1: VBAT charging through a 1.5 kΩ resistor
Trait Implementations§
impl Copy for VBRS_A
impl StructuralPartialEq for VBRS_A
Auto Trait Implementations§
impl RefUnwindSafe for VBRS_A
impl Send for VBRS_A
impl Sync for VBRS_A
impl Unpin for VBRS_A
impl UnwindSafe for VBRS_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