pub type PIS_W<'a, const O: u8> = BitWriter1C<'a, u32, PISR_SPEC, PIS_A, O>;
Expand description
Field pis[0-7]
writer - 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.
Aliased Type§
struct PIS_W<'a, const O: u8> { /* private fields */ }