[][src]Type Definition rsl10_pac::flash::flash_if_ctrl::W

type W = W<u32, FLASH_IF_CTRL>;

Writer for register FLASH_IF_CTRL

Methods

impl W[src]

pub fn prefetch_dbus(&mut self) -> PREFETCH_DBUS_W[src]

Bit 18 - Pre-fetch on D-Bus control

pub fn prefetch_ibus(&mut self) -> PREFETCH_IBUS_W[src]

Bit 17 - Pre-fetch on I-Bus control

pub fn not_load_auto(&mut self) -> NOT_LOAD_AUTO_W[src]

Bit 16 - Do not automatically load the configuration registers and the patch information from NVR4 sector after the command WAKEUP is completed.

pub fn vread1_mode(&mut self) -> VREAD1_MODE_W[src]

Bit 12 - Control VREAD1: Read data after erase with more stringent condition than normal read. Changing this bit will execute the CMD_SET_VREAD1 or CMD_UNSET_VREAD1 command.

pub fn vread0_mode(&mut self) -> VREAD0_MODE_W[src]

Bit 11 - Control VREAD0: Read data after program with more stringent condition than normal read. Changing this bit will execute the CMD_SET_VREAD0 or CMD_UNSET_VREAD0 command.

pub fn recall(&mut self) -> RECALL_W[src]

Bit 10 - Set the recall pins mode during CMD_READ. Changing this bit will execute the CMD_SET_RECALL or CMD_UNSET_RECALL command.

pub fn retry(&mut self) -> RETRY_W[src]

Bits 8:9 - Configures the erase retry iteration. This impacts the eFlash endurance time. Also used by Flash programming.

pub fn lp_mode(&mut self) -> LP_MODE_W[src]

Bit 0 - Set the low power mode. Changing this bit will execute the CMD_SET_LOW_POWER or CMD_UNSET_LOW_POWER command.