Skip to main content

disarm_hard_kernel_timer

Function disarm_hard_kernel_timer 

Source
pub fn disarm_hard_kernel_timer(
    handle: HardKernelTimerHandle,
) -> Result<(), TaskError>
Expand description

Disarms one stable hard timer without destroying its callback payload.

Remote disarm only changes the logical owner base. Any already programmed edge remains conservative and is reconciled by that CPU’s firing transaction; this operation never writes another CPU’s comparator.