Home
last modified time | relevance | path

Searched refs:argument (Results 1 – 16 of 16) sorted by relevance

/components/drivers/usb/cherryusb/common/
A Dusb_osal.h20 #define CONFIG_USB_OSAL_THREAD_SET_ARGV void *argument
21 #define CONFIG_USB_OSAL_THREAD_GET_ARGV ((uintptr_t)argument)
31 typedef void (*usb_timer_handler_t)(void *argument);
34 void *argument; member
63 …onst char *name, uint32_t timeout_ms, usb_timer_handler_t handler, void *argument, bool is_period);
/components/net/lwip/lwip-1.4.1/doc/
A Drawapi.txt83 argument. Also, in order to be able to keep program specific state,
84 the callback functions are called with a program specified argument
92 other callback functions. The "pcb" argument is the current TCP
93 connection control block, and the "arg" argument is the argument
128 the one passed as an argument to the function will be
136 passed as an argument to tcp_listen() will not be deallocated.
141 in the listen queue to the value specified by the backlog argument.
170 function specified as the fourth argument (the "connected" argument)
220 host. The len argument passed to the callback function gives the
246 argument indicates the length of the received data.
[all …]
A Dsys_arch.txt52 The "count" argument specifies the initial state of the semaphore (which is
69 signaled. If the "timeout" argument is non-zero, the thread should
71 milliseconds). If the "timeout" argument is zero, the thread should be
74 If the timeout argument is non-zero, the return value is the number of
128 be blocked until a message arrives. The "msg" argument is a result
174 execution in the function "thread()". The "arg" argument will be passed as an
175 argument to the thread() function. The stack size to used for this thread is
/components/net/lwip/lwip-2.0.3/doc/
A Drawapi.txt113 argument. Also, in order to be able to keep program specific state,
114 the callback functions are called with a program specified argument
122 other callback functions. The "pcb" argument is the current TCP
123 connection control block, and the "arg" argument is the argument
158 the one passed as an argument to the function will be
166 passed as an argument to tcp_listen() will not be deallocated.
171 in the listen queue to the value specified by the backlog argument.
191 function specified as the fourth argument (the "connected" argument)
241 host. The len argument passed to the callback function gives the
267 argument indicates the length of the received data.
[all …]
A Dsys_arch.txt51 The "count" argument specifies the initial state of the semaphore (which is
68 signaled. If the "timeout" argument is non-zero, the thread should
70 milliseconds). If the "timeout" argument is zero, the thread should be
73 If the timeout argument is non-zero, the return value is the number of
161 be blocked until a message arrives. The "msg" argument is a result
207 execution in the function "thread()". The "arg" argument will be passed as an
208 argument to the thread() function. The stack size to used for this thread is
A Dppp.txt518 * ppp_sighup and ppp_close functions were merged using an optional argument
/components/drivers/usb/cherryusb/osal/
A Dusb_osal_rtthread.c163 …const char *name, uint32_t timeout_ms, usb_timer_handler_t handler, void *argument, bool is_period) in usb_osal_timer_create() argument
175 …timer->timer = (void *)rt_timer_create(name, handler, argument, timeout_ms, is_period ? (RT_TIMER_… in usb_osal_timer_create()
/components/dfs/dfs_v1/filesystems/elmfat/
A D00history.txt194 Changed argument of f_chdrive(), f_mkfs(), disk_read() and disk_write().
204 2nd argument of f_rename() can have a drive number and it will be ignored.
/components/dfs/dfs_v2/filesystems/elmfat/
A D00history.txt194 Changed argument of f_chdrive(), f_mkfs(), disk_read() and disk_write().
204 2nd argument of f_rename() can have a drive number and it will be ignored.
/components/net/lwip/lwip-2.1.2/doc/
A Dppp.txt518 * ppp_sighup and ppp_close functions were merged using an optional argument
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG582 * rawapi.txt: Fixed bug #32561 tcp_poll argument definition out-of-order in
632 initialized or wrong argument.
1381 converted size argument of netconn_write to 'size_t'
1861 * api_lib.c, api_msg.c, api.h, api_msg.h: Converted the length argument of
2159 netif to send as an argument (to be able to send on netifs that are down).
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG1538 * rawapi.txt: Fixed bug #32561 tcp_poll argument definition out-of-order in
1588 initialized or wrong argument.
2337 converted size argument of netconn_write to 'size_t'
2817 * api_lib.c, api_msg.c, api.h, api_msg.h: Converted the length argument of
3115 netif to send as an argument (to be able to send on netifs that are down).
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG1791 * rawapi.txt: Fixed bug #32561 tcp_poll argument definition out-of-order in
1841 initialized or wrong argument.
2590 converted size argument of netconn_write to 'size_t'
3070 * api_lib.c, api_msg.c, api.h, api_msg.h: Converted the length argument of
3368 netif to send as an argument (to be able to send on netifs that are down).
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile2065 # gcc). The argument of the tag is a list of macros of the form: name or
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile2076 # gcc). The argument of the tag is a list of macros of the form: name or
A Dlwip.Doxyfile.cmake.in2076 # gcc). The argument of the tag is a list of macros of the form: name or

Completed in 29 milliseconds