Type Alias esp32c3::spi0::user::R

source ·
pub type R = R<USER_SPEC>;
Expand description

Register USER reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn cs_hold(&self) -> CS_HOLD_R

Bit 6 - spi cs keep low when spi is in done phase. 1: enable 0: disable.

source

pub fn cs_setup(&self) -> CS_SETUP_R

Bit 7 - spi cs is enable when spi is in prepare phase. 1: enable 0: disable.

source

pub fn ck_out_edge(&self) -> CK_OUT_EDGE_R

Bit 9 - the bit combined with spi_mem_mosi_delay_mode bits to set mosi signal delay mode.

source

pub fn usr_dummy_idle(&self) -> USR_DUMMY_IDLE_R

Bit 26 - spi clock is disable in dummy phase when the bit is enable.

source

pub fn usr_dummy(&self) -> USR_DUMMY_R

Bit 29 - This bit enable the dummy phase of an operation.