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

type RESET = Reg<u32, _RESET>;

Pin reset functionality configuration 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 reset module

Trait Implementations

impl Readable for RESET[src]

read() method returns reset::R reader structure

impl ResetValue for RESET[src]

Register RESET reset()'s with value 0

type Type = u32

Register size

impl Writable for RESET[src]

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