Struct Syncsrc
#[repr(transparent)]pub struct Syncsrc(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Syncsrc
impl Syncsrc
pub const MASTERSTART: Self
pub const MASTERSTART: Self
Master timer Start
pub const MASTERCOMPARE1: Self
pub const MASTERCOMPARE1: Self
Master timer Compare 1 event
pub const TIMERASTART: Self
pub const TIMERASTART: Self
Timer A start/reset
pub const TIMERACOMPARE1: Self
pub const TIMERACOMPARE1: Self
Timer A Compare 1 event
Trait Implementations§
§impl Ord for Syncsrc
impl Ord for Syncsrc
§impl PartialOrd for Syncsrc
impl PartialOrd for Syncsrc
impl Copy for Syncsrc
impl Eq for Syncsrc
impl StructuralPartialEq for Syncsrc
Auto Trait Implementations§
impl Freeze for Syncsrc
impl RefUnwindSafe for Syncsrc
impl Send for Syncsrc
impl Sync for Syncsrc
impl Unpin for Syncsrc
impl UnwindSafe for Syncsrc
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