jh71xx_pac::plic::pending

Type Alias PendingW

source
pub type PendingW<'a, REG> = BitWriter<'a, REG, Pending>;
Expand description

Field pending(0-31) writer - Bit index that indicates whether the interrupt source is pending

Aliased Type§

struct PendingW<'a, REG> { /* private fields */ }

Implementations§

source§

impl<'a, REG> PendingW<'a, REG>
where REG: Writable + RegisterSpec,

source

pub fn clear(self) -> &'a mut W<REG>

The interrupt source has no pending interrupt

source

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

The interrupt source has a pending interrupt