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

type POFCON = Reg<u32, _POFCON>;

Power failure configuration.

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

For information about available fields see pofcon module

Trait Implementations

impl Readable for POFCON[src]

read() method returns pofcon::R reader structure

impl ResetValue for POFCON[src]

Register POFCON reset()'s with value 0

type Type = u32

Register size

impl Writable for POFCON[src]

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