[][src]Type Definition stm32wb_pac::usart1::RQR

type RQR = Reg<u32, _RQR>;

Request register

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

For information about available fields see rqr module

Trait Implementations

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