Home
last modified time | relevance | path

Searched refs:ipconfigIP_TASK_PRIORITY (Results 1 – 15 of 15) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOSIPConfigDefaults.h78 #error now called: ipconfigIP_TASK_PRIORITY
161 #ifndef ipconfigIP_TASK_PRIORITY
162 #define ipconfigIP_TASK_PRIORITY ( configMAX_PRIORITIES - 2 ) macro
542 #ifndef ipconfigIP_TASK_PRIORITY
543 #define ipconfigIP_TASK_PRIORITY ( configMAX_PRIORITIES - 2 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/build-combination/AllDisable/
DFreeRTOSIPConfig.h90 #define ipconfigIP_TASK_PRIORITY ( configMAX_PRIORITIES - 2 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/build-combination/AllEnable/
DFreeRTOSIPConfig.h90 #define ipconfigIP_TASK_PRIORITY ( configMAX_PRIORITIES - 2 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/Coverity/ConfigFiles/
DFreeRTOSIPConfig.h94 #define ipconfigIP_TASK_PRIORITY ( configMAX_PRIORITIES - 2 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/patches/
DFreeRTOSIPConfig.h92 #define ipconfigIP_TASK_PRIORITY ( configMAX_PRIORITIES - 2 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets_DiffConfig1/
DFreeRTOSIPConfig.h92 #define ipconfigIP_TASK_PRIORITY ( configMAX_PRIORITIES - 2 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Tiny_TCP/
DFreeRTOSIPConfig.h92 #define ipconfigIP_TASK_PRIORITY ( configMAX_PRIORITIES - 2 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_ARP_DataLenLessThanMinPacket/
DFreeRTOSIPConfig.h92 #define ipconfigIP_TASK_PRIORITY ( configMAX_PRIORITIES - 2 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets_DiffConfig/
DFreeRTOSIPConfig.h92 #define ipconfigIP_TASK_PRIORITY ( configMAX_PRIORITIES - 2 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP_DiffConfig/
DFreeRTOSIPConfig.h92 #define ipconfigIP_TASK_PRIORITY ( configMAX_PRIORITIES - 2 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP_Utils_DiffConfig/
DFreeRTOSIPConfig.h92 #define ipconfigIP_TASK_PRIORITY ( configMAX_PRIORITIES - 2 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/ConfigFiles/
DFreeRTOSIPConfig.h94 #define ipconfigIP_TASK_PRIORITY ( configMAX_PRIORITIES - 2 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_TCP_IP_DiffConfig/
DFreeRTOSIPConfig.h92 #define ipconfigIP_TASK_PRIORITY ( configMAX_PRIORITIES - 2 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_IP.c804 ipconfigIP_TASK_PRIORITY, in FreeRTOS_IPInit()
819 ipconfigIP_TASK_PRIORITY, in FreeRTOS_IPInit()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/LPC18xx/
DNetworkInterface.c913 vTaskPrioritySet( NULL, ipconfigIP_TASK_PRIORITY ); in prvSetLinkSpeed()