pub unsafe extern "C" fn hat_interrupt_callback_disable() -> c_int
Expand description
Disable interrupt callbacks.
Removes any callback function from the interrupt handler.
@return [RESULT_SUCCESS](@ref RESULT_SUCCESS) or [RESULT_UNDEFINED](@ref RESULT_UNDEFINED).