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

type RESET_STATE = Reg<u32, _RESET_STATE>;

RTC_CNTL_RESET_STATE

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

For information about avaliable fields see reset_state module

Trait Implementations

impl Readable for RESET_STATE[src]

read() method returns reset_state::R reader structure

impl ResetValue for RESET_STATE[src]

Register RESET_STATE reset()'s with value 0

type Type = u32

Register size

impl Writable for RESET_STATE[src]

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