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

type TEST_MUX = Reg<u32, _TEST_MUX>;

RTC_CNTL_TEST_MUX

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

For information about available fields see test_mux module

Trait Implementations

impl Readable for TEST_MUX[src]

read() method returns test_mux::R reader structure

impl ResetValue for TEST_MUX[src]

Register TEST_MUX reset()'s with value 0

impl Writable for TEST_MUX[src]

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