Searched refs:Cy_SysInt_GetNvicConnection (Results 1 – 4 of 4) sorted by relevance
109 IRQn_Type irqn = Cy_SysInt_GetNvicConnection(system_irq); in _cyhal_irq_set_priority()140 IRQn_Type irqn = Cy_SysInt_GetNvicConnection(system_irq); in _cyhal_irq_clear_pending()155 IRQn_Type irqn = Cy_SysInt_GetNvicConnection(system_irq); in _cyhal_irq_enable()192 IRQn_Type irqn = Cy_SysInt_GetNvicConnection(system_irq); in _cyhal_irq_free()
742 IRQn_Type Cy_SysInt_GetNvicConnection(cy_en_intr_t devIntrSrc);
109 if(cpu_irq == Cy_SysInt_GetNvicConnection((cy_en_intr_t)i)) in _cyhal_system_irq_lowest_priority()
298 IRQn_Type Cy_SysInt_GetNvicConnection(cy_en_intr_t devIntrSrc) in Cy_SysInt_GetNvicConnection() function