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

type UPDATE_CFG = Reg<u32, _UPDATE_CFG>;

MCPWM_UPDATE_CFG

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

For information about available fields see update_cfg module

Trait Implementations

impl Readable for UPDATE_CFG[src]

read() method returns update_cfg::R reader structure

impl ResetValue for UPDATE_CFG[src]

Register UPDATE_CFG reset()'s with value 0

type Type = u32

Raw register type (u8, u16, u32, ...).

impl Writable for UPDATE_CFG[src]

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