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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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