pub enum QeiMode {
Mode1,
Mode2,
Mode3,
}Expand description
See STMicro AN4013 for §2.3 for more information
Variants§
Mode1
Direct alias for [Sms::ENCODER_MODE_1]
Mode2
Direct alias for [Sms::ENCODER_MODE_2]
Mode3
Direct alias for [Sms::ENCODER_MODE_3]
Trait Implementations§
impl Copy for QeiMode
Auto Trait Implementations§
impl Freeze for QeiMode
impl RefUnwindSafe for QeiMode
impl Send for QeiMode
impl Sync for QeiMode
impl Unpin for QeiMode
impl UnwindSafe for QeiMode
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