| /external/lib/lwip/core/ |
| A D | mem.c | 162 u8_t used; member 287 mem->used = 0; in mem_init() 290 ram_end->used = 1; in mem_init() 341 mem->used = 0; in mem_free() 422 if(mem2->used == 0) { in mem_trim() 433 mem2->used = 0; in mem_trim() 461 mem2->used = 0; in mem_trim() 548 if ((!mem->used) && in mem_malloc() 567 mem2->used = 0; in mem_malloc() 572 mem->used = 1; in mem_malloc() [all …]
|
| A D | stats.c | 117 LWIP_PLATFORM_DIAG(("used: %"U32_F"\n\t", (u32_t)mem->used)); in stats_display_mem() 142 LWIP_PLATFORM_DIAG(("sem.used: %"U32_F"\n\t", (u32_t)sys->sem.used)); in stats_display_sys() 145 LWIP_PLATFORM_DIAG(("mutex.used: %"U32_F"\n\t", (u32_t)sys->mutex.used)); in stats_display_sys() 148 LWIP_PLATFORM_DIAG(("mbox.used: %"U32_F"\n\t", (u32_t)sys->mbox.used)); in stats_display_sys()
|
| A D | memp.c | 344 MEMP_STATS_AVAIL(used, i, 0); in memp_init() 414 MEMP_STATS_INC_USED(used, type); in memp_malloc() 458 MEMP_STATS_DEC(used, type); in memp_free()
|
| /external/platform/pico/rp2_common/pico_stdio/ |
| A D | stdio.c | 224 int used; member 229 if (buffer->used) { in stdio_stack_buffer_flush() 233 stdio_out_chars_crlf(d, buffer->buf, buffer->used); in stdio_stack_buffer_flush() 235 buffer->used = 0; in stdio_stack_buffer_flush() 241 if (buffer->used == PICO_STDIO_STACK_BUFFER_SIZE) { in stdio_buffered_printer() 244 buffer->buf[buffer->used++] = c; in stdio_buffered_printer() 257 buffer.used = 0; in WRAPPER_FUNC()
|
| /external/platform/nrfx/doc/ |
| A D | nrfx.doxyfile | 3 # This file describes the settings to be used by the documentation system 39 # control system is used. 63 # left blank the current directory will be used. 698 # will be used as the name of the layout file. 931 # INPUT_FILTER) will also be used to filter the input files that are used for 1149 # sheet that is used by each HTML page. It can be used to fine-tune the look of 1691 # The PAPER_TYPE tag can be used to set the paper type that is used by the 1732 # special commands can be used inside the footer. 1959 # that can be used to generate PDF. 2075 # used. [all …]
|
| /external/lib/lwip/include/lwip/ |
| A D | stats.h | 95 mem_size_t used; member 102 STAT_COUNTER used; member 155 #define STATS_INC_USED(x, y) do { lwip_stats.x.used += y; \ 156 if (lwip_stats.x.max < lwip_stats.x.used) { \ 157 lwip_stats.x.max = lwip_stats.x.used; \
|
| /external/platform/nrfx/mdk/ |
| A D | system_nrf51.c | 38 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK; 42 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK;
|
| A D | system_nrf5340_network.c | 38 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK; 42 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK;
|
| A D | system_nrf52820.c | 37 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M; 41 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M;
|
| A D | system_nrf52805.c | 37 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M; 41 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M;
|
| A D | system_nrf52811.c | 37 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M; 41 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M;
|
| A D | system_nrf52810.c | 37 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M; 41 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M;
|
| A D | system_nrf5340_application.c | 53 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_INITIAL; 57 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_INITIAL;
|
| A D | system_nrf52833.c | 37 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M; 41 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M;
|
| A D | system_nrf9160.c | 49 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK; 53 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK;
|
| A D | system_nrf52840.c | 38 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M; 42 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M;
|
| A D | system_nrf52.c | 38 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M; 42 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M;
|
| /external/platform/nrf51/ |
| A D | system_nrf51.c | 49 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK; 53 uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK;
|
| /external/platform/pico/rp2_common/pico_standard_link/ |
| A D | memmap_no_flash.ld | 39 cache-as-SRAM if both are used). 186 * used for linker to calculate size of stack sections, and assign 189 * stack1 section may be empty/missing if platform_launch_core1 is not used */ 192 * stack is not used then all of SCRATCH_X is free.
|
| A D | memmap_copy_to_ram.ld | 57 This can be used to transfer control back to the bootrom on debugger 218 * used for linker to calculate size of stack sections, and assign 221 * stack1 section may be empty/missing if platform_launch_core1 is not used */ 224 * stack is not used then all of SCRATCH_X is free.
|
| A D | memmap_blocked_ram.ld | 57 This can be used to transfer control back to the bootrom on debugger 216 * used for linker to calculate size of stack sections, and assign 219 * stack1 section may be empty/missing if platform_launch_core1 is not used */ 222 * stack is not used then all of SCRATCH_X is free.
|
| A D | memmap_default.ld | 57 This can be used to transfer control back to the bootrom on debugger 216 * used for linker to calculate size of stack sections, and assign 219 * stack1 section may be empty/missing if platform_launch_core1 is not used */ 222 * stack is not used then all of SCRATCH_X is free.
|
| /external/lib/lwip/netif/ |
| A D | FILES | 7 Ethernet. The code in this file should be used together with 14 file can be used as a "skeleton" for developing new Ethernet
|
| /external/platform/lpc15xx/lpcopen/periph_i2c_rom_polling_slave/example/ |
| A D | readme.dox | 27 * is used in conjunction with NXP Semiconductors microcontrollers. This 39 * used in the example. After I2C is setup, the I2C receive and transmit functions 44 * requirements, this example is best used as a reference on how to use the ROM
|
| /external/platform/lpc15xx/lpcopen/periph_i2c_rom_interrupt_slave/example/ |
| A D | readme.dox | 27 * is used in conjunction with NXP Semiconductors microcontrollers. This 39 * used in the example. After I2C is setup, the I2C receive and transmit functions 44 * requirements, this example is best used as a reference on how to use the ROM
|