[][src]Struct nrf52832_hal::target::bprot::config1::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 W[src]

Writes raw bits to the register

pub fn region32(&mut self) -> _REGION32W[src]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

pub fn region48(&mut self) -> _REGION48W[src]

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

pub fn region49(&mut self) -> _REGION49W[src]

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

pub fn region50(&mut self) -> _REGION50W[src]

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

pub fn region51(&mut self) -> _REGION51W[src]

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

pub fn region52(&mut self) -> _REGION52W[src]

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

pub fn region53(&mut self) -> _REGION53W[src]

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

pub fn region54(&mut self) -> _REGION54W[src]

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

pub fn region55(&mut self) -> _REGION55W[src]

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

pub fn region56(&mut self) -> _REGION56W[src]

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

pub fn region57(&mut self) -> _REGION57W[src]

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

pub fn region58(&mut self) -> _REGION58W[src]

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

pub fn region59(&mut self) -> _REGION59W[src]

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

pub fn region60(&mut self) -> _REGION60W[src]

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

pub fn region61(&mut self) -> _REGION61W[src]

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

pub fn region62(&mut self) -> _REGION62W[src]

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

pub fn region63(&mut self) -> _REGION63W[src]

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]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

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

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]

impl<T> Same for T

type Output = T

Should always be Self