Type Alias atsame54n::cmcc::cfg::CSIZESW_W

source ·
pub type CSIZESW_W<'a, REG, const O: u8> = FieldWriter<'a, REG, 3, O, CSIZESWSELECT_A>;
Expand description

Field CSIZESW writer - Cache size configured by software

Aliased Type§

struct CSIZESW_W<'a, REG, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, REG, const O: u8> CSIZESW_W<'a, REG, O>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

source

pub fn conf_csize_1kb(self) -> &'a mut W<REG>

The Cache Size is configured to 1KB

source

pub fn conf_csize_2kb(self) -> &'a mut W<REG>

The Cache Size is configured to 2KB

source

pub fn conf_csize_4kb(self) -> &'a mut W<REG>

The Cache Size is configured to 4KB

source

pub fn conf_csize_8kb(self) -> &'a mut W<REG>

The Cache Size is configured to 8KB

source

pub fn conf_csize_16kb(self) -> &'a mut W<REG>

The Cache Size is configured to 16KB

source

pub fn conf_csize_32kb(self) -> &'a mut W<REG>

The Cache Size is configured to 32KB

source

pub fn conf_csize_64kb(self) -> &'a mut W<REG>

The Cache Size is configured to 64KB