pub struct R(_);
Expand description
Register HWFC_CONF
reader
Implementations§
source§impl R
impl R
sourcepub fn rx_flow_thrhd(&self) -> RX_FLOW_THRHD_R
pub fn rx_flow_thrhd(&self) -> RX_FLOW_THRHD_R
Bits 0:7 - This register is used to configure the maximum amount of data that can be received when hardware flow control works.
sourcepub fn rx_flow_en(&self) -> RX_FLOW_EN_R
pub fn rx_flow_en(&self) -> RX_FLOW_EN_R
Bit 8 - This is the flow enable bit for UART receiver.
Methods from Deref<Target = R<HWFC_CONF_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more