(&mut self)
| 66 | #[inline] |
| 67 | pub fn Time(&mut self) -> TimeModule<'_, RT> { |
| 68 | TimeModule::new(self.rt) |
| 69 | } |
| 70 | |
| 71 | /// Start, cancel, and inspect named one-shot timers. |
| 72 | #[inline] |
| 73 | pub fn Timers(&mut self) -> TimerModule<'_, RT> { |
no outgoing calls
no test coverage detected