pub enum Sofbusset {
SofTokIntFromThreshold = 0,
SofTokIntCounter0 = 1,
}Expand description
SOF_TOK Interrupt Generation Mode Select
Value on reset: 0
Variants§
SofTokIntFromThreshold = 0
0: According to the SOF threshold value
SofTokIntCounter0 = 1
1: When the SOF counter reaches 0
Trait Implementations§
impl Copy for Sofbusset
impl Eq for Sofbusset
impl StructuralPartialEq for Sofbusset
Auto Trait Implementations§
impl Freeze for Sofbusset
impl RefUnwindSafe for Sofbusset
impl Send for Sofbusset
impl Sync for Sofbusset
impl Unpin for Sofbusset
impl UnsafeUnpin for Sofbusset
impl UnwindSafe for Sofbusset
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