pub type W = W<QUICK_SENT_SPEC>;
Expand description
Register QUICK_SENT
writer
Aliased Type§
struct W { /* private fields */ }
Implementations§
Source§impl W
impl W
Sourcepub fn single_send_num(&mut self) -> SINGLE_SEND_NUM_W<'_, QUICK_SENT_SPEC>
pub fn single_send_num(&mut self) -> SINGLE_SEND_NUM_W<'_, QUICK_SENT_SPEC>
Bits 0:2 - Configures single_send mode.
Sourcepub fn single_send_en(&mut self) -> SINGLE_SEND_EN_W<'_, QUICK_SENT_SPEC>
pub fn single_send_en(&mut self) -> SINGLE_SEND_EN_W<'_, QUICK_SENT_SPEC>
Bit 3 - Set this bit to enable sending short packet with single_send mode.
Sourcepub fn always_send_num(&mut self) -> ALWAYS_SEND_NUM_W<'_, QUICK_SENT_SPEC>
pub fn always_send_num(&mut self) -> ALWAYS_SEND_NUM_W<'_, QUICK_SENT_SPEC>
Bits 4:6 - Configures always_send mode.
Sourcepub fn always_send_en(&mut self) -> ALWAYS_SEND_EN_W<'_, QUICK_SENT_SPEC>
pub fn always_send_en(&mut self) -> ALWAYS_SEND_EN_W<'_, QUICK_SENT_SPEC>
Bit 7 - Set this bit to enable sending short packet with always_send mode.