[−][src]Type Definition esp32::mcpwm::VERSION
type VERSION = Reg<u32, _VERSION>;
MCPWM_VERSION
This register you can read, reset, write, write_with_zero, modify. See API.
For information about avaliable fields see version module
Trait Implementations
impl Readable for VERSION[src]
read() method returns version::R reader structure
impl ResetValue for VERSION[src]
Register VERSION reset()'s with value 0
impl Writable for VERSION[src]
write(|w| ..) method takes version::W writer structure