Struct embassy_stm32::peripherals::USART1
source · pub struct USART1 { /* private fields */ }
Expand description
USART1 peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for USART1
impl Peripheral for USART1
source§impl RccPeripheral for USART1
impl RccPeripheral for USART1
fn frequency() -> Hertz
fn enable_and_reset_with_cs(_cs: CriticalSection<'_>)
fn disable_with_cs(_cs: CriticalSection<'_>)
fn enable_and_reset()
fn disable()
impl BasicInstance for USART1
impl FullInstance for USART1
impl RccPeripheral for USART1
Auto Trait Implementations§
impl Freeze for USART1
impl RefUnwindSafe for USART1
impl Send for USART1
impl Sync for USART1
impl Unpin for USART1
impl UnwindSafe for USART1
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