[][src]Type Definition efm32pg12_pac::rmu::RST

type RST = Reg<u32, _RST>;

Reset Control Register

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

For information about available fields see rst module

Trait Implementations

impl Readable for RST[src]

read() method returns rst::R reader structure

impl ResetValue for RST[src]

Register RST reset()'s with value 0

type Type = u32

Register size

impl Writable for RST[src]

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