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