pub struct R(_);
Expand description
Register CONF1
reader
Implementations§
source§impl R
impl R
sourcepub fn rxfifo_full_thrhd(&self) -> RXFIFO_FULL_THRHD_R
pub fn rxfifo_full_thrhd(&self) -> RXFIFO_FULL_THRHD_R
Bits 3:7 - It will produce rxfifo_full_int interrupt when receiver receives more data than this register value.
sourcepub fn txfifo_empty_thrhd(&self) -> TXFIFO_EMPTY_THRHD_R
pub fn txfifo_empty_thrhd(&self) -> TXFIFO_EMPTY_THRHD_R
Bits 11:15 - It will produce txfifo_empty_int interrupt when the data amount in Tx-FIFO is less than this register value.
sourcepub fn cts_inv(&self) -> CTS_INV_R
pub fn cts_inv(&self) -> CTS_INV_R
Bit 16 - Set this bit to inverse the level value of uart cts signal.
sourcepub fn dsr_inv(&self) -> DSR_INV_R
pub fn dsr_inv(&self) -> DSR_INV_R
Bit 17 - Set this bit to inverse the level value of uart dsr signal.
sourcepub fn rts_inv(&self) -> RTS_INV_R
pub fn rts_inv(&self) -> RTS_INV_R
Bit 18 - Set this bit to inverse the level value of uart rts signal.
sourcepub fn dtr_inv(&self) -> DTR_INV_R
pub fn dtr_inv(&self) -> DTR_INV_R
Bit 19 - Set this bit to inverse the level value of uart dtr signal.
Methods from Deref<Target = R<CONF1_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