[][src]Type Definition lpc54606_pac::ctimer0::EMR

type EMR = Reg<u32, _EMR>;

External Match Register. The EMR controls the match function and the external match pins.

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

For information about available fields see emr module

Trait Implementations

impl Readable for EMR[src]

read() method returns emr::R reader structure

impl ResetValue for EMR[src]

Register EMR reset()'s with value 0

type Type = u32

Register size

impl Writable for EMR[src]

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