Enum cortex_m::peripheral::CsselrCacheType
[−]
[src]
pub enum CsselrCacheType { DataOrUnified, Instruction, }
Type of cache to select on CSSELR writes.
Variants
DataOrUnified
Select DCache or unified cache
Instruction
Select ICache