//! Chapter 6. Timer Extension (EID #0x54494D45 "TIME").
/// Extension ID for Timer extension.
pubconstEID_TIME:usize=crate::eid_from_str("TIME")as_;pubusefid::*;/// Declared in §6.2.
modfid{/// Function ID to program the clock for the next event after an absolute time.
////// Declared in §6.1.
pubconstSET_TIMER:usize=0;}