Type Alias atsame54n::cmcc::type_::CLSIZE_R

source ·
pub type CLSIZE_R = FieldReader<CLSIZESELECT_A>;
Expand description

Field CLSIZE reader - Cache Line Size

Aliased Type§

struct CLSIZE_R { /* private fields */ }

Implementations§

source§

impl CLSIZE_R

source

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

Get enumerated values variant

source

pub fn is_clsize_4b(&self) -> bool

Cache Line Size is 4 bytes

source

pub fn is_clsize_8b(&self) -> bool

Cache Line Size is 8 bytes

source

pub fn is_clsize_16b(&self) -> bool

Cache Line Size is 16 bytes

source

pub fn is_clsize_32b(&self) -> bool

Cache Line Size is 32 bytes

source

pub fn is_clsize_64b(&self) -> bool

Cache Line Size is 64 bytes

source

pub fn is_clsize_128b(&self) -> bool

Cache Line Size is 128 bytes