Type Alias rp2040_pac::pio0::sm_irq::irq_inte::W

source ·
pub type W = W<IRQ_INTE_SPEC>;
Expand description

Register IRQ_INTE writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn sm0_rxnempty(&mut self) -> SM0_RXNEMPTY_W<'_, IRQ_INTE_SPEC>

Bit 0

source

pub fn sm1_rxnempty(&mut self) -> SM1_RXNEMPTY_W<'_, IRQ_INTE_SPEC>

Bit 1

source

pub fn sm2_rxnempty(&mut self) -> SM2_RXNEMPTY_W<'_, IRQ_INTE_SPEC>

Bit 2

source

pub fn sm3_rxnempty(&mut self) -> SM3_RXNEMPTY_W<'_, IRQ_INTE_SPEC>

Bit 3

source

pub fn sm0_txnfull(&mut self) -> SM0_TXNFULL_W<'_, IRQ_INTE_SPEC>

Bit 4

source

pub fn sm1_txnfull(&mut self) -> SM1_TXNFULL_W<'_, IRQ_INTE_SPEC>

Bit 5

source

pub fn sm2_txnfull(&mut self) -> SM2_TXNFULL_W<'_, IRQ_INTE_SPEC>

Bit 6

source

pub fn sm3_txnfull(&mut self) -> SM3_TXNFULL_W<'_, IRQ_INTE_SPEC>

Bit 7

source

pub fn sm0(&mut self) -> SM0_W<'_, IRQ_INTE_SPEC>

Bit 8

source

pub fn sm1(&mut self) -> SM1_W<'_, IRQ_INTE_SPEC>

Bit 9

source

pub fn sm2(&mut self) -> SM2_W<'_, IRQ_INTE_SPEC>

Bit 10

source

pub fn sm3(&mut self) -> SM3_W<'_, IRQ_INTE_SPEC>

Bit 11

source

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self

Writes raw bits to the register.

§Safety

Passing incorrect value can cause undefined behaviour. See reference manual