Enum stm32_metapac::opamp::vals::Calsel
#[repr(u8)]pub enum Calsel {
PERCENT3_3 = 0,
PERCENT10 = 1,
PERCENT50 = 2,
PERCENT90 = 3,
}
Variants§
PERCENT3_3 = 0
VREFOPAMP=3.3% VDDA.
PERCENT10 = 1
VREFOPAMP=10% VDDA.
PERCENT50 = 2
VREFOPAMP=50% VDDA.
PERCENT90 = 3
VREFOPAMP=90% VDDA.
Implementations§
Trait Implementations§
§impl Ord for Calsel
impl Ord for Calsel
§impl PartialOrd for Calsel
impl PartialOrd for Calsel
impl Copy for Calsel
impl Eq for Calsel
impl StructuralPartialEq for Calsel
Auto Trait Implementations§
impl Freeze for Calsel
impl RefUnwindSafe for Calsel
impl Send for Calsel
impl Sync for Calsel
impl Unpin for Calsel
impl UnwindSafe for Calsel
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)