Type Definition gd32f1::gd32f170::tsi::GCTL[][src]

type GCTL = Reg<u32, _GCTL>;

I/O group control register

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

For information about available fields see gctl module

Trait Implementations

impl Readable for GCTL[src]

read() method returns gctl::R reader structure

impl ResetValue for GCTL[src]

Register GCTL reset()’s with value 0

type Type = u32

Register size

impl Writable for GCTL[src]

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