/hal_rpi_pico-latest/tools/pioasm/gen/ |
D | location.h | 175 , end (e) in location() 181 , end (p) in begin() 189 , end (f, l, c) in begin() 199 end = begin; 208 begin = end; in step() 214 end += count; 220 end.lines (count); 229 position end; variable 234 operator+= (location& res, const location& end) 236 res.end = end.end; [all …]
|
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/ |
D | cyw43_bus_pio_spi.pio | 18 public end: 32 public end: 47 public end: 60 public end:
|
/hal_rpi_pico-latest/src/rp2_common/hardware_xip_cache/ |
D | xip_cache.c | 46 uintptr_t end = start_offset + size_bytes; in __no_inline_not_in_flash_func() local 47 for (uintptr_t offset = start_offset; offset < end; offset += XIP_CACHE_LINE_SIZE) { in __no_inline_not_in_flash_func() 73 uintptr_t end = start_offset + size_bytes; in __no_inline_not_in_flash_func() local 75 for (uintptr_t offset = start_offset; offset < end; offset += 4u) { in __no_inline_not_in_flash_func()
|
/hal_rpi_pico-latest/tools/pioasm/ |
D | pio_assembler.h | 43 …if (std::find_if(programs.begin(), programs.end(), [&](const program &p) { return p.name == name; … in add_program() 44 programs.end()) { in add_program() 95 if (i != get_dummy_global_program().symbols.end()) in get_symbol() 100 if (i2 != p->symbols.end()) in get_symbol()
|
D | main.cpp | 95 const auto& e = std::find_if(output_format::all().begin(), output_format::all().end(), in main() 99 if (e == output_format::all().end()) { in main()
|
D | pio_assembler.cpp | 441 std::remove_copy_if(program.ordered_symbols.begin(), program.ordered_symbols.end(), in public_symbols() 442 std::inserter(public_symbols, public_symbols.end()), in public_symbols() 446 std::transform(public_symbols.begin(), public_symbols.end(), std::back_inserter(rc), in public_symbols() 455 std::transform(output_format::all().begin(), output_format::all().end(), in write_output() 470 std::transform(program.instructions.begin(), program.instructions.end(), in write_output() 521 …std::transform(program.code_blocks.begin(), program.code_blocks.end(), std::inserter(cprogram.code… in write_output() 523 …std::transform(e.second.begin(), e.second.end(), std::back_inserter(blocks), [&](const code_block&… in write_output()
|
D | parser.yy | 46 END 0 "end of file" 48 NEWLINE "end of line" 151 …<std::string> CODE_BLOCK_CONTENTS "%}" // bit ugly but if there is no end this is what we will be … 430 if (l.begin.line == l.end.line && *l.begin.filename == *l.end.filename) { 438 for (int i = l.begin.column; i < l.end.column - 1; i++) {
|
D | lexer.ll | 67 \n+ { auto loc_newline = loc; loc_newline.end = loc_newline.begin; … 81 …\n+ { auto loc_newline = loc; loc_newline.end = loc_newline.begin; loc… 91 …\n+ { auto loc_newline = loc; loc_newline.end = loc_newline.begin; loc… 102 \n+ { BEGIN(INITIAL); auto loc_newline = loc; loc_newline.end = loc…
|
D | python_output.cpp | 114 if (it != jmp_labels.end()) { in output() 175 if (it != jmp_labels.end()) { in disassemble()
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2040/ |
D | memmap_no_flash.ld | 17 end 147 /* All data end */ 182 end = __end__; symbol 186 to be more compatible, we now set __HeapLimit explicitly to where the end of the heap is */ 189 /* Start and end symbols must be word-aligned */ 212 /* by default we put core 0 stack at the end of scratch Y, so that if core 1
|
D | memmap_blocked_ram.ld | 17 end 183 /* All data end */ 214 end = __end__; symbol 218 to be more compatible, we now set __HeapLimit explicitly to where the end of the heap is */ 221 /* Start and end symbols must be word-aligned */ 244 /* by default we put core 0 stack at the end of scratch Y, so that if core 1
|
D | memmap_copy_to_ram.ld | 17 end 184 /* All data end */ 215 end = __end__; symbol 219 to be more compatible, we now set __HeapLimit explicitly to where the end of the heap is */ 222 /* Start and end symbols must be word-aligned */ 245 /* by default we put core 0 stack at the end of scratch Y, so that if core 1
|
D | memmap_default.ld | 17 end 183 /* All data end */ 214 end = __end__; symbol 218 to be more compatible, we now set __HeapLimit explicitly to where the end of the heap is */ 221 /* Start and end symbols must be word-aligned */ 244 /* by default we put core 0 stack at the end of scratch Y, so that if core 1
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2350/ |
D | memmap_no_flash.ld | 17 end 150 /* All data end */ 187 end = __end__; symbol 191 to be more compatible, we now set __HeapLimit explicitly to where the end of the heap is */ 194 /* Start and end symbols must be word-aligned */ 217 /* by default we put core 0 stack at the end of scratch Y, so that if core 1
|
D | memmap_copy_to_ram.ld | 17 end 202 /* All data end */ 235 end = __end__; symbol 239 to be more compatible, we now set __HeapLimit explicitly to where the end of the heap is */ 242 /* Start and end symbols must be word-aligned */ 265 /* by default we put core 0 stack at the end of scratch Y, so that if core 1
|
D | memmap_default.ld | 17 end 195 /* All data end */ 228 end = __end__; symbol 232 to be more compatible, we now set __HeapLimit explicitly to where the end of the heap is */ 235 /* Start and end symbols must be word-aligned */ 258 /* by default we put core 0 stack at the end of scratch Y, so that if core 1
|
/hal_rpi_pico-latest/src/rp2040/boot_stage2/ |
D | boot2_usb_blinky.S | 50 .end
|
D | boot2_generic_03h.S | 106 .end
|
D | boot2_w25x10cl.S | 197 .end
|
/hal_rpi_pico-latest/src/rp2350/boot_stage2/ |
D | boot2_usb_blinky.S | 51 .end
|
D | boot2_w25x10cl.S | 193 .end
|
/hal_rpi_pico-latest/src/rp2_common/pico_clib_interface/ |
D | newlib_interface.c | 51 extern char end; /* Set by linker. */ in _sbrk() 56 heap_end = &end; in _sbrk()
|
/hal_rpi_pico-latest/test/pico_divider_test/ |
D | pico_divider_nesting_test.c | 158 absolute_time_t end = delayed_by_ms(get_absolute_time(), 10000); in test_nesting() local 160 while (!time_reached(end)) { in test_nesting()
|
/hal_rpi_pico-latest/src/rp2350/pico_platform/ |
D | BUILD.bazel | 19 # this but not `pico_platform` they'll end up with undefined symbols.
|
/hal_rpi_pico-latest/src/rp2040/pico_platform/ |
D | BUILD.bazel | 19 # this but not `pico_platform` they'll end up with undefined symbols.
|