pub enum Exten {
Disabled,
RisingEdge,
}Expand description
External trigger edge selection.
The STM32F1 ADC only triggers on rising edges.
Variants§
Disabled
Hardware trigger detection disabled.
RisingEdge
Hardware trigger detection on the rising edge.
Trait Implementations§
impl Copy for Exten
impl Eq for Exten
impl StructuralPartialEq for Exten
Auto Trait Implementations§
impl Freeze for Exten
impl RefUnwindSafe for Exten
impl Send for Exten
impl Sync for Exten
impl Unpin for Exten
impl UnsafeUnpin for Exten
impl UnwindSafe for Exten
Blanket Implementations§
impl<T, I> Binding<I, NoHandler<I>> for T
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