Module embedded_time::timer::param [−][src]
Expand description
Timer type/state parameters
Structs
| Armed | Timer is ready to start |
| None | Parameter not set |
| OneShot | Timer will stop when it expires |
| Periodic | Timer will automatically restart when it expires |
| Running | Timer is running |