pub unsafe extern "C" fn MSS_TIM1_disable_irq(
timer: *mut TIMER_TypeDef,
)Expand description
MSS_TIM1_disable_irq() disables interrupt generation for Timer 1. This function also disables the interrupt in the RISC-V PLIC.
@param timer The timer parameter specifies the Timer block being used.
@return This function does not return a value.