Enum stm32wlxx_hal::pac::adc::cfgr1::RES_A
#[repr(u8)]pub enum RES_A {
Bits12 = 0,
Bits10 = 1,
Bits8 = 2,
Bits6 = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
RES
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RES_A
impl StructuralPartialEq for RES_A
Auto Trait Implementations§
impl RefUnwindSafe for RES_A
impl Send for RES_A
impl Sync for RES_A
impl Unpin for RES_A
impl UnwindSafe for RES_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