avr_hal_generic
macro_rules! impl_wdt { ( hal: $HAL:ty, peripheral: $WDT:ty, mcusr: $MCUSR:ty, timeout: |$to:ident, $w:ident| $to_match:expr, ) => { ... }; }