pub type SLEEP_R = BitReader<SLEEP_A>;
Field SLEEP reader - Configure the watchdog to either be paused, or kept running, while the CPU is sleeping
SLEEP
struct SLEEP_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