Enum embassy_stm32::timer::InputTISelection
source · pub enum InputTISelection {
Normal,
Alternate,
TRC,
}
Expand description
Input TI selection.
Variants§
Trait Implementations§
source§impl Clone for InputTISelection
impl Clone for InputTISelection
source§fn clone(&self) -> InputTISelection
fn clone(&self) -> InputTISelection
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl From<InputTISelection> for CcmrInputCcs
impl From<InputTISelection> for CcmrInputCcs
source§fn from(tisel: InputTISelection) -> Self
fn from(tisel: InputTISelection) -> Self
Converts to this type from the input type.
impl Copy for InputTISelection
Auto Trait Implementations§
impl Freeze for InputTISelection
impl RefUnwindSafe for InputTISelection
impl Send for InputTISelection
impl Sync for InputTISelection
impl Unpin for InputTISelection
impl UnwindSafe for InputTISelection
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