[][src]Type Definition lpc54606_pac::rtc::GPREG

type GPREG = Reg<u32, _GPREG>;

General Purpose register

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

For information about available fields see gpreg module

Trait Implementations

impl Readable for GPREG[src]

read() method returns gpreg::R reader structure

impl ResetValue for GPREG[src]

Register GPREG[%s] reset()'s with value 0

type Type = u32

Register size

impl Writable for GPREG[src]

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