Something like ``` device.RCC.apb2enr.modify(|_, w| w.tim1en().set_bit()); device.RCC.apb2rstr.modify(|_, w| w.tim1rst().set_bit()); device.RCC.apb2rstr.modify(|_, w| w.tim1rst().clear_bit()); ```