pub type R = R<MISC_SPEC>;
Expand description
Register MISC
reader
Aliased Type§
struct R { /* private fields */ }
Implementations§
Source§impl R
impl R
Sourcepub fn cs0_dis(&self) -> CS0_DIS_R
pub fn cs0_dis(&self) -> CS0_DIS_R
Bit 0 - SPI_CS0 pin enable, 1: disable SPI_CS0, 0: SPI_CS0 pin is active to select SPI device, such as flash, external RAM and so on.
Sourcepub fn cs1_dis(&self) -> CS1_DIS_R
pub fn cs1_dis(&self) -> CS1_DIS_R
Bit 1 - SPI_CS1 pin enable, 1: disable SPI_CS1, 0: SPI_CS1 pin is active to select SPI device, such as flash, external RAM and so on.
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 idle 0: spi clk line is low when 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.