[][src]Type Definition nuc1xx::gcr::PORCR

type PORCR = Reg<u32, _PORCR>;

Power-On-Reset Controller Register

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

For information about available fields see porcr module

Trait Implementations

impl Readable for PORCR[src]

read() method returns porcr::R reader structure

impl ResetValue for PORCR[src]

Register PORCR reset()'s with value 0

type Type = u32

Register size

impl Writable for PORCR[src]

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