Type Alias R

Source
pub type R = R<MISC_SPEC>;
Expand description

Register MISC reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn trans_end(&self) -> TRANS_END_R

Bit 3 - The bit is used to indicate the spi0_mst_st controlled transmitting is done.

Source

pub fn trans_end_int_ena(&self) -> TRANS_END_INT_ENA_R

Bit 4 - The bit is used to enable the interrupt of spi0_mst_st controlled transmitting is done.

Source

pub fn cspi_st_trans_end(&self) -> CSPI_ST_TRANS_END_R

Bit 5 - The bit is used to indicate the spi0_slv_st controlled transmitting is done.

Source

pub fn cspi_st_trans_end_int_ena(&self) -> CSPI_ST_TRANS_END_INT_ENA_R

Bit 6 - The bit is used to enable the interrupt of spi0_slv_st controlled transmitting is done.

Source

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

Source

pub fn cs_keep_active(&self) -> CS_KEEP_ACTIVE_R

Bit 10 - spi cs line keep low when the bit is set.