[][src]Type Definition esp32::io_mux::PIN_CTRL

type PIN_CTRL = Reg<u32, _PIN_CTRL>;

configures clock source and clock output pins

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

For information about available fields see pin_ctrl module

Trait Implementations

impl Readable for PIN_CTRL[src]

read() method returns pin_ctrl::R reader structure

impl ResetValue for PIN_CTRL[src]

Register PIN_CTRL reset()'s with value 0

impl Writable for PIN_CTRL[src]

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