pub type HALT_R = BitReader<HALT_A>;
Field HALT reader - Configure the watchdog to either be paused, or kept running, while the CPU is halted by the debugger
HALT
struct HALT_R { /* private fields */ }
Get enumerated values variant
Checks if the value of the field is PAUSE
PAUSE
Checks if the value of the field is RUN
RUN