Enum stm32_metapac::adc::vals::Extsel
#[repr(u8)]pub enum Extsel {
TRG0 = 0,
TRG1 = 1,
TRG2 = 2,
TRG3 = 3,
TRG4 = 4,
TRG5 = 5,
TRG6 = 6,
TRG7 = 7,
}
Variants§
TRG0 = 0
adc_trg0.
TRG1 = 1
adc_trg1.
TRG2 = 2
adc_trg2.
TRG3 = 3
adc_trg3.
TRG4 = 4
adc_trg4.
TRG5 = 5
adc_trg5.
TRG6 = 6
adc_trg6.
TRG7 = 7
adc_trg7.
Implementations§
Trait Implementations§
§impl Ord for Extsel
impl Ord for Extsel
§impl PartialOrd for Extsel
impl PartialOrd for Extsel
impl Copy for Extsel
impl Eq for Extsel
impl StructuralPartialEq for Extsel
Auto Trait Implementations§
impl Freeze for Extsel
impl RefUnwindSafe for Extsel
impl Send for Extsel
impl Sync for Extsel
impl Unpin for Extsel
impl UnwindSafe for Extsel
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
)