Module usart

Source
Expand description

Universal synchronous asynchronous receiver transmitter

Used by: stm32f100, stm32f101, stm32f102, stm32f103, stm32f107

Re-exports§

pub use crate::stm32f1::peripherals::usart::Instance;
pub use crate::stm32f1::peripherals::usart::RegisterBlock;
pub use crate::stm32f1::peripherals::usart::ResetValues;
pub use crate::stm32f1::peripherals::usart::BRR;
pub use crate::stm32f1::peripherals::usart::CR1;
pub use crate::stm32f1::peripherals::usart::CR2;
pub use crate::stm32f1::peripherals::usart::CR3;
pub use crate::stm32f1::peripherals::usart::DR;
pub use crate::stm32f1::peripherals::usart::GTPR;
pub use crate::stm32f1::peripherals::usart::SR;

Modules§

USART1
Access functions for the USART1 peripheral instance
USART2
Access functions for the USART2 peripheral instance
USART3
Access functions for the USART3 peripheral instance

Constants§

USART1
Raw pointer to USART1
USART2
Raw pointer to USART2
USART3
Raw pointer to USART3