Enum stm32_metapac::timer::vals::Smsps
#[repr(u8)]pub enum Smsps {
UPDATE = 0,
INDEX = 1,
}
Variants§
UPDATE = 0
The transfer is triggered by the Timer’s Update event
INDEX = 1
The transfer is triggered by the Index event
Implementations§
Trait Implementations§
§impl Ord for Smsps
impl Ord for Smsps
§impl PartialOrd for Smsps
impl PartialOrd for Smsps
impl Copy for Smsps
impl Eq for Smsps
impl StructuralPartialEq for Smsps
Auto Trait Implementations§
impl Freeze for Smsps
impl RefUnwindSafe for Smsps
impl Send for Smsps
impl Sync for Smsps
impl Unpin for Smsps
impl UnwindSafe for Smsps
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
)