1. Implement `Timer` trait. https://github.com/tier4/awkernel/blob/1679d1d86f7897a21859fdb7021020c49f1d0b13/awkernel_lib/src/timer.rs#L11-L20 2. Register the timer. https://github.com/tier4/awkernel/blob/1679d1d86f7897a21859fdb7021020c49f1d0b13/awkernel_lib/src/timer.rs#L22