pub enum SMSPS {
Update = 0,
Index = 1,
}Expand description
SMS preload source
Value on reset: 0
Variants§
Update = 0
0: SMSM[3:0] is preloaded from Update event
Index = 1
1: SMSM[3:0] is preloaded from Index event
Trait Implementations§
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