[][src]Struct nrf52810_pac::bprot::config1::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 Self[src]

Writes raw bits to the register

pub fn region32(&mut self) -> _REGION32W[src]

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

pub fn region33(&mut self) -> _REGION33W[src]

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

pub fn region34(&mut self) -> _REGION34W[src]

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

pub fn region35(&mut self) -> _REGION35W[src]

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

pub fn region36(&mut self) -> _REGION36W[src]

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

pub fn region37(&mut self) -> _REGION37W[src]

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

pub fn region38(&mut self) -> _REGION38W[src]

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

pub fn region39(&mut self) -> _REGION39W[src]

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

pub fn region40(&mut self) -> _REGION40W[src]

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

pub fn region41(&mut self) -> _REGION41W[src]

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

pub fn region42(&mut self) -> _REGION42W[src]

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

pub fn region43(&mut self) -> _REGION43W[src]

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

pub fn region44(&mut self) -> _REGION44W[src]

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

pub fn region45(&mut self) -> _REGION45W[src]

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

pub fn region46(&mut self) -> _REGION46W[src]

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

pub fn region47(&mut self) -> _REGION47W[src]

Bit 15 - Enable protection for region 47. 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 = !

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

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

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

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]