Type Definition gd32f1::gd32f170::usart0::GP[][src]

type GP = Reg<u32, _GP>;

Prescaler and guard time configuration register

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

For information about available fields see gp module

Trait Implementations

impl Readable for GP[src]

read() method returns gp::R reader structure

impl ResetValue for GP[src]

Register GP reset()’s with value 0

type Type = u32

Register size

impl Writable for GP[src]

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