| /components/drivers/can/ |
| A D | dev_can.c | 17 #define CAN_UNLOCK(can) rt_mutex_release(&(can->lock)) argument 36 result = can->ops->configure(can, &can->config); in rt_can_init() 70 … if (hdr >= 0 && can->hdr && hdr < can->config.maxhdr && !rt_list_isempty(&can->hdr[hdr].list)) in _can_int_rx() 158 if (can->ops->sendmsg(can, data, no) != RT_EOK) in _can_int_tx() 538 res = can->ops->control(can, cmd, args); in rt_can_control() 580 res = can->ops->control(can, cmd, args); in rt_can_control() 666 res = can->ops->control(can, cmd, args); in rt_can_control() 691 can->status_indicate.ind(can, can->status_indicate.args); in cantimeout() 696 can->bus_hook(can); in cantimeout() 802 ch = can->ops->recvmsg(can, &tmpmsg, no); in rt_hw_can_isr() [all …]
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | 00history.txt | 67 Fixed DBCS name can result FR_INVALID_NAME. 84 Fixed btr in f_read() can be mistruncated. 118 Fixed f_unlink() can return FR_OK on error. 195 Fixed f_write() can be truncated when the file size is close to 4GB. 196 Fixed f_open(), f_mkdir() and f_setlabel() can return incorrect value on error. 204 2nd argument of f_rename() can have a drive number and it will be ignored. 214 Fixed a hard error in the disk I/O layer can collapse the directory entry. 224 Fixed a potential problem of FAT access that can appear on disk error. 239 Fixed wrong media change can lead a deadlock at thread-safe configuration. 274 Fixed creating a file in the root directory of exFAT volume can fail. (appeared at R0.12) [all …]
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | 00history.txt | 67 Fixed DBCS name can result FR_INVALID_NAME. 84 Fixed btr in f_read() can be mistruncated. 118 Fixed f_unlink() can return FR_OK on error. 195 Fixed f_write() can be truncated when the file size is close to 4GB. 196 Fixed f_open(), f_mkdir() and f_setlabel() can return incorrect value on error. 204 2nd argument of f_rename() can have a drive number and it will be ignored. 214 Fixed a hard error in the disk I/O layer can collapse the directory entry. 224 Fixed a potential problem of FAT access that can appear on disk error. 239 Fixed wrong media change can lead a deadlock at thread-safe configuration. 274 Fixed creating a file in the root directory of exFAT volume can fail. (appeared at R0.12) [all …]
|
| /components/drivers/include/drivers/ |
| A D | dev_can.h | 515 rt_err_t (*configure)(struct rt_can_device *can, struct can_configure *cfg); 516 rt_err_t (*control)(struct rt_can_device *can, int cmd, void *arg); 517 rt_ssize_t (*sendmsg)(struct rt_can_device *can, const void *buf, rt_uint32_t boxno); 518 rt_ssize_t (*recvmsg)(struct rt_can_device *can, void *buf, rt_uint32_t boxno); 531 rt_err_t rt_hw_can_register(struct rt_can_device *can, 542 void rt_hw_can_isr(struct rt_can_device *can, int event);
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 12 # For lists, items can also be appended using: 375 # subgrouping. Alternatively, this can be done per class using the 1017 # can opt to disable this feature. 1263 # (such as a company or product suite) can be grouped. 1618 # SEARCHDATA_FILE tag the name of this file can be specified. 1726 # special commands can be used inside the footer. 1805 # to NO can help when comparing the output of multiple runs. 1953 # that can be used to generate PDF. 2287 # the path where dot can find it using this tag. 2430 # The DOT_PATH tag can be used to specify the path where the dot tool can be [all …]
|
| A D | lwip.Doxyfile.cmake.in | 12 # For lists, items can also be appended using: 375 # subgrouping. Alternatively, this can be done per class using the 1017 # can opt to disable this feature. 1263 # (such as a company or product suite) can be grouped. 1618 # SEARCHDATA_FILE tag the name of this file can be specified. 1726 # special commands can be used inside the footer. 1805 # to NO can help when comparing the output of multiple runs. 1953 # that can be used to generate PDF. 2287 # the path where dot can find it using this tag. 2430 # The DOT_PATH tag can be used to specify the path where the dot tool can be [all …]
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 12 # For lists, items can also be appended using: 366 # subgrouping. Alternatively, this can be done per class using the 1006 # can opt to disable this feature. 1252 # (such as a company or product suite) can be grouped. 1607 # SEARCHDATA_FILE tag the name of this file can be specified. 1715 # special commands can be used inside the footer. 1794 # to NO can help when comparing the output of multiple runs. 1942 # that can be used to generate PDF. 2264 # the path where dot can find it using this tag. 2409 # The DOT_PATH tag can be used to specify the path where the dot tool can be [all …]
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | savannah.txt | 41 a while so that Savannah can update its configuration (This can take minutes). 58 after which you can edit your local files with bug fixes or new features and 62 (If SSH asks about authenticity of the host, you can check the key 71 in the future. Conflicts can be hard to solve! 90 We can now commit the merge result. 94 to this merge point, so we can use this point for future merges:
|
| A D | sys_arch.txt | 13 lwIP functionality, multiple threads support can be implemented in the 24 Semaphores can be either counting or binary - lwIP works with both 25 kinds. Mailboxes are used for message passing and can be implemented 27 mailbox, or as a rendez-vous point where only one message can be 39 required for such types can be either allocated in place (globally or on the 51 points to (which can be both a pointer or the actual OS structure). 146 To allow for efficient implementations, this can be defined as a 213 mem_malloc() you can run into a circular function call problem. In mem.c 215 can't be performed when sys_arch uses mem_malloc. 254 Measurement calls made throughout lwip, these can be defined to nothing.
|
| A D | contrib.txt | 41 both core and arch specific stuff please separate them so that the core can 43 is to NOT touch archs you can't test and let maintainers take care of them. 50 …can go to the lwip-users list. This is still the fastest way of interaction and the list is not so… 62 can also ask for CVS access to submit and maintain your port in the contrib CVS module.
|
| A D | rawapi.txt | 74 Both APIs can be used simultaneously by different application 102 tcp_new() function. This PCB can then be either set to listen for new 114 can be specified as IP_ADDR_ANY in order to bind the connection to 177 The tcp_connect() function can return ERR_MEM if no memory is 229 function to indicate that TCP can advertise increase the receive 241 free the pbuf so that lwIP core code can store it. 253 specified callback function. This can be used either as a watchdog 323 Creates a new UDP pcb which can be used for UDP communication. The 370 We can give you some idea on how to proceed when using the raw API. 463 routine from src/core/inet.c. You can override this standard [all …]
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/polarssl/ |
| A D | README | 12 PolarSSL you can choose to skip the compilation of the included PolarSSL 18 Beware of the stack requirements which can be a lot larger if you are not
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/polarssl/ |
| A D | README | 12 PolarSSL you can choose to skip the compilation of the included PolarSSL 18 Beware of the stack requirements which can be a lot larger if you are not
|
| /components/drivers/usb/cherryusb/ |
| A D | .readthedocs.yaml | 12 # You can also specify other tool versions: 20 …# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for si…
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | sys_arch.txt | 14 lwIP functionality, multiple threads support can be implemented in the 16 functionality. Timer scheduling is implemented in lwIP, but can be implemented 24 Semaphores can be either counting or binary - lwIP works with both 27 posted at a time can have a highly negative impact on performance). A message 38 required for such types can be either allocated in place (globally or on the 50 points to (which can be both a pointer or the actual OS structure). 99 points to (which can be both a pointer or the actual OS structure). 110 Blocks the thread until the mutex can be grabbed. 179 To allow for efficient implementations, this can be defined as a 249 mem_malloc() you can run into a circular function call problem. In mem.c [all …]
|
| A D | savannah.txt | 38 a while so that Savannah can update its configuration (This can take minutes). 57 After which you can edit your local files with bug fixes or new features and 61 (If SSH asks about authenticity of the host, you can check the key
|
| A D | ppp.txt | 166 /* ppp_free(); -- can be called here */ 287 * Initiate PPP negotiation, without waiting (holdoff=0), can only be called 342 * Initiate PPP listener (i.e. wait for an incoming connection), can only 356 * You can call this function at anytime. 371 * Free the PPP control block, can only be called if PPP session is in the 388 safe and can be safely called from an interrupt context, using that is going 399 from an RX thread, however pppos_input() is not thread safe by itself. You can 401 ppp_free() if pppos_input() can still be running, doing this is NOT thread safe 438 Notify phase callback can be used, for example, to set a LED pattern depending 487 you have to call ppp_connect(), this way you can configure the session before [all …]
|
| A D | rawapi.txt | 89 All APIs can be used simultaneously by different application 109 closed, etc. An application can provide a callback function to perform 132 tcp_new() function. This PCB can then be either set to listen for new 144 can be specified as IP_ADDR_ANY in order to bind the connection to 198 The tcp_connect() function can return ERR_MEM if no memory is 250 function to indicate that TCP can advertise increase the receive 262 free the pbuf so that lwIP core code can store it. 274 specified callback function. This can be used either as a watchdog 380 We can give you some idea on how to proceed when using the raw API. 449 routine from src/core/inet.c. You can override this standard [all …]
|
| /components/vbus/ |
| A D | Kconfig | 10 When enable remote file system, the application can visit the remote file system 17 When enable remote shell, the finsh/msh of RT-Thread can be operated from another
|
| /components/fal/docs/ |
| A D | fal_api_en.md | 109 This function can create the corresponding block device according to the specified partition name, … 122 This function can create the corresponding MTD Nor Flash device according to the specified partitio… 135 …can create the corresponding character device according to the specified partition name to facilit…
|
| /components/mm/ |
| A D | Kconfig | 7 Page affinity block can be used to resolve the VIPT aliasing problem. 18 Large memory requirement can consume all system resource, and should
|
| /components/drivers/usb/cherryusb/class/vendor/wifi/ |
| A D | README.md | 3 Usbwifi firmware please contact bouffalolab. You can purchase a module in the following ways:
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | savannah.txt | 38 a while so that Savannah can update its configuration (This can take minutes). 57 After which you can edit your local files with bug fixes or new features and 61 (If SSH asks about authenticity of the host, you can check the key
|
| A D | ppp.txt | 166 /* ppp_free(); -- can be called here */ 287 * Initiate PPP negotiation, without waiting (holdoff=0), can only be called 342 * Initiate PPP listener (i.e. wait for an incoming connection), can only 356 * You can call this function at anytime. 371 * Free the PPP control block, can only be called if PPP session is in the 388 safe and can be safely called from an interrupt context, using that is going 399 from an RX thread, however pppos_input() is not thread safe by itself. You can 401 ppp_free() if pppos_input() can still be running, doing this is NOT thread safe 438 Notify phase callback can be used, for example, to set a LED pattern depending 487 you have to call ppp_connect(), this way you can configure the session before [all …]
|
| /components/drivers/usb/cherryusb/port/ohci/ |
| A D | README.md | 3 This OHCI is a companion controller of EHCI. But you can use OHCI only without CONFIG_USB_EHCI_WITH…
|