pub unsafe extern "C" fn esprv_intc_int_set_threshold(
    priority_threshold: c_int
)
Expand description

Set interrupt priority threshold. Interrupts with priority levels lower than the threshold are masked.

@param priority_threshold Interrupt priority threshold, 0 to 7