Struct nrf5340_net_pac::uicr_ns::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub approtect: Reg<APPROTECT_SPEC>, pub eraseprotect: Reg<ERASEPROTECT_SPEC>, pub nrffw: [Reg<NRFFW_SPEC>; 32], pub customer: [Reg<CUSTOMER_SPEC>; 32], // some fields omitted }
Expand description

Register block

Fields

approtect: Reg<APPROTECT_SPEC>

0x00 - Access port protection

eraseprotect: Reg<ERASEPROTECT_SPEC>

0x04 - Erase protection

nrffw: [Reg<NRFFW_SPEC>; 32]

0x200..0x280 - Description collection: Reserved for Nordic firmware design

customer: [Reg<CUSTOMER_SPEC>; 32]

0x300..0x380 - Description collection: Reserved for customer

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.