Type Definition R
Other items instm32wb_stm32hal::stm32wb55::usart1::cr3
type R = R<u32, CR3>;
Reader of register CR3
impl R
pub fn txftcfg(&self) -> TXFTCFG_R
Bits 29:31 - TXFIFO threshold configuration
pub fn rxftie(&self) -> RXFTIE_R
Bit 28 - RXFIFO threshold interrupt enable
pub fn rxftcfg(&self) -> RXFTCFG_R
Bits 25:27 - Receive FIFO threshold configuration
pub fn tcbgtie(&self) -> TCBGTIE_R
Bit 24 - Tr Complete before guard time, interrupt enable
pub fn txftie(&self) -> TXFTIE_R
Bit 23 - threshold interrupt enable
pub fn wufie(&self) -> WUFIE_R
Bit 22 - Wakeup from Stop mode interrupt enable
pub fn wus(&self) -> WUS_R
Bits 20:21 - Wakeup from Stop mode interrupt flag selection
pub fn scarcnt(&self) -> SCARCNT_R
Bits 17:19 - Smartcard auto-retry count
pub fn dep(&self) -> DEP_R
Bit 15 - Driver enable polarity selection
pub fn dem(&self) -> DEM_R
Bit 14 - Driver enable mode
pub fn ddre(&self) -> DDRE_R
Bit 13 - DMA Disable on Reception Error
pub fn ovrdis(&self) -> OVRDIS_R
Bit 12 - Overrun Disable
pub fn onebit(&self) -> ONEBIT_R
Bit 11 - One sample bit method enable
pub fn ctsie(&self) -> CTSIE_R
Bit 10 - CTS interrupt enable
pub fn ctse(&self) -> CTSE_R
Bit 9 - CTS enable
pub fn rtse(&self) -> RTSE_R
Bit 8 - RTS enable
pub fn dmat(&self) -> DMAT_R
Bit 7 - DMA enable transmitter
pub fn dmar(&self) -> DMAR_R
Bit 6 - DMA enable receiver
pub fn scen(&self) -> SCEN_R
Bit 5 - Smartcard mode enable
pub fn nack(&self) -> NACK_R
Bit 4 - Smartcard NACK enable
pub fn hdsel(&self) -> HDSEL_R
Bit 3 - Half-duplex selection
pub fn irlp(&self) -> IRLP_R
Bit 2 - Ir low-power
pub fn iren(&self) -> IREN_R
Bit 1 - Ir mode enable
pub fn eie(&self) -> EIE_R
Bit 0 - Error interrupt enable