Struct esp32::sdmmc::cardthrctl::R
source · pub struct R(_);
Expand description
Register CARDTHRCTL
reader
Implementations§
source§impl R
impl R
sourcepub fn cardrdthren(&self) -> CARDRDTHREN_R
pub fn cardrdthren(&self) -> CARDRDTHREN_R
Bit 0 - Card read threshold enable. 1’b0-Card read threshold disabled. 1’b1-Card read threshold enabled.
sourcepub fn cardclrinten(&self) -> CARDCLRINTEN_R
pub fn cardclrinten(&self) -> CARDCLRINTEN_R
Bit 1 - Busy clear interrupt generation: 1’b0-Busy clear interrypt disabled. 1’b1-Busy clear interrypt enabled.
sourcepub fn cardwrthren(&self) -> CARDWRTHREN_R
pub fn cardwrthren(&self) -> CARDWRTHREN_R
Bit 2 - Applicable when HS400 mode is enabled. 1’b0-Card write Threshold disabled. 1’b1-Card write Threshold enabled.
sourcepub fn cardthreshold(&self) -> CARDTHRESHOLD_R
pub fn cardthreshold(&self) -> CARDTHRESHOLD_R
Bits 16:31 - The inside FIFO size is 512,This register is applicable when SDHOST_CARDERTHREN_REG is set to 1 or SDHOST_CARDRDTHREN_REG set to 1.