[][src]Struct nrf52832_hal::target::bprot::config2::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 region64(&self) -> REGION64R[src]

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

pub fn region65(&self) -> REGION65R[src]

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

pub fn region66(&self) -> REGION66R[src]

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

pub fn region67(&self) -> REGION67R[src]

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

pub fn region68(&self) -> REGION68R[src]

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

pub fn region69(&self) -> REGION69R[src]

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

pub fn region70(&self) -> REGION70R[src]

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

pub fn region71(&self) -> REGION71R[src]

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

pub fn region72(&self) -> REGION72R[src]

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

pub fn region73(&self) -> REGION73R[src]

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

pub fn region74(&self) -> REGION74R[src]

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

pub fn region75(&self) -> REGION75R[src]

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

pub fn region76(&self) -> REGION76R[src]

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

pub fn region77(&self) -> REGION77R[src]

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

pub fn region78(&self) -> REGION78R[src]

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

pub fn region79(&self) -> REGION79R[src]

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

pub fn region80(&self) -> REGION80R[src]

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

pub fn region81(&self) -> REGION81R[src]

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

pub fn region82(&self) -> REGION82R[src]

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

pub fn region83(&self) -> REGION83R[src]

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

pub fn region84(&self) -> REGION84R[src]

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

pub fn region85(&self) -> REGION85R[src]

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

pub fn region86(&self) -> REGION86R[src]

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

pub fn region87(&self) -> REGION87R[src]

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

pub fn region88(&self) -> REGION88R[src]

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

pub fn region89(&self) -> REGION89R[src]

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

pub fn region90(&self) -> REGION90R[src]

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

pub fn region91(&self) -> REGION91R[src]

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

pub fn region92(&self) -> REGION92R[src]

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

pub fn region93(&self) -> REGION93R[src]

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

pub fn region94(&self) -> REGION94R[src]

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

pub fn region95(&self) -> REGION95R[src]

Bit 31 - Enable protection for region 95. 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