[][src]Type Definition nuc1xx::pwma::CNR1

type CNR1 = Reg<u32, _CNR1>;

PWM Counter Register 1

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

For information about available fields see cnr1 module

Trait Implementations

impl Readable for CNR1[src]

read() method returns cnr1::R reader structure

impl ResetValue for CNR1[src]

Register CNR1 reset()'s with value 0

type Type = u32

Register size

impl Writable for CNR1[src]

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