disable_timer_interrupt

Function disable_timer_interrupt 

Source
pub unsafe fn disable_timer_interrupt()
Expand description

禁用定时器中断 安全性: 该函数直接操作 CPU 寄存器,禁用中断可能会引发竞态条件或不一致状态。 调用者必须确保在适当的上下文中调用此函数,以避免潜在的问题。