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

type CAP_STATUS = Reg<u32, _CAP_STATUS>;

MCPWM_CAP_STATUS

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

For information about available fields see cap_status module

Trait Implementations

impl Readable for CAP_STATUS[src]

read() method returns cap_status::R reader structure

impl ResetValue for CAP_STATUS[src]

Register CAP_STATUS reset()'s with value 0

impl Writable for CAP_STATUS[src]

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