[][src]Type Definition lpc55s6x_pac::casper::CREG

type CREG = Reg<u32, _CREG>;

C register

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

For information about available fields see creg module

Trait Implementations

impl Readable for CREG[src]

read() method returns creg::R reader structure

impl ResetValue for CREG[src]

Register CREG reset()'s with value 0

type Type = u32

Register size

impl Writable for CREG[src]

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