pub struct R(_);
Expand description
Register TIMER_SYNCI_CFG
reader
Implementations
sourceimpl R
impl R
sourcepub fn timer0_syncisel(&self) -> TIMER0_SYNCISEL_R
pub fn timer0_syncisel(&self) -> TIMER0_SYNCISEL_R
Bits 0:2 - select sync input for PWM timer0, 1: PWM timer0 sync_out, 2: PWM timer1 sync_out, 3: PWM timer2 sync_out, 4: SYNC0 from GPIO matrix, 5: SYNC1 from GPIO matrix, 6: SYNC2 from GPIO matrix, other values: no sync input selected
sourcepub fn timer1_syncisel(&self) -> TIMER1_SYNCISEL_R
pub fn timer1_syncisel(&self) -> TIMER1_SYNCISEL_R
Bits 3:5 - select sync input for PWM timer1, 1: PWM timer0 sync_out, 2: PWM timer1 sync_out, 3: PWM timer2 sync_out, 4: SYNC0 from GPIO matrix, 5: SYNC1 from GPIO matrix, 6: SYNC2 from GPIO matrix, other values: no sync input selected
sourcepub fn timer2_syncisel(&self) -> TIMER2_SYNCISEL_R
pub fn timer2_syncisel(&self) -> TIMER2_SYNCISEL_R
Bits 6:8 - select sync input for PWM timer2, 1: PWM timer0 sync_out, 2: PWM timer1 sync_out, 3: PWM timer2 sync_out, 4: SYNC0 from GPIO matrix, 5: SYNC1 from GPIO matrix, 6: SYNC2 from GPIO matrix, other values: no sync input selected
sourcepub fn external_synci0_invert(&self) -> EXTERNAL_SYNCI0_INVERT_R
pub fn external_synci0_invert(&self) -> EXTERNAL_SYNCI0_INVERT_R
Bit 9 - invert SYNC0 from GPIO matrix
sourcepub fn external_synci1_invert(&self) -> EXTERNAL_SYNCI1_INVERT_R
pub fn external_synci1_invert(&self) -> EXTERNAL_SYNCI1_INVERT_R
Bit 10 - invert SYNC1 from GPIO matrix
sourcepub fn external_synci2_invert(&self) -> EXTERNAL_SYNCI2_INVERT_R
pub fn external_synci2_invert(&self) -> EXTERNAL_SYNCI2_INVERT_R
Bit 11 - invert SYNC2 from GPIO matrix
Methods from Deref<Target = R<TIMER_SYNCI_CFG_SPEC>>
Trait Implementations
sourceimpl From<R<TIMER_SYNCI_CFG_SPEC>> for R
impl From<R<TIMER_SYNCI_CFG_SPEC>> for R
sourcefn from(reader: R<TIMER_SYNCI_CFG_SPEC>) -> Self
fn from(reader: R<TIMER_SYNCI_CFG_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more