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

type LEN = Reg<u16, _LEN>;

RNG Sample Length Register

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

For information about available fields see len module

Trait Implementations

impl Readable for LEN[src]

read() method returns len::R reader structure

impl ResetValue for LEN[src]

Register LEN reset()'s with value 0x3400

type Type = u16

Register size

impl Writable for LEN[src]

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