Type Definition stm32g4::stm32g431::uart4::PRESC[][src]

type PRESC = Reg<u32, _PRESC>;

USART 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