Struct esp32s3::uhci0::quick_sent::R
source · pub struct R(_);
Expand description
Register QUICK_SENT
reader
Implementations§
source§impl R
impl R
sourcepub fn single_send_num(&self) -> SINGLE_SEND_NUM_R
pub fn single_send_num(&self) -> SINGLE_SEND_NUM_R
Bits 0:2 - This register is used to specify the single_send register.
sourcepub fn single_send_en(&self) -> SINGLE_SEND_EN_R
pub fn single_send_en(&self) -> SINGLE_SEND_EN_R
Bit 3 - Set this bit to enable single_send mode to send short packet.
sourcepub fn always_send_num(&self) -> ALWAYS_SEND_NUM_R
pub fn always_send_num(&self) -> ALWAYS_SEND_NUM_R
Bits 4:6 - This register is used to specify the always_send register.
sourcepub fn always_send_en(&self) -> ALWAYS_SEND_EN_R
pub fn always_send_en(&self) -> ALWAYS_SEND_EN_R
Bit 7 - Set this bit to enable always_send mode to send short packet.