[][src]Type Definition xmc1100::prng::WORD

type WORD = Reg<u16, _WORD>;

PRNG Word Register

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

For information about avaliable fields see word module

Trait Implementations

impl Readable for WORD[src]

read() method returns word::R reader structure

impl ResetValue for WORD[src]

Register WORD reset()'s with value 0

type Type = u16

Register size

impl Writable for WORD[src]

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