[][src]Type Definition cc2538::soc_adc::RNDL

type RNDL = Reg<u32, _RNDL>;

This registers contains random-number-generator data; low byte.

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

For information about avaliable fields see rndl module

Trait Implementations

impl Readable for RNDL[src]

read() method returns rndl::R reader structure

impl Writable for RNDL[src]

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

impl ResetValue for RNDL[src]

Register RNDL reset()'s with value 0

type Type = u32

Register size