Struct nrf52832_hal::pac::bprot::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub config0: Reg<u32, _CONFIG0>, pub config1: Reg<u32, _CONFIG1>, pub disableindebug: Reg<u32, _DISABLEINDEBUG>, pub unused0: Reg<u32, _UNUSED0>, pub config2: Reg<u32, _CONFIG2>, pub config3: Reg<u32, _CONFIG3>, // some fields omitted }
Expand description

Register block

Fields

config0: Reg<u32, _CONFIG0>

0x600 - Block protect configuration register 0

config1: Reg<u32, _CONFIG1>

0x604 - Block protect configuration register 1

disableindebug: Reg<u32, _DISABLEINDEBUG>

0x608 - Disable protection mechanism in debug interface mode

unused0: Reg<u32, _UNUSED0>

0x60c - Unspecified

config2: Reg<u32, _CONFIG2>

0x610 - Block protect configuration register 2

config3: Reg<u32, _CONFIG3>

0x614 - Block protect configuration register 3

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Casts the value.

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Casts the value.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Casts the value.

Should always be Self

Casts the value.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Casts the value.

Casts the value.