pub type CTR = Reg<CTR_SPEC>;
Expand description
CTR (rw) register accessor: Direct access to the PWM counter
You can read
this register and get ctr::R
. You can reset
, write
, write_with_zero
this register using ctr::W
. You can also modify
this register. See API.
For information about available fields see ctr
module
struct CTR { }