[][src]Struct nrf52832_hal::nrf52_hal_common::target::bprot::config0::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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]

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