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

type PRESC = Reg<u32, _PRESC>;

Prescaler register

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

For information about available fields see presc module

Trait Implementations

impl Readable for PRESC[src]

read() method returns presc::R reader structure

impl ResetValue for PRESC[src]

Register PRESC reset()'s with value 0

type Type = u32

Register size

impl Writable for PRESC[src]

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