[][src]Struct nrf52832_hal::target::mwu::pregion::subs::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W[src]

Writes raw bits to the register

pub fn sr0(&mut self) -> _SR0W[src]

Bit 0 - Include or exclude subregion 0 in region

pub fn sr1(&mut self) -> _SR1W[src]

Bit 1 - Include or exclude subregion 1 in region

pub fn sr2(&mut self) -> _SR2W[src]

Bit 2 - Include or exclude subregion 2 in region

pub fn sr3(&mut self) -> _SR3W[src]

Bit 3 - Include or exclude subregion 3 in region

pub fn sr4(&mut self) -> _SR4W[src]

Bit 4 - Include or exclude subregion 4 in region

pub fn sr5(&mut self) -> _SR5W[src]

Bit 5 - Include or exclude subregion 5 in region

pub fn sr6(&mut self) -> _SR6W[src]

Bit 6 - Include or exclude subregion 6 in region

pub fn sr7(&mut self) -> _SR7W[src]

Bit 7 - Include or exclude subregion 7 in region

pub fn sr8(&mut self) -> _SR8W[src]

Bit 8 - Include or exclude subregion 8 in region

pub fn sr9(&mut self) -> _SR9W[src]

Bit 9 - Include or exclude subregion 9 in region

pub fn sr10(&mut self) -> _SR10W[src]

Bit 10 - Include or exclude subregion 10 in region

pub fn sr11(&mut self) -> _SR11W[src]

Bit 11 - Include or exclude subregion 11 in region

pub fn sr12(&mut self) -> _SR12W[src]

Bit 12 - Include or exclude subregion 12 in region

pub fn sr13(&mut self) -> _SR13W[src]

Bit 13 - Include or exclude subregion 13 in region

pub fn sr14(&mut self) -> _SR14W[src]

Bit 14 - Include or exclude subregion 14 in region

pub fn sr15(&mut self) -> _SR15W[src]

Bit 15 - Include or exclude subregion 15 in region

pub fn sr16(&mut self) -> _SR16W[src]

Bit 16 - Include or exclude subregion 16 in region

pub fn sr17(&mut self) -> _SR17W[src]

Bit 17 - Include or exclude subregion 17 in region

pub fn sr18(&mut self) -> _SR18W[src]

Bit 18 - Include or exclude subregion 18 in region

pub fn sr19(&mut self) -> _SR19W[src]

Bit 19 - Include or exclude subregion 19 in region

pub fn sr20(&mut self) -> _SR20W[src]

Bit 20 - Include or exclude subregion 20 in region

pub fn sr21(&mut self) -> _SR21W[src]

Bit 21 - Include or exclude subregion 21 in region

pub fn sr22(&mut self) -> _SR22W[src]

Bit 22 - Include or exclude subregion 22 in region

pub fn sr23(&mut self) -> _SR23W[src]

Bit 23 - Include or exclude subregion 23 in region

pub fn sr24(&mut self) -> _SR24W[src]

Bit 24 - Include or exclude subregion 24 in region

pub fn sr25(&mut self) -> _SR25W[src]

Bit 25 - Include or exclude subregion 25 in region

pub fn sr26(&mut self) -> _SR26W[src]

Bit 26 - Include or exclude subregion 26 in region

pub fn sr27(&mut self) -> _SR27W[src]

Bit 27 - Include or exclude subregion 27 in region

pub fn sr28(&mut self) -> _SR28W[src]

Bit 28 - Include or exclude subregion 28 in region

pub fn sr29(&mut self) -> _SR29W[src]

Bit 29 - Include or exclude subregion 29 in region

pub fn sr30(&mut self) -> _SR30W[src]

Bit 30 - Include or exclude subregion 30 in region

pub fn sr31(&mut self) -> _SR31W[src]

Bit 31 - Include or exclude subregion 31 in region

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self