[][src]Type Definition esp32::mcpwm::CLK_CFG

type CLK_CFG = Reg<u32, _CLK_CFG>;

MCPWM_CLK_CFG

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

For information about available fields see clk_cfg module

Trait Implementations

impl Readable for CLK_CFG[src]

read() method returns clk_cfg::R reader structure

impl ResetValue for CLK_CFG[src]

Register CLK_CFG reset()'s with value 0

impl Writable for CLK_CFG[src]

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