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

type CNR0 = Reg<u32, _CNR0>;

PWM Counter Register 0

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

For information about available fields see cnr0 module

Trait Implementations

impl Readable for CNR0[src]

read() method returns cnr0::R reader structure

impl ResetValue for CNR0[src]

Register CNR0 reset()'s with value 0

type Type = u32

Register size

impl Writable for CNR0[src]

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