[][src]Type Definition ADuCM302x::rng0::CTL

type CTL = Reg<u16, _CTL>;

RNG Control Register

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

For information about available fields see ctl module

Trait Implementations

impl Readable for CTL[src]

read() method returns ctl::R reader structure

impl ResetValue for CTL[src]

Register CTL reset()'s with value 0

type Type = u16

Register size

impl Writable for CTL[src]

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