[][src]Type Definition betrusted_pac::ctrl::RESET

type RESET = Reg<u32, _RESET>;

Write a 1 to this register to reset the SoC.

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

For information about available fields see reset module

Trait Implementations

impl Readable for RESET[src]

read() method returns reset::R reader structure

impl ResetValue for RESET[src]

Register RESET reset()'s with value 0

type Type = u32

Register size

impl Writable for RESET[src]

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