Type Alias rp2040_pac::pwm::ch::csr::PH_RET_W

source ·
pub type PH_RET_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field PH_RET writer - Retard the phase of the counter by 1 count, while it is running.
Self-clearing. Write a 1, and poll until low. Counter must be running.

Aliased Type§

struct PH_RET_W<'a, REG> { /* private fields */ }