Searched refs:instance (Results 1 – 5 of 5) sorted by relevance
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/NXP1060/ |
| D | NetworkInterface.c | 826 uint32_t instance; in xEMACInit() local 871 for( instance = 0; instance < ARRAY_SIZE( enetBases ); instance++ ) in xEMACInit() 873 if( enetBases[ instance ] == ethernetifLocal->base ) in xEMACInit() 875 NVIC_SetPriority( enetRxIrqId[ instance ], ENET_PRIORITY ); in xEMACInit() 876 NVIC_SetPriority( enetTxIrqId[ instance ], ENET_PRIORITY ); in xEMACInit() 881 configASSERT( instance != ARRAY_SIZE( enetBases ) ); in xEMACInit() 883 if( instance == ARRAY_SIZE( enetBases ) ) in xEMACInit()
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/ |
| D | CMakeLists.txt | 11 instance/gmac.h
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/ |
| D | readme.md | 46 For instance, you can pass it to the compiler with the `-D` option: 114 The linker script must be changed for this, for instance as follows:
|
| /FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/ |
| D | tcp_dump_packets.md | 15 `DumpEntries_t`, which contains the requirements. For instance like this:
|
| /FreeRTOS-Plus-TCP-v4.0.0/docs/doxygen/ |
| D | config.doxyfile | 290 # instance, some of the names that are used will be different. The list of all 298 # for that language. For instance, namespaces will be presented as packages, 318 # language. For instance, namespaces will be presented as modules, types will be 333 # default for Fortran type files). For instance to make doxygen treat .inc files 424 # (for instance a group of public functions) to be put as a subgroup of that 1121 # (index.html). This can be useful if you have a project on for instance GitHub 1389 # https://en.wikipedia.org/wiki/Hue for more information. For instance the value 1796 # should contain the MathJax.js script. For instance, if the mathjax directory 1986 # \usepackage command. To get the times font for instance you can specify :
|