[][src]Struct nrf52832_hal::nrf52_hal_common::target::bprot::config1::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

Reset value of the register

Writes raw bits to the register

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Auto Trait Implementations

impl Send for W

impl Sync for W

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