``` unsafe { (*RCC::ptr()).apb1enr.modify(|_, w| w.tim2en().set_bit()); } ```