pub struct R(_);
Expand description
Register MISC
reader
Implementations§
source§impl R
impl R
sourcepub fn cs0_dis(&self) -> CS0_DIS_R
pub fn cs0_dis(&self) -> CS0_DIS_R
Bit 0 - Set this bit to raise high SPI_CS pin, which means that the SPI device(flash) connected to SPI_CS is in low level when SPI1 transfer starts.
sourcepub fn cs1_dis(&self) -> CS1_DIS_R
pub fn cs1_dis(&self) -> CS1_DIS_R
Bit 1 - Set this bit to raise high SPI_CS1 pin, which means that the SPI device(Ext_RAM) connected to SPI_CS1 is in low level when SPI1 transfer starts.
sourcepub fn ck_idle_edge(&self) -> CK_IDLE_EDGE_R
pub fn ck_idle_edge(&self) -> CK_IDLE_EDGE_R
Bit 9 - 1: SPI_CLK line is high when MSPI is idle. 0: SPI_CLK line is low when MSPI is idle.
sourcepub fn cs_keep_active(&self) -> CS_KEEP_ACTIVE_R
pub fn cs_keep_active(&self) -> CS_KEEP_ACTIVE_R
Bit 10 - SPI_CS line keep low when the bit is set.
sourcepub fn auto_per(&self) -> AUTO_PER_R
pub fn auto_per(&self) -> AUTO_PER_R
Bit 11 - Set this bit to enable auto PER function. Hardware will sent out PER command if PES command is sent.