Type Alias atsamd51p::cmcc::cfg::CSIZESW_R

source ·
pub type CSIZESW_R = FieldReader<CSIZESWSELECT_A>;
Expand description

Field CSIZESW reader - Cache size configured by software

Aliased Type§

struct CSIZESW_R { /* private fields */ }

Implementations§

source§

impl CSIZESW_R

source

pub const fn variant(&self) -> Option<CSIZESWSELECT_A>

Get enumerated values variant

source

pub fn is_conf_csize_1kb(&self) -> bool

The Cache Size is configured to 1KB

source

pub fn is_conf_csize_2kb(&self) -> bool

The Cache Size is configured to 2KB

source

pub fn is_conf_csize_4kb(&self) -> bool

The Cache Size is configured to 4KB

source

pub fn is_conf_csize_8kb(&self) -> bool

The Cache Size is configured to 8KB

source

pub fn is_conf_csize_16kb(&self) -> bool

The Cache Size is configured to 16KB

source

pub fn is_conf_csize_32kb(&self) -> bool

The Cache Size is configured to 32KB

source

pub fn is_conf_csize_64kb(&self) -> bool

The Cache Size is configured to 64KB