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

type CLK = Reg<u32, _CLK>;

MCPWM_CLK

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

For information about available fields see clk module

Trait Implementations

impl Readable for CLK[src]

read() method returns clk::R reader structure

impl ResetValue for CLK[src]

Register CLK reset()'s with value 0

impl Writable for CLK[src]

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