| /FreeRTOS-Plus-TCP-v4.0.0/docs/doxygen/ |
| D | style.css | 79 dl.section.user ~ h1 { 90 dl.section.user ~ * { 98 dl.section.user {
|
| D | config.doxyfile | 177 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. 189 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the 277 # documentation, which will result in a user-defined paragraph with heading 884 # (outside of doxygen) the user can define a custom "cut" / "paste" string. 1304 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for 1324 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each 1334 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style 1346 # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined 1371 # enables light output unless the user preference is dark output. Other options 1373 # default to dark mode unless the user prefers light mode, and TOGGLE to let the [all …]
|
| /FreeRTOS-Plus-TCP-v4.0.0/.github/workflows/ |
| D | release-candidate.yml | 24 git config --global user.name ${{ github.actor }} 25 git config --global user.email ${{ github.actor }}@users.noreply.github.com
|
| D | uncrustify.yml | 62 git config --global user.name 'GitHub Action' 63 git config --global user.email 'action@github.com'
|
| D | release.yml | 24 git config --global user.name ${{ github.actor }} 25 git config --global user.email ${{ github.actor }}@users.noreply.github.com
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/include/ |
| D | phyHandling.h | 52 /* A generic user-provided function that reads from the PHY-port at 'xAddress'( 0-based ). A 16-bit… 59 /* A generic user-provided function that writes 'ulValue' to the
|
| /FreeRTOS-Plus-TCP-v4.0.0/ |
| D | readme.txt | 3 User documentation, including an API reference is available on:
|
| D | History.txt | 159 semaphore has been created. Earlier when a user tried to get a Network 229 + ipconfigFTP_HAS_USER_PROPERTIES_HOOK (to allow each user to have a 290 + Added xApplicationDHCPUserHook() so a user defined hook will be
|
| /FreeRTOS-Plus-TCP-v4.0.0/test/build-combination/Common/ |
| D | main.c | 342 * The stack will call this user hook for all Ethernet frames that it 346 * eReturnEthernetFrame, that means user code has reused the network buffer 348 * If this hook returns eFrameConsumed, the user code has ownership of the
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/include/ |
| D | FreeRTOS_TCP_WIN.h | 121 … /**< Number of bytes in Rx buffer which may be passed to the user, after having recei… 129 … a segment which has not been transmitted and it's size is still growing (user data being added) */ 177 /* if true may be passed directly to user (segment expected and window is empty)
|
| D | FreeRTOS_TCP_IP.h | 67 … * delivered to the user. The normal state for the data transfer phase of the connection. */ 71 …WAIT, /* 8 (server + client) waiting for a connection termination request from the local user. */
|
| D | FreeRTOS_TCP_State_Handling.h | 41 * for user action, either connect() or close().
|
| D | FreeRTOS_Sockets.h | 115 #define FREERTOS_SO_SET_SEMAPHORE ( 3 ) /* Used to set a user's semaphore. */ 382 /* This option adds the possibility to have a user-ID attached to a socket. 399 * User-provided functions will be called for each sockopt callback defined
|
| D | FreeRTOS_IP_Private.h | 505 * Actually a user thing, but because xBoundTCPSocketsList, let it do by the 572 bUserShutdown : 1, /**< User requesting a graceful shutdown */ 697 SemaphoreHandle_t pxUserSemaphore; /**< The user semaphore */ 705 …EventBits_t xSelectBits; /**< User may indicate which bits are interesting for this socke… 712 /* This field is only only by the user, and can be accessed with
|
| /FreeRTOS-Plus-TCP-v4.0.0/test/Coverity/ |
| D | CMakeLists.txt | 31 # Inform the user of the actions
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/TM4C/ |
| D | NetworkInterface.c | 82 * FreeRTOSConfig.h as configMINIMAL_STACK_SIZE is a user definable constant. */ 163 * Reads the Ethernet MAC from user Flash. 165 * @return pdPASS on success, pdFAIL if the MAC is invalid from user Flash 237 /* Read the MAC from user Flash */ in xNetworkInterfaceInitialise()
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/RX/ |
| D | ether_callback.c | 109 /* Callback function that notifies user to have detected magic packet. */ in callback_ether() 114 /* Callback function that notifies user to have become Link up. */ in callback_ether() 119 /* Callback function that notifies user to have become Link down. */ in callback_ether()
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/ |
| D | stm32hxx_hal_eth.c | 41 ##### without enabling end of transfer interrupts, in this mode user 49 ##### occurred), user can call the following APIs to get received data: 78 ***allows the user to configure dynamically the driver callbacks. 93 ***and a pointer to the user callback function. 117 ***keep and use the user MspInit/MspDeInit callbacks (registered beforehand) 122 ***thus registered (user) MspInit/DeInit callbacks can be used during the Init/DeInit. 123 ***In that case first register the MspInit/MspDeInit user callbacks 292 #####(+) User must Implement HAL_ETH_MspInit() function in which he configures 500 * the HAL_ETH_MspInit could be implemented in the user file in HAL_ETH_MspInit() 516 * the HAL_ETH_MspDeInit could be implemented in the user file in HAL_ETH_MspDeInit() [all …]
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/ |
| D | FreeRTOS_TCP_Reception.c | 446 /* Determine the length and the offset of the user-data sent to this in prvCheckRxData() 600 /* New data has arrived and may be made available to the user. See in prvStoreRxData() 628 * the user. */ in prvStoreRxData() 632 * so data becomes available to the user immediately in prvStoreRxData()
|
| D | FreeRTOS_DNS_Callback.c | 184 * In case pvSearchID is supplied, the user wants to cancel a DNS request. 197 * Only when the scheduler is running, user functions in vDNSCheckCallBack()
|
| D | FreeRTOS_TCP_State_Handling.c | 94 * are waiting for user action, either connect() or close(). 198 /* Move to eCLOSE_WAIT, user may close the socket. */ in prvTCPStatusAgeCheck() 302 /* And wait for the user to close this socket. */ in prvTCPHandleFin() 546 * user/owner should be woken up. */ in prvHandleEstablished() 844 * received can be delivered to the user. The normal in prvTCPHandleState() 865 * termination request from the local user. Nothing to in prvTCPHandleState()
|
| D | FreeRTOS_DNS.c | 90 * zero, in case the user has supplied a call-back function. 357 …* @param[in] pCallback A user-defined function which will be called on completion, either when fou… 358 * @param[in] pvSearchID A user provided void pointer that will be communicated on completion. 687 … /* The user has provided a callback function, so do not block on recvfrom() */ in prvPrepareLookup() 1239 * @param[in] uxReadTimeOut_ticks The timeout in ticks for waiting. In case the user has supplied 1371 * @param[in] uxReadTimeOut_ticks The timeout in ticks for waiting. In case the user has supplied 1407 * zero, in case the user has supplied a call-back function. 1411 * @param[in] uxReadTimeOut_ticks The timeout in ticks for waiting. In case the user has supplied
|
| D | FreeRTOS_DHCPv6.c | 542 /* Ask the user if a DHCP request is required. */ in xDHCPv6ProcessEndPoint_HandleAdvertise() 548 /* An offer has been made, the user wants to continue, in xDHCPv6ProcessEndPoint_HandleAdvertise() 566 /* The user indicates that the DHCP process does not continue. */ in xDHCPv6ProcessEndPoint_HandleAdvertise() 605 /* Ask the user if a DHCP discovery is required. */ in xDHCPv6ProcessEndPoint_HandleState() 635 /* The user indicates that the DHCP process does not continue. */ in xDHCPv6ProcessEndPoint_HandleState() 822 * The last user of the socket will close it. 851 FreeRTOS_printf( ( "DHCP-socket[%02x-%02x]: closed, user count %d\n", in prvCloseDHCPv6Socket()
|
| D | FreeRTOS_TCP_IP.c | 206 /* The user wants to perform an active shutdown(), skip sending in xTCPSocketCheck() 277 * resetting the alive timer, calling the user's OnConnect handler to notify 417 /* The 'connected' state has changed, call the user handler. */ in vTCPStateChange() 686 * @brief In the API accept(), the user asks is there is a new client? As API's can
|
| /FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/ConfigFiles/ |
| D | IPTraceMacroDefaults.h | 29 * that are not defined by the user. See
|