Type Alias rp2040_pac::ppb::nvic_ipr4::W

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

Register NVIC_IPR4 writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn ip_16(&mut self) -> IP_16_W<'_, NVIC_IPR4_SPEC>

Bits 6:7 - Priority of interrupt 16

source

pub fn ip_17(&mut self) -> IP_17_W<'_, NVIC_IPR4_SPEC>

Bits 14:15 - Priority of interrupt 17

source

pub fn ip_18(&mut self) -> IP_18_W<'_, NVIC_IPR4_SPEC>

Bits 22:23 - Priority of interrupt 18

source

pub fn ip_19(&mut self) -> IP_19_W<'_, NVIC_IPR4_SPEC>

Bits 30:31 - Priority of interrupt 19

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