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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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