pub struct R(_);
Expand description
Register GEN2_A
reader
Implementations§
source§impl R
impl R
sourcepub fn utez(&self) -> UTEZ_R
pub fn utez(&self) -> UTEZ_R
Bits 0:1 - Action on PWM2A triggered by event TEZ when timer increasing
sourcepub fn utep(&self) -> UTEP_R
pub fn utep(&self) -> UTEP_R
Bits 2:3 - Action on PWM2A triggered by event TEP when timer increasing
sourcepub fn utea(&self) -> UTEA_R
pub fn utea(&self) -> UTEA_R
Bits 4:5 - Action on PWM2A triggered by event TEA when timer increasing
sourcepub fn uteb(&self) -> UTEB_R
pub fn uteb(&self) -> UTEB_R
Bits 6:7 - Action on PWM2A triggered by event TEB when timer increasing
sourcepub fn ut0(&self) -> UT0_R
pub fn ut0(&self) -> UT0_R
Bits 8:9 - Action on PWM2A triggered by event_t0 when timer increasing
sourcepub fn ut1(&self) -> UT1_R
pub fn ut1(&self) -> UT1_R
Bits 10:11 - Action on PWM2A triggered by event_t1 when timer increasing
sourcepub fn dtez(&self) -> DTEZ_R
pub fn dtez(&self) -> DTEZ_R
Bits 12:13 - Action on PWM2A triggered by event TEZ when timer decreasing
sourcepub fn dtep(&self) -> DTEP_R
pub fn dtep(&self) -> DTEP_R
Bits 14:15 - Action on PWM2A triggered by event TEP when timer decreasing
sourcepub fn dtea(&self) -> DTEA_R
pub fn dtea(&self) -> DTEA_R
Bits 16:17 - Action on PWM2A triggered by event TEA when timer decreasing
sourcepub fn dteb(&self) -> DTEB_R
pub fn dteb(&self) -> DTEB_R
Bits 18:19 - Action on PWM2A triggered by event TEB when timer decreasing
Methods from Deref<Target = R<GEN2_A_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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