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

type SW_CPU_STALL = Reg<u32, _SW_CPU_STALL>;

RTC_CNTL_SW_CPU_STALL

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

For information about available fields see sw_cpu_stall module

Trait Implementations

impl Readable for SW_CPU_STALL[src]

read() method returns sw_cpu_stall::R reader structure

impl ResetValue for SW_CPU_STALL[src]

Register SW_CPU_STALL reset()'s with value 0

impl Writable for SW_CPU_STALL[src]

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