pub trait Timer0Ext { // Required method fn constrain(self) -> Timer0; }
Extension trait that constrains the SYS_WDOG peripheral
SYS_WDOG
Constrains the SYS_WDOG peripheral so it plays nicely with the other abstractions