Struct stm32wlxx_hal::pac::usart1::cr3::R
pub struct R(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register CR3
reader
Implementations§
§impl R
impl R
pub fn rxftcfg(&self) -> FieldReaderRaw<u8, RXFTCFG_A>
pub fn rxftcfg(&self) -> FieldReaderRaw<u8, RXFTCFG_A>
Bits 25:27 - Receive FIFO threshold configuration
pub fn tcbgtie(&self) -> BitReaderRaw<TCBGTIE_A>
pub fn tcbgtie(&self) -> BitReaderRaw<TCBGTIE_A>
Bit 24 - Transmission Complete before guard time, interrupt enable
Methods from Deref<Target = R<CR3_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
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