| /components/drivers/spi/ |
| A D | Kconfig | 17 int "SCK pin number" 21 int "MISO pin number" 25 int "MOSI pin number" 41 int "SCK pin number" 45 int "MISO pin number" 49 int "MOSI pin number" 65 int "SCK pin number" 69 int "MISO pin number" 73 int "MOSI pin number" 89 int "SCK pin number" [all …]
|
| /components/drivers/i2c/ |
| A D | Kconfig | 31 int "SCL pin number" 35 int "SDA pin number" 55 int "SCL pin number" 59 int "SDA pin number" 79 int "SCL pin number" 83 int "SDA pin number" 103 int "SCL pin number" 107 int "SDA pin number" 127 int "SCL pin number" 131 int "SDA pin number" [all …]
|
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | def.c | 198 lwip_itoa(char* result, size_t bufsize, int number) in lwip_itoa() argument 206 tmp_value = number; in lwip_itoa() 207 number /= base; in lwip_itoa() 208 …rqponmlkjihgfedcba9876543210123456789abcdefghijklmnopqrstuvwxyz"[35 + (tmp_value - number * base)]; in lwip_itoa() 209 } while(number); in lwip_itoa()
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | def.c | 199 lwip_itoa(char *result, size_t bufsize, int number) in lwip_itoa() argument 203 int n = (number >= 0) ? number : -number; in lwip_itoa() 214 if (number < 0) { in lwip_itoa()
|
| /components/net/lwip/lwip-2.1.2/test/unit/core/ |
| A D | test_def.c | 31 static void test_def_itoa(int number, const char *expected) in test_def_itoa() argument 40 lwip_itoa(test_buf, exp_len + 1, number); in test_def_itoa() 48 lwip_itoa(test_buf, exp_len, number); in test_def_itoa() 54 lwip_itoa(test_buf, exp_len + 4, number); in test_def_itoa()
|
| /components/lwp/ |
| A D | Kconfig | 29 int "The max number of light-weight process" 37 int "The maximum number of channel messages" 41 int "The maximum number of lwp thread id" 51 int "The maximum number of shared memory" 63 int "The maximum number of mpu region"
|
| A D | lwp_syscall.h | 47 const char *lwp_get_syscall_name(rt_uint32_t number); 48 const void *lwp_get_sys_api(rt_uint32_t number);
|
| /components/mprotect/ |
| A D | Kconfig | 19 int "Total number of memory protection regions supported by hardware" 22 int "Total number of exclusive memory regions added using rt_mprotect_add_exclusive_region API" 25 …int "Maximum number of configurable memory regions for each thread, excluding stack guard and excl…
|
| /components/drivers/pci/ |
| A D | probe.c | 140 rt_pci_domain(pdev), pdev->bus->number, in rt_pci_scan_single_device() 343 pdev->bus->number, RT_PCI_SLOT(pdev->devfn), RT_PCI_FUNC(pdev->devfn)); in rt_pci_setup_device() 411 bus->number = bus_no; in pci_child_bus_init() 531 if (primary == bus->number && bus->number > secondary && secondary > subordinate) in pci_scan_bridge_extend() 579 value = (buses & 0xff000000) | (bus->number << 0) | (next_bus->number << 8); in pci_scan_bridge_extend() 585 value |= next_bus->number + rt_list_len(&next_bus->children_nodes); in pci_scan_bridge_extend() 727 bus_no = bus->number; in rt_pci_scan_child_buses() 741 offset = bus_no - bus->number; in rt_pci_scan_child_buses() 797 bus->number = host_bridge->bus_range[0]; in rt_pci_host_bridge_register() 798 rt_sprintf(bus->name, "%04x:%02x", host_bridge->domain, bus->number); in rt_pci_host_bridge_register()
|
| A D | ecam.c | 44 rt_uint32_t busn = bus->number, bus_shift = eops->bus_shift, devfn_shift = bus_shift - 8; in pci_ecam_map()
|
| /components/net/lwip/ |
| A D | Kconfig | 133 int "the number of struct netconns" 137 int "the number of PBUF" 141 int "the number of raw connection" 145 int "the number of UDP socket" 151 int "the number of TCP socket" 155 int "the number of TCP segment" 172 int "the number of mail in the lwIP thread mailbox" 198 int "the number of mail in the ethernet thread mailbox"
|
| /components/net/at/ |
| A D | Kconfig | 38 int "The maximum number of supported clients" 75 software module version number
|
| /components/finsh/ |
| A D | Kconfig | 34 int "The command history line number" 83 int "The number of arguments for a shell command"
|
| /components/mm/ |
| A D | Kconfig | 29 int "The max number of memory block regions in init time" 36 the maximum number of regions supported by the system.
|
| /components/lwp/terminal/ |
| A D | Kconfig | 9 int "Max number of pty devices registered at the same time"
|
| /components/drivers/ipc/ |
| A D | Kconfig | 7 int "The number of unamed pipe"
|
| /components/drivers/pci/host/ |
| A D | pci-host-generic.c | 30 if (bus->number == conf_win->bus_range[0] && RT_PCI_SLOT(devfn) > 0) in pci_dw_ecam_map_bus()
|
| /components/libc/posix/ |
| A D | Kconfig | 50 int "signaled The maximum number of concurrent firing signals" 104 int "Maximum number of pthreads"
|
| /components/drivers/ofw/ |
| A D | Kconfig | 26 int "Max bus ranges number"
|
| /components/drivers/can/ |
| A D | Kconfig | 24 Set the number of CAN send queues.
|
| /components/drivers/virtio/ |
| A D | Kconfig | 32 int "Max number of port in VirtIO Console"
|
| /components/dfs/ |
| A D | Kconfig | 34 int "The maximal number of opened files" 53 int "The maximal number of mounted file system" 57 int "The maximal number of file system type"
|
| /components/net/sal/ |
| A D | Kconfig | 38 int "the maximum number of sockets"
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | def.h | 122 void lwip_itoa(char* result, size_t bufsize, int number);
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | def.h | 133 void lwip_itoa(char* result, size_t bufsize, int number);
|