Home
last modified time | relevance | path

Searched full:user (Results 1 – 25 of 65) sorted by relevance

123

/FreeRTOS-Plus-TCP-v4.0.0/docs/doxygen/
Dstyle.css79 dl.section.user ~ h1 {
90 dl.section.user ~ * {
98 dl.section.user {
Dconfig.doxyfile177 # 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/
Drelease-candidate.yml24 git config --global user.name ${{ github.actor }}
25 git config --global user.email ${{ github.actor }}@users.noreply.github.com
Duncrustify.yml62 git config --global user.name 'GitHub Action'
63 git config --global user.email 'action@github.com'
Drelease.yml24 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/
DphyHandling.h52 /* 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/
Dreadme.txt3 User documentation, including an API reference is available on:
DHistory.txt159 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/
Dmain.c342 * 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/
DFreeRTOS_TCP_WIN.h121 … /**< 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)
DFreeRTOS_TCP_IP.h67 … * 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. */
DFreeRTOS_TCP_State_Handling.h41 * for user action, either connect() or close().
DFreeRTOS_Sockets.h115 #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
DFreeRTOS_IP_Private.h505 * 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/
DCMakeLists.txt31 # Inform the user of the actions
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/TM4C/
DNetworkInterface.c82 * 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/
Dether_callback.c109 /* 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/
Dstm32hxx_hal_eth.c41 ##### 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/
DFreeRTOS_TCP_Reception.c446 /* 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()
DFreeRTOS_DNS_Callback.c184 * In case pvSearchID is supplied, the user wants to cancel a DNS request.
197 * Only when the scheduler is running, user functions in vDNSCheckCallBack()
DFreeRTOS_TCP_State_Handling.c94 * 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()
DFreeRTOS_DNS.c90 * 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
DFreeRTOS_DHCPv6.c542 /* 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()
DFreeRTOS_TCP_IP.c206 /* 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/
DIPTraceMacroDefaults.h29 * that are not defined by the user. See

123