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

type OPTIONS0 = Reg<u32, _OPTIONS0>;

RTC_CNTL_OPTIONS0

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

For information about available fields see options0 module

Trait Implementations

impl Readable for OPTIONS0[src]

read() method returns options0::R reader structure

impl ResetValue for OPTIONS0[src]

Register OPTIONS0 reset()'s with value 0

impl Writable for OPTIONS0[src]

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