Enum zinc_hal_lpc11xx::ioregs::WWDT_wdmod_wdprotect
[−]
[src]
pub enum WWDT_wdmod_wdprotect { Anytime, LowCounter, }
Variants
Anytime | The watchdog reload value (WDTC) can be changed at any time. |
LowCounter | The watchdog reload value (WDTC) can be changed only after the counter is below the value of WDWARNINT and WDWINDOW. Note: this mode is intended for use only when WDRESET =1. |