[][src]Struct nrf52810_pac::bprot::config0::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 region0(&self) -> REGION0R[src]

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

pub fn region1(&self) -> REGION1R[src]

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

pub fn region2(&self) -> REGION2R[src]

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

pub fn region3(&self) -> REGION3R[src]

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

pub fn region4(&self) -> REGION4R[src]

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

pub fn region5(&self) -> REGION5R[src]

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

pub fn region6(&self) -> REGION6R[src]

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

pub fn region7(&self) -> REGION7R[src]

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

pub fn region8(&self) -> REGION8R[src]

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

pub fn region9(&self) -> REGION9R[src]

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

pub fn region10(&self) -> REGION10R[src]

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

pub fn region11(&self) -> REGION11R[src]

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

pub fn region12(&self) -> REGION12R[src]

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

pub fn region13(&self) -> REGION13R[src]

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

pub fn region14(&self) -> REGION14R[src]

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

pub fn region15(&self) -> REGION15R[src]

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

pub fn region16(&self) -> REGION16R[src]

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

pub fn region17(&self) -> REGION17R[src]

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

pub fn region18(&self) -> REGION18R[src]

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

pub fn region19(&self) -> REGION19R[src]

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

pub fn region20(&self) -> REGION20R[src]

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

pub fn region21(&self) -> REGION21R[src]

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

pub fn region22(&self) -> REGION22R[src]

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

pub fn region23(&self) -> REGION23R[src]

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

pub fn region24(&self) -> REGION24R[src]

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

pub fn region25(&self) -> REGION25R[src]

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

pub fn region26(&self) -> REGION26R[src]

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

pub fn region27(&self) -> REGION27R[src]

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

pub fn region28(&self) -> REGION28R[src]

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

pub fn region29(&self) -> REGION29R[src]

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

pub fn region30(&self) -> REGION30R[src]

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

pub fn region31(&self) -> REGION31R[src]

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