Enum Sast
pub enum Sast {
_0 = 0,
_1 = 1,
}Expand description
Set All START Bits (activates all channels)
Value on reset: 0
Variants§
_0 = 0
0: Set only the TCDn_CSR[START] bit specified in the SSRT field
_1 = 1
1: Set all bits in TCDn_CSR[START]
Trait Implementations§
impl Copy for Sast
impl Eq for Sast
impl StructuralPartialEq for Sast
Auto Trait Implementations§
impl Freeze for Sast
impl RefUnwindSafe for Sast
impl Send for Sast
impl Sync for Sast
impl Unpin for Sast
impl UnwindSafe for Sast
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