Enum cortex_m::peripheral::cpuid::CsselrCacheType[][src]

pub enum CsselrCacheType {
    DataOrUnified,
    Instruction,
}

Type of cache to select on CSSELR writes.

Variants

Select DCache or unified cache

Select ICache

Auto Trait Implementations