pub struct R(/* private fields */);
Expand description
Register pisr
reader
Implementations§
source§impl R
impl R
sourcepub unsafe fn pis(&self, n: u8) -> PIS_R
pub unsafe fn pis(&self, n: u8) -> PIS_R
PWM Channel Interrupt Status
When the PWM channel counter reaches the Entire Cycle Value, this bit is set 1 by hardware. Writing 1 to clear this bit.
Reads 0: PWM channel 0 interrupt is not pending.
Reads 1: PWM channel 0 interrupt is pending.
Writes 0: No effect.
Writes 1: Clear PWM channel 0 interrupt status.
sourcepub fn pis0(&self) -> PIS_R
pub fn pis0(&self) -> PIS_R
Bit 0 - PWM Channel Interrupt Status
When the PWM channel counter reaches the Entire Cycle Value, this bit is set 1 by hardware. Writing 1 to clear this bit.
Reads 0: PWM channel 0 interrupt is not pending.
Reads 1: PWM channel 0 interrupt is pending.
Writes 0: No effect.
Writes 1: Clear PWM channel 0 interrupt status.
sourcepub fn pis1(&self) -> PIS_R
pub fn pis1(&self) -> PIS_R
Bit 1 - PWM Channel Interrupt Status
When the PWM channel counter reaches the Entire Cycle Value, this bit is set 1 by hardware. Writing 1 to clear this bit.
Reads 0: PWM channel 0 interrupt is not pending.
Reads 1: PWM channel 0 interrupt is pending.
Writes 0: No effect.
Writes 1: Clear PWM channel 0 interrupt status.
sourcepub fn pis2(&self) -> PIS_R
pub fn pis2(&self) -> PIS_R
Bit 2 - PWM Channel Interrupt Status
When the PWM channel counter reaches the Entire Cycle Value, this bit is set 1 by hardware. Writing 1 to clear this bit.
Reads 0: PWM channel 0 interrupt is not pending.
Reads 1: PWM channel 0 interrupt is pending.
Writes 0: No effect.
Writes 1: Clear PWM channel 0 interrupt status.
sourcepub fn pis3(&self) -> PIS_R
pub fn pis3(&self) -> PIS_R
Bit 3 - PWM Channel Interrupt Status
When the PWM channel counter reaches the Entire Cycle Value, this bit is set 1 by hardware. Writing 1 to clear this bit.
Reads 0: PWM channel 0 interrupt is not pending.
Reads 1: PWM channel 0 interrupt is pending.
Writes 0: No effect.
Writes 1: Clear PWM channel 0 interrupt status.
sourcepub fn pis4(&self) -> PIS_R
pub fn pis4(&self) -> PIS_R
Bit 4 - PWM Channel Interrupt Status
When the PWM channel counter reaches the Entire Cycle Value, this bit is set 1 by hardware. Writing 1 to clear this bit.
Reads 0: PWM channel 0 interrupt is not pending.
Reads 1: PWM channel 0 interrupt is pending.
Writes 0: No effect.
Writes 1: Clear PWM channel 0 interrupt status.
sourcepub fn pis5(&self) -> PIS_R
pub fn pis5(&self) -> PIS_R
Bit 5 - PWM Channel Interrupt Status
When the PWM channel counter reaches the Entire Cycle Value, this bit is set 1 by hardware. Writing 1 to clear this bit.
Reads 0: PWM channel 0 interrupt is not pending.
Reads 1: PWM channel 0 interrupt is pending.
Writes 0: No effect.
Writes 1: Clear PWM channel 0 interrupt status.
sourcepub fn pis6(&self) -> PIS_R
pub fn pis6(&self) -> PIS_R
Bit 6 - PWM Channel Interrupt Status
When the PWM channel counter reaches the Entire Cycle Value, this bit is set 1 by hardware. Writing 1 to clear this bit.
Reads 0: PWM channel 0 interrupt is not pending.
Reads 1: PWM channel 0 interrupt is pending.
Writes 0: No effect.
Writes 1: Clear PWM channel 0 interrupt status.
sourcepub fn pis7(&self) -> PIS_R
pub fn pis7(&self) -> PIS_R
Bit 7 - PWM Channel Interrupt Status
When the PWM channel counter reaches the Entire Cycle Value, this bit is set 1 by hardware. Writing 1 to clear this bit.
Reads 0: PWM channel 0 interrupt is not pending.
Reads 1: PWM channel 0 interrupt is pending.
Writes 0: No effect.
Writes 1: Clear PWM channel 0 interrupt status.