Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/MicroBlazeV9/
Dport.c80 static int32_t prvEnsureInterruptControllerIsInitialised( void );
338 lReturn = prvEnsureInterruptControllerIsInitialised(); in vPortEnableInterrupt()
362 lReturn = prvEnsureInterruptControllerIsInitialised(); in vPortDisableInterrupt()
382 lReturn = prvEnsureInterruptControllerIsInitialised(); in xPortInstallInterruptHandler()
407 lReturn = prvEnsureInterruptControllerIsInitialised(); in vPortRemoveInterruptHandler()
418 static int32_t prvEnsureInterruptControllerIsInitialised( void ) in prvEnsureInterruptControllerIsInitialised() function
/Kernel-v11.1.0/portable/GCC/MicroBlazeV8/
Dport.c71 static int32_t prvEnsureInterruptControllerIsInitialised( void );
307 lReturn = prvEnsureInterruptControllerIsInitialised(); in vPortEnableInterrupt()
325 lReturn = prvEnsureInterruptControllerIsInitialised(); in vPortDisableInterrupt()
345 lReturn = prvEnsureInterruptControllerIsInitialised(); in xPortInstallInterruptHandler()
363 static int32_t prvEnsureInterruptControllerIsInitialised( void ) in prvEnsureInterruptControllerIsInitialised() function