#[repr(transparent)]pub struct FlexPwm0SmExtsync(pub u32);Expand description
PWM0 External Synchronization
Tuple Fields§
§0: u32Implementations§
Source§impl FlexPwm0SmExtsync
impl FlexPwm0SmExtsync
Sourcepub const fn trigin(&self) -> FlexPwm0SmExtsyncTrigin
pub const fn trigin(&self) -> FlexPwm0SmExtsyncTrigin
EXTSYNC input connections for PWM0
Sourcepub const fn set_trigin(&mut self, val: FlexPwm0SmExtsyncTrigin)
pub const fn set_trigin(&mut self, val: FlexPwm0SmExtsyncTrigin)
EXTSYNC input connections for PWM0
Trait Implementations§
Source§impl Clone for FlexPwm0SmExtsync
impl Clone for FlexPwm0SmExtsync
Source§fn clone(&self) -> FlexPwm0SmExtsync
fn clone(&self) -> FlexPwm0SmExtsync
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FlexPwm0SmExtsync
impl Debug for FlexPwm0SmExtsync
Source§impl Default for FlexPwm0SmExtsync
impl Default for FlexPwm0SmExtsync
Source§fn default() -> FlexPwm0SmExtsync
fn default() -> FlexPwm0SmExtsync
Returns the “default value” for a type. Read more
Source§impl PartialEq for FlexPwm0SmExtsync
impl PartialEq for FlexPwm0SmExtsync
impl Copy for FlexPwm0SmExtsync
impl Eq for FlexPwm0SmExtsync
impl StructuralPartialEq for FlexPwm0SmExtsync
Auto Trait Implementations§
impl Freeze for FlexPwm0SmExtsync
impl RefUnwindSafe for FlexPwm0SmExtsync
impl Send for FlexPwm0SmExtsync
impl Sync for FlexPwm0SmExtsync
impl Unpin for FlexPwm0SmExtsync
impl UnwindSafe for FlexPwm0SmExtsync
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