[][src]Type Definition stm32f3::stm32f3x8::usart1::RQR

type RQR = Reg<u32, _RQR>;

Request register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see rqr module

Trait Implementations

impl Readable for RQR[src]

read() method returns rqr::R reader structure

impl ResetValue for RQR[src]

Register RQR reset()'s with value 0

type Type = u32

Register size

impl Writable for RQR[src]

write(|w| ..) method takes rqr::W writer structure