[][src]Struct nrf52832_hal::nrf52832_pac::bprot::config3::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

Reset value of the register

Writes raw bits to the register

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T
[src]

Performs the conversion.

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

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

Performs the conversion.

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

Immutably borrows from an owned value. Read more

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

Mutably borrows from an owned value. Read more

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

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more