pub type XIP_CMD_W<'a, REG> = FieldWriter<'a, REG, 8>;
Expand description

Field XIP_CMD writer - SPI Command to send in XIP mode (INST_L = 8-bit) or to append to Address (INST_L = 0-bit)

Aliased Type§

struct XIP_CMD_W<'a, REG> { /* private fields */ }