1 2 3 4 5 6 7
//! The timer extension permits the supervisor to program the clock //! for the next timer event. use crate::ExtensionId; /// Extension identifier for the timer extension. pub const EID: ExtensionId = 0x54494d45;
1 2 3 4 5 6 7
//! The timer extension permits the supervisor to program the clock //! for the next timer event. use crate::ExtensionId; /// Extension identifier for the timer extension. pub const EID: ExtensionId = 0x54494d45;