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

type HOLD_FORCE = Reg<u32, _HOLD_FORCE>;

RTC_CNTL_HOLD_FORCE

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

For information about available fields see hold_force module

Trait Implementations

impl Readable for HOLD_FORCE[src]

read() method returns hold_force::R reader structure

impl ResetValue for HOLD_FORCE[src]

Register HOLD_FORCE reset()'s with value 0

impl Writable for HOLD_FORCE[src]

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