pub unsafe extern "C" fn PLIC_SetPriority(
IRQn: PLIC_IRQn_Type,
priority: u32,
)Expand description
/ /** The function PLIC_SetPriority() sets the priority for the external interrupt for the interrupt number indicated by the parameter IRQn.
pub unsafe extern "C" fn PLIC_SetPriority(
IRQn: PLIC_IRQn_Type,
priority: u32,
)/ /** The function PLIC_SetPriority() sets the priority for the external interrupt for the interrupt number indicated by the parameter IRQn.