Home
last modified time | relevance | path

Searched refs:as (Results 1 – 25 of 67) sorted by relevance

123

/components/legacy/usb/
A DKconfig61 bool "Enable to use device as CDC device"
67 bool "Enable to use device as HID device"
70 bool "Enable to use device as rndis device"
74 bool "Enable to use device as ecm device"
81 bool "Enable to use device as audio device"
86 bool "Enable to use device as CDC device"
95 bool "Enable to use device as HID device"
102 bool "Enable to use device as ecm device"
152 bool "Use to HID device as Keyboard"
161 bool "Use to HID device as Mouse"
[all …]
/components/mm/
A Davl_adpt.c31 static int compare_overlap(void *as, void *ae, void *bs, void *be) in compare_overlap() argument
33 LOG_D("as %lx, ae %lx, bs %lx, be %lx", as, ae, bs, be); in compare_overlap()
35 if (as > be) in compare_overlap()
51 static int compare_exceed(void *as, void *ae, void *bs, void *be) in compare_exceed() argument
53 LOG_D("as %lx, ae %lx, bs %lx, be %lx", as, ae, bs, be); in compare_exceed()
55 if (as > bs) in compare_exceed()
59 else if (as < bs) in compare_exceed()
73 int (*compare)(void *as, void *ae, void *bs, in search() argument
/components/drivers/usb/cherryusb/port/pusb2/
A DREADME.md44 …- 1. [Using a keyboard/mouse/USB flash drive as a host on FreeRTOS](https://gitee.com/phytium_embe…
45 …- 5. [Recognizing a keyboard/mouse/USB flash drive as a host on RT-Thread](https://github.com/RT-T…
50 …- 1. [Simulating as a USB flash drive on a standalone system](https://gitee.com/phytium_embedded/p…
51 …- 2. [Simulating as a virtual serial port on a standalone system](https://gitee.com/phytium_embedd…
52 …- 3. [Simulating as a USB flash drive on FreeRTOS](https://gitee.com/phytium_embedded/phytium-free…
53 …- 4. [Simulating as a virtual serial port on FreeRTOS](https://gitee.com/phytium_embedded/phytium-…
54 …- 5. [Simulating as a USB flash drive on RT-Thread](https://github.com/RT-Thread/rt-thread/blob/ma…
58 - The driver functionality of PUSB2 is provided as static libraries:
/components/libc/compilers/common/extension/
A Dreadme.md3 This folder is "common" for toolchains, which only support ISO C, as an extension part, such as Kei…
/components/drivers/usb/cherryusb/
A DLICENSE10 and distribution as defined by Sections 1 through 9 of this document.
36 Object form, made available under the License, as indicated by a
87 as of the date such litigation is filed.
106 (d) If the Work includes a "NOTICE" text file as part of its
112 as part of the Derivative Works; within the Source form or
119 or as an addendum to the NOTICE text from the Work, provided
121 as modifying the License.
126 for any such Derivative Works as a whole, provided Your use,
155 unless required by applicable law (such as deliberate and grossly
158 incidental, or consequential damages of any character arising as a
[all …]
/components/net/lwip/lwip-1.4.1/src/
A DFILES10 as well as the ARP module.
/components/libc/cplusplus/
A DREADME.md4 implement a basic environment, such as new/delete operators.
12 5. Multiple inheritance is strongly discouraged, as it can cause intolerable confusion.
30 // as a standalone section if you use ARM target.
/components/net/lwip/lwip-2.1.2/src/netif/
A DFILES9 A 6LoWPAN implementation as a netif.
12 A 6LoWPAN over Bluetooth Low Energy (BLE) implementation as netif,
/components/net/lwip/lwip-2.1.2/test/fuzz/
A DREADME8 try to modify them to exercise as many code paths as possible, by instrumenting
14 that parses the input data as multiple packets (experimental!).
/components/net/lwip/lwip-2.0.3/src/netif/
A DFILES10 file can be used as a "skeleton" for developing new Ethernet
14 A 6LoWPAN implementation as a netif.
/components/legacy/usb/usbdevice/class/
A Daudio_speaker.c467 … rt_uint8_t cintf_nr, struct uac_as_descriptor *as, rt_uint8_t sintf_nr) in _uac_descriptor_config() argument
477 static rt_err_t _uac_samplerate_config(struct uac_as_descriptor *as, rt_uint32_t samplerate) in _uac_samplerate_config() argument
479 as->format_type_desc.tSamFreq[0 * 3 + 2] = samplerate >> 16 & 0xff; in _uac_samplerate_config()
480 as->format_type_desc.tSamFreq[0 * 3 + 1] = samplerate >> 8 & 0xff; in _uac_samplerate_config()
481 as->format_type_desc.tSamFreq[0 * 3 + 0] = samplerate & 0xff; in _uac_samplerate_config()
A Daudio_mic.c466 … rt_uint8_t cintf_nr, struct uac_as_descriptor *as, rt_uint8_t sintf_nr) in _uac_descriptor_config() argument
476 static rt_err_t _uac_samplerate_config(struct uac_as_descriptor *as, rt_uint32_t samplerate) in _uac_samplerate_config() argument
478 as->format_type_desc.tSamFreq[0 * 3 + 2] = samplerate >> 16 & 0xff; in _uac_samplerate_config()
479 as->format_type_desc.tSamFreq[0 * 3 + 1] = samplerate >> 8 & 0xff; in _uac_samplerate_config()
480 as->format_type_desc.tSamFreq[0 * 3 + 0] = samplerate & 0xff; in _uac_samplerate_config()
/components/net/lwip/lwip-2.0.3/doc/
A Drawapi.txt36 (also known as the "tcpip_thread"). When running in a multithreaded
90 programs. In fact, the sequential API is implemented as an application
99 (input and output) as well as timer processing (TCP mainly) is done
107 callback function for events such as incoming data available, outgoing
112 function is passed the current TCP or UDP connection state as an
144 can be specified as IP_ADDR_ANY in order to bind the connection to
158 the one passed as an argument to the function will be
166 passed as an argument to tcp_listen() will not be deallocated.
274 specified callback function. This can be used either as a watchdog
395 netif and pass a pointer to this structure as the first argument.
[all …]
A Dsavannah.txt19 Or, obtain a stable branch (updated with bug fixes only) as follows:
22 Or, obtain a specific (fixed) release as follows:
53 then you could login; Savannah refuses to give you a shell - which is OK, as we
105 Now, sign the archives with a detached GPG binary signature as follows:
/components/net/lwip/lwip-1.4.1/src/netif/
A DFILES10 adapt this for other link layers (such as Firewire).
14 file can be used as a "skeleton" for developing new Ethernet
/components/net/lwip/lwip-1.4.1/doc/
A Dcontrib.txt10 First of all as you may already know lwIP is a volunteer project so feedback
25 10. use current source code style as further reference.
32 3. Use current documentation style as further reference.
51as to allow for loss of fixes. Putting bugs on Savannah and subsequently closing them is too much …
A Drawapi.txt30 (also known as the "tcpip_thread"). The raw API may only be used from
75 programs. In fact, the sequential API is implemented as an application
82 function is passed the current TCP or UDP connection state as an
114 can be specified as IP_ADDR_ANY in order to bind the connection to
128 the one passed as an argument to the function will be
136 passed as an argument to tcp_listen() will not be deallocated.
253 specified callback function. This can be used either as a watchdog
255 as a method of waiting for memory to become available. For instance,
301 The error callback function does not get the pcb passed to it as a
423 netif and pass a pointer to this structure as the first argument.
[all …]
A Dsys_arch.txt16 implement timer scheduling as well but as of lwIP 0.5 this is
26 either as a queue which allows multiple messages to be posted to a
27 mailbox, or as a rendez-vous point where only one message can be
133 The return values are the same as for the sys_arch_sem_wait() function:
146 To allow for efficient implementations, this can be defined as a
169 to be implemented as well:
174 execution in the function "thread()". The "arg" argument will be passed as an
/components/net/lwip/lwip-2.0.3/
A DUPGRADING16 supported any more, netif->state is interpreted as an u8_t port number now
32 …* Changed netif "up" flag handling to be an administrative flag (as opposed to the previous meanin…
58 * Made LWIP_TCPIP_CORE_LOCKING==1 the default as it usually performs better than
63 enabled as some longer lasting functions like big writes still need to delay)
151 still want to use your own timer implementation for NO_SYS==0 (as before).
161 binary semaphores instead of mutexes - as before)
202 * Added printf-formatter X8_F to printf u8_t as hex
205 LWIP_RAM_HEAP_POINTER as a void pointer to that memory's address
232 * Fixed ARP input processing: only add a new entry if a request was directed as us
/components/libc/compilers/
A Dreadme.md1 … compiler platforms, and supports basic standard C library functions, such as memory management an…
/components/net/lwip/lwip-2.1.2/doc/
A Dsavannah.txt19 Or, obtain a stable branch (updated with bug fixes only) as follows:
22 Or, obtain a specific (fixed) release as follows:
53 then you could login; Savannah refuses to give you a shell - which is OK, as we
105 Now, sign the archives with a detached GPG binary signature as follows:
/components/net/lwip/lwip-1.4.1/
A DUPGRADING52 still want to use your own timer implementation for NO_SYS==0 (as before).
62 binary semaphores instead of mutexes - as before)
103 * Added printf-formatter X8_F to printf u8_t as hex
106 LWIP_RAM_HEAP_POINTER as a void pointer to that memory's address
133 * Fixed ARP input processing: only add a new entry if a request was directed as us
/components/net/lwip/lwip-2.0.3/test/fuzz/
A DREADME8 try to modify them to exercise as many code paths as possible, by instrumenting
/components/net/lwip/lwip-2.1.2/
A DUPGRADING51 supported any more, netif->state is interpreted as an u8_t port number now
67 …* Changed netif "up" flag handling to be an administrative flag (as opposed to the previous meanin…
93 * Made LWIP_TCPIP_CORE_LOCKING==1 the default as it usually performs better than
98 enabled as some longer lasting functions like big writes still need to delay)
186 still want to use your own timer implementation for NO_SYS==0 (as before).
196 binary semaphores instead of mutexes - as before)
237 * Added printf-formatter X8_F to printf u8_t as hex
240 LWIP_RAM_HEAP_POINTER as a void pointer to that memory's address
267 * Fixed ARP input processing: only add a new entry if a request was directed as us
/components/libc/compilers/common/extension/fcntl/
A DREADME.md1 Because of the history issue, flags in fcntl.h, such as O_CREAT, have difference types of value. So…

Completed in 25 milliseconds

123