Struct nrf52840::CPUID[][src]

pub struct CPUID { /* fields omitted */ }

CPUID

Methods

impl CPUID
[src]

Selects the current CCSIDR

  • level: the required cache level minus 1, e.g. 0 for L1, 1 for L2
  • ind: select instruction cache or data/unified cache

level is masked to be between 0 and 7.

Returns the number of sets and ways in the selected cache

impl CPUID
[src]

Returns a pointer to the register block

Trait Implementations

impl Deref for CPUID
[src]

The resulting type after dereferencing.

Dereferences the value.

impl Send for CPUID
[src]

Auto Trait Implementations

impl !Sync for CPUID