Type Alias d1_pac::rtc::alarm0_irq_sta::ALARM0_IRQ_PEND_W

source ·
pub type ALARM0_IRQ_PEND_W<'a, const O: u8> = BitWriter1C<'a, u32, ALARM0_IRQ_STA_SPEC, ALARM0_IRQ_PEND_A, O>;
Expand description

Field alarm0_irq_pend writer - Alarm 0 IRQ Pending bit

Aliased Type§

struct ALARM0_IRQ_PEND_W<'a, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, const O: u8> ALARM0_IRQ_PEND_W<'a, O>

source

pub fn no_effect(self) -> &'a mut W

No effect

source

pub fn pending(self) -> &'a mut W

Pending, alarm 0 counter value is reached

If alarm 0 irq enable is set to 1, the pending bit will be sent to the interrupt controller.