Type Alias atsamd51p::cmcc::type_::CSIZE_R

source ·
pub type CSIZE_R = FieldReader<CSIZESELECT_A>;
Expand description

Field CSIZE reader - Cache Size

Aliased Type§

struct CSIZE_R { /* private fields */ }

Implementations§

source§

impl CSIZE_R

source

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

Get enumerated values variant

source

pub fn is_csize_1kb(&self) -> bool

Cache Size is 1 KB

source

pub fn is_csize_2kb(&self) -> bool

Cache Size is 2 KB

source

pub fn is_csize_4kb(&self) -> bool

Cache Size is 4 KB

source

pub fn is_csize_8kb(&self) -> bool

Cache Size is 8 KB

source

pub fn is_csize_16kb(&self) -> bool

Cache Size is 16 KB

source

pub fn is_csize_32kb(&self) -> bool

Cache Size is 32 KB

source

pub fn is_csize_64kb(&self) -> bool

Cache Size is 64 KB