Struct nrf52811_pac::bprot::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub config0: Reg<CONFIG0_SPEC>, pub config1: Reg<CONFIG1_SPEC>, pub disableindebug: Reg<DISABLEINDEBUG_SPEC>, // some fields omitted }
Expand description

Register block

Fields

config0: Reg<CONFIG0_SPEC>

0x600 - Block protect configuration register 0

config1: Reg<CONFIG1_SPEC>

0x604 - Block protect configuration register 1

disableindebug: Reg<DISABLEINDEBUG_SPEC>

0x608 - Disable protection mechanism in debug mode

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

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.