[][src]Struct nrf52832_hal::target::bprot::config3::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn region96(&self) -> REGION96R[src]

Bit 0 - Enable protection for region 96. Write '0' has no effect.

pub fn region97(&self) -> REGION97R[src]

Bit 1 - Enable protection for region 97. Write '0' has no effect.

pub fn region98(&self) -> REGION98R[src]

Bit 2 - Enable protection for region 98. Write '0' has no effect.

pub fn region99(&self) -> REGION99R[src]

Bit 3 - Enable protection for region 99. Write '0' has no effect.

pub fn region100(&self) -> REGION100R[src]

Bit 4 - Enable protection for region 100. Write '0' has no effect.

pub fn region101(&self) -> REGION101R[src]

Bit 5 - Enable protection for region 101. Write '0' has no effect.

pub fn region102(&self) -> REGION102R[src]

Bit 6 - Enable protection for region 102. Write '0' has no effect.

pub fn region103(&self) -> REGION103R[src]

Bit 7 - Enable protection for region 103. Write '0' has no effect.

pub fn region104(&self) -> REGION104R[src]

Bit 8 - Enable protection for region 104. Write '0' has no effect.

pub fn region105(&self) -> REGION105R[src]

Bit 9 - Enable protection for region 105. Write '0' has no effect.

pub fn region106(&self) -> REGION106R[src]

Bit 10 - Enable protection for region 106. Write '0' has no effect.

pub fn region107(&self) -> REGION107R[src]

Bit 11 - Enable protection for region 107. Write '0' has no effect.

pub fn region108(&self) -> REGION108R[src]

Bit 12 - Enable protection for region 108. Write '0' has no effect.

pub fn region109(&self) -> REGION109R[src]

Bit 13 - Enable protection for region 109. Write '0' has no effect.

pub fn region110(&self) -> REGION110R[src]

Bit 14 - Enable protection for region 110. Write '0' has no effect.

pub fn region111(&self) -> REGION111R[src]

Bit 15 - Enable protection for region 111. Write '0' has no effect.

pub fn region112(&self) -> REGION112R[src]

Bit 16 - Enable protection for region 112. Write '0' has no effect.

pub fn region113(&self) -> REGION113R[src]

Bit 17 - Enable protection for region 113. Write '0' has no effect.

pub fn region114(&self) -> REGION114R[src]

Bit 18 - Enable protection for region 114. Write '0' has no effect.

pub fn region115(&self) -> REGION115R[src]

Bit 19 - Enable protection for region 115. Write '0' has no effect.

pub fn region116(&self) -> REGION116R[src]

Bit 20 - Enable protection for region 116. Write '0' has no effect.

pub fn region117(&self) -> REGION117R[src]

Bit 21 - Enable protection for region 117. Write '0' has no effect.

pub fn region118(&self) -> REGION118R[src]

Bit 22 - Enable protection for region 118. Write '0' has no effect.

pub fn region119(&self) -> REGION119R[src]

Bit 23 - Enable protection for region 119. Write '0' has no effect.

pub fn region120(&self) -> REGION120R[src]

Bit 24 - Enable protection for region 120. Write '0' has no effect.

pub fn region121(&self) -> REGION121R[src]

Bit 25 - Enable protection for region 121. Write '0' has no effect.

pub fn region122(&self) -> REGION122R[src]

Bit 26 - Enable protection for region 122. Write '0' has no effect.

pub fn region123(&self) -> REGION123R[src]

Bit 27 - Enable protection for region 123. Write '0' has no effect.

pub fn region124(&self) -> REGION124R[src]

Bit 28 - Enable protection for region 124. Write '0' has no effect.

pub fn region125(&self) -> REGION125R[src]

Bit 29 - Enable protection for region 125. Write '0' has no effect.

pub fn region126(&self) -> REGION126R[src]

Bit 30 - Enable protection for region 126. Write '0' has no effect.

pub fn region127(&self) -> REGION127R[src]

Bit 31 - Enable protection for region 127. Write '0' has no effect.

Auto Trait Implementations

impl Send for R

impl Sync for R

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