Struct tm4c123x::CPUID [] [src]

pub struct CPUID { /* fields omitted */ }

CPUID

Methods

impl CPUID
[src]

[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.

[src]

Returns the number of sets and ways in the selected cache

impl CPUID
[src]

[src]

Returns a pointer to the register block

Trait Implementations

impl Deref for CPUID
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl Send for CPUID
[src]

Auto Trait Implementations

impl !Sync for CPUID