[][src]Type Definition nrf51::power::GPREGRET

type GPREGRET = Reg<u32, _GPREGRET>;

General purpose retention register. This register is a retained register.

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

For information about available fields see gpregret module

Trait Implementations

impl Readable for GPREGRET[src]

read() method returns gpregret::R reader structure

impl ResetValue for GPREGRET[src]

Register GPREGRET reset()'s with value 0

type Type = u32

Register size

impl Writable for GPREGRET[src]

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