Type Alias rp2040_pac::pwm::EN

source ·
pub type EN = Reg<EN_SPEC>;
Expand description

EN (rw) register accessor: This register aliases the CSR_EN bits for all channels.
Writing to this register allows multiple channels to be enabled
or disabled simultaneously, so they can run in perfect sync.
For each channel, there is only one physical EN register bit,
which can be accessed through here or CHx_CSR.

You can read this register and get en::R. You can reset, write, write_with_zero this register using en::W. You can also modify this register. See API.

For information about available fields see en module

Aliased Type§

struct EN { /* private fields */ }