[][src]Type Definition esp32::rtccntl::DIAG1

type DIAG1 = Reg<u32, _DIAG1>;

RTC_CNTL_DIAG1

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

For information about available fields see diag1 module

Trait Implementations

impl Readable for DIAG1[src]

read() method returns diag1::R reader structure

impl ResetValue for DIAG1[src]

Register DIAG1 reset()'s with value 0

impl Writable for DIAG1[src]

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