Home
last modified time | relevance | path

Searched refs:prvEnsureInterruptControllerIsInitialised (Results 1 – 2 of 2) sorted by relevance

/Kernel-v10.6.2/portable/GCC/MicroBlazeV9/
Dport.c72 static int32_t prvEnsureInterruptControllerIsInitialised( void );
319 lReturn = prvEnsureInterruptControllerIsInitialised(); in vPortEnableInterrupt()
342 lReturn = prvEnsureInterruptControllerIsInitialised(); in vPortDisableInterrupt()
360 lReturn = prvEnsureInterruptControllerIsInitialised(); in xPortInstallInterruptHandler()
385 lReturn = prvEnsureInterruptControllerIsInitialised(); in vPortRemoveInterruptHandler()
396 static int32_t prvEnsureInterruptControllerIsInitialised( void ) in prvEnsureInterruptControllerIsInitialised() function
/Kernel-v10.6.2/portable/GCC/MicroBlazeV8/
Dport.c71 static int32_t prvEnsureInterruptControllerIsInitialised( void );
305 lReturn = prvEnsureInterruptControllerIsInitialised(); in vPortEnableInterrupt()
322 lReturn = prvEnsureInterruptControllerIsInitialised(); in vPortDisableInterrupt()
340 lReturn = prvEnsureInterruptControllerIsInitialised(); in xPortInstallInterruptHandler()
358 static int32_t prvEnsureInterruptControllerIsInitialised( void ) in prvEnsureInterruptControllerIsInitialised() function