[][src]Struct nrf52810_pac::bprot::config1::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 region32(&self) -> REGION32R[src]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

🔬 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]