Type Alias W

Source
pub type W = W<CtrlSpec>;
Expand description

Register CTRL writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

pub fn swrst(&mut self) -> SwrstW<'_, CtrlSpec>

Bit 0 - Software Reset

Source

pub fn crc(&mut self) -> CrcW<'_, CtrlSpec>

Bit 2 - 32-bit Cyclic Redundancy Code

Source

pub fn mbist(&mut self) -> MbistW<'_, CtrlSpec>

Bit 3 - Memory built-in self-test

Source

pub fn ce(&mut self) -> CeW<'_, CtrlSpec>

Bit 4 - Chip-Erase

Source

pub fn arr(&mut self) -> ArrW<'_, CtrlSpec>

Bit 6 - Auxiliary Row Read

Source

pub fn smsa(&mut self) -> SmsaW<'_, CtrlSpec>

Bit 7 - Start Memory Stream Access