[][src]Type Definition muscab1_pac::pwm::PWMPR

type PWMPR = Reg<u32, _PWMPR>;

PWM Period Register. Number of system clock cycles indicating the period of PWM cycle.The minimum and maximum values have special significance. 0x0: pwm_output continually high 0xFFFFFFFF: pwm_output continually low

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

For information about avaliable fields see pwmpr module

Trait Implementations

impl Readable for PWMPR[src]

read() method returns pwmpr::R reader structure

impl Writable for PWMPR[src]

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

impl ResetValue for PWMPR[src]

Register PWMPR reset()'s with value 0

type Type = u32

Register size