1 2 3 4 5 6 7 8 9
//! Timer16 (both) HAL stub pub struct Timer16; impl Timer16 { pub fn new() -> Self { Timer16 } }