pub unsafe extern "C" fn intr_matrix_route(
    periph_intr_source: c_int,
    rv_int_num: c_int
)
Expand description

this function will be removed in later, please use intr_matrix_set instead Route the peripheral interrupt signal to the CPU @param periph_intr_source Peripheral interrupt number, one of ETS_XXX_SOURCE @param rv_int_num CPU interrupt number