[][src]Type Definition nrf52832_pac::rng::SHORTS

type SHORTS = Reg<u32, _SHORTS>;

Shortcut register

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

For information about available fields see shorts module

Trait Implementations

impl Readable for SHORTS[src]

read() method returns shorts::R reader structure

impl ResetValue for SHORTS[src]

Register SHORTS reset()'s with value 0

type Type = u32

Register size

impl Writable for SHORTS[src]

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