Searched refs:entry (Results 1 – 20 of 20) sorted by relevance
/hal_rpi_pico-latest/src/common/pico_time/ |
D | time.c | 246 alarm_pool_entry_t *entry = &pool->entries[index]; in alarm_pool_irq_handler() local 247 int16_t next = entry->next; in alarm_pool_irq_handler() 248 if ((int16_t)entry->sequence < 0) { in alarm_pool_irq_handler() 250 entry->target = -1; in alarm_pool_irq_handler() 253 *prev = entry->next; in alarm_pool_irq_handler() 254 entry->next = pool->ordered_head; in alarm_pool_irq_handler() 258 prev = &entry->next; in alarm_pool_irq_handler() 326 alarm_pool_entry_t *entry = &pool->entries[index]; in alarm_pool_add_alarm_at_force_in_context() local 329 pool->free_head = entry->next; in alarm_pool_add_alarm_at_force_in_context() 335 entry->callback = callback; in alarm_pool_add_alarm_at_force_in_context() [all …]
|
/hal_rpi_pico-latest/src/host/pico_multicore/include/pico/ |
D | multicore.h | 17 void multicore_launch_core1(void (*entry)(void)); 18 void multicore_launch_core1_with_stack(void (*entry)(void), uint32_t *stack_bottom, size_t stack_si… 19 void multicore_launch_core1_raw(void (*entry)(void), uint32_t *sp, uint32_t vector_table);
|
/hal_rpi_pico-latest/src/rp2_common/pico_multicore/ |
D | multicore.c | 91 int core1_wrapper(int (*entry)(void), void *stack_base) { in core1_wrapper() 99 return (*entry)(); in core1_wrapper() 134 void multicore_launch_core1_with_stack(void (*entry)(void), uint32_t *stack_bottom, size_t stack_si… in multicore_launch_core1_with_stack() 147 stack_ptr[0] = (uintptr_t) entry; in multicore_launch_core1_with_stack() 157 void multicore_launch_core1(void (*entry)(void)) { in multicore_launch_core1() 163 multicore_launch_core1_with_stack(entry, stack, sizeof(core1_stack)); in multicore_launch_core1() 169 void multicore_launch_core1_raw(void (*entry)(void), uint32_t *sp, uint32_t vector_table) { in multicore_launch_core1_raw() 183 {0, 0, 1, (uintptr_t) vector_table, (uintptr_t) sp, (uintptr_t) entry}; in multicore_launch_core1_raw()
|
/hal_rpi_pico-latest/src/rp2_common/pico_lwip/tools/ |
D | makefsdata.py | 95 for entry in results: 98 for b in entry['data']: 121 for entry in data: 129 last_var = entry['file_var']
|
/hal_rpi_pico-latest/src/rp2_common/pico_multicore/include/pico/ |
D | multicore.h | 87 void multicore_launch_core1(void (*entry)(void)); 103 void multicore_launch_core1_with_stack(void (*entry)(void), uint32_t *stack_bottom, size_t stack_si… 120 void multicore_launch_core1_raw(void (*entry)(void), uint32_t *sp, uint32_t vector_table);
|
/hal_rpi_pico-latest/src/rp2040/boot_stage2/ |
D | boot_stage2.ld | 11 *(.entry)
|
D | BUILD.bazel | 87 "-Wl,--entry=_stage2_boot",
|
/hal_rpi_pico-latest/src/rp2350/boot_stage2/ |
D | boot_stage2.ld | 11 *(.entry)
|
D | BUILD.bazel | 87 "-Wl,--entry=_stage2_boot",
|
/hal_rpi_pico-latest/cmake/preload/toolchains/util/ |
D | find_compiler.cmake | 7 # Find the compiler executable and store its path in a cache entry ${compiler_path}. 34 # Find the compiler executable and store its path in a cache entry ${compiler_path}.
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2040/ |
D | memmap_no_flash.ld | 35 /* Note in NO_FLASH builds the entry point for both the bootrom, and debugger 36 entry (ELF entry point), are *first* in the image, and the vector table
|
D | memmap_blocked_ram.ld | 55 The debugger will use the ELF entry point, which is the _entry_point
|
D | memmap_copy_to_ram.ld | 55 The debugger will use the ELF entry point, which is the _entry_point
|
D | memmap_default.ld | 55 The debugger will use the ELF entry point, which is the _entry_point
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2350/ |
D | memmap_copy_to_ram.ld | 48 The debugger will use the ELF entry point, which is the _entry_point 49 symbol, and in our case is *different from the bootrom's entry point.*
|
D | memmap_default.ld | 43 The debugger will use the ELF entry point, which is the _entry_point 44 symbol, and in our case is *different from the bootrom's entry point.*
|
D | memmap_no_flash.ld | 39 nondefault entry point. */
|
/hal_rpi_pico-latest/src/rp2_common/pico_float/ |
D | float_sci_m33_vfp.S | 345 rsbs r1,r1,#0x7f @ prepare exponent for re-entry 384 rsbs r1,r2,#0x7f @ ready for re-entry 470 add r2,r2,r1,lsl#2 @ 12 bytes per entry 731 beq 9f @ did we look up zeroth table entry? 774 9: @ we looked up the zeroth table entry; we could generate slightly more…
|
/hal_rpi_pico-latest/docs/ |
D | styles.css | 479 table.directory td.entry {
|
/hal_rpi_pico-latest/tools/ |
D | CMakeLists.txt | 225 # Adds an entry to the load map to instruct the bootrom to clear all of SRAM
|