Searched refs:MVD_ISR_VECTOR (Results 1 – 4 of 4) sorted by relevance
131 #define MVD_ISR_VECTOR E_INT_IRQ_MVD macro134 return MsOS_DisableInterrupt(MVD_ISR_VECTOR); in OSAL_MVD_IntDisable()141 ret = MsOS_EnableInterrupt(MVD_ISR_VECTOR); in OSAL_MVD_IntEnable()144 MsOS_CompleteInterrupt(MVD_ISR_VECTOR); in OSAL_MVD_IntEnable()152 return MsOS_AttachInterrupt(MVD_ISR_VECTOR, (InterruptCb)pfnIsr); in OSAL_MVD_IsrAttach()157 return MsOS_DetachInterrupt(MVD_ISR_VECTOR); in OSAL_MVD_IsrDetach()
174 #define MVD_ISR_VECTOR E_INT_IRQ_MVD macro177 return MsOS_DisableInterrupt(MVD_ISR_VECTOR); in OSAL_MVD_IntDisable()182 return MsOS_EnableInterrupt(MVD_ISR_VECTOR); in OSAL_MVD_IntEnable()187 return MsOS_AttachInterrupt(MVD_ISR_VECTOR, (InterruptCb)pfnIsr); in OSAL_MVD_IsrAttach()192 return MsOS_DetachInterrupt(MVD_ISR_VECTOR); in OSAL_MVD_IsrDetach()
174 #define MVD_ISR_VECTOR E_INT_IRQ_MVD macro177 return MsOS_DisableInterrupt(MVD_ISR_VECTOR); in OSAL_MVD_IntDisable()184 ret = MsOS_EnableInterrupt(MVD_ISR_VECTOR); in OSAL_MVD_IntEnable()193 return MsOS_AttachInterrupt(MVD_ISR_VECTOR, (InterruptCb)pfnIsr); in OSAL_MVD_IsrAttach()198 return MsOS_DetachInterrupt(MVD_ISR_VECTOR); in OSAL_MVD_IsrDetach()