Enum zinc_hal_lpc11xx::ioregs::CT16B0_ctcr_ctm
[−]
[src]
pub enum CT16B0_ctcr_ctm {
EveryRisingPCLK,
Rising,
Falling,
Both,
}Variants
EveryRisingPCLK | Timer Mode: every rising PCLK edge |
Rising | Counter Mode: TC is incremented on rising edges on the CAP input selected by bits 3:2. |
Falling | Counter Mode: TC is incremented on falling edges on the CAP input selected by bits 3:2. |
Both | Counter Mode: TC is incremented on both edges on the CAP input selected by bits 3:2. |