Struct stm32f30x_hal::serial::Rx
[−]
[src]
pub struct Rx<USART> { /* fields omitted */ }Serial receiver
Trait Implementations
impl Read<u8> for Rx<USART1>[src]
type Error = Error
Read error
fn read(&mut self) -> Result<u8, Error>[src]
Reads a single word from the serial interface
impl Read<u8> for Rx<USART2>[src]
type Error = Error
Read error
fn read(&mut self) -> Result<u8, Error>[src]
Reads a single word from the serial interface