Home
last modified time | relevance | path

Searched refs:entry (Results 1 – 20 of 20) sorted by relevance

/hal_rpi_pico-latest/src/common/pico_time/
Dtime.c246 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/
Dmulticore.h17 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/
Dmulticore.c91 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/
Dmakefsdata.py95 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/
Dmulticore.h87 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/
Dboot_stage2.ld11 *(.entry)
DBUILD.bazel87 "-Wl,--entry=_stage2_boot",
/hal_rpi_pico-latest/src/rp2350/boot_stage2/
Dboot_stage2.ld11 *(.entry)
DBUILD.bazel87 "-Wl,--entry=_stage2_boot",
/hal_rpi_pico-latest/cmake/preload/toolchains/util/
Dfind_compiler.cmake7 # 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/
Dmemmap_no_flash.ld35 /* 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
Dmemmap_blocked_ram.ld55 The debugger will use the ELF entry point, which is the _entry_point
Dmemmap_copy_to_ram.ld55 The debugger will use the ELF entry point, which is the _entry_point
Dmemmap_default.ld55 The debugger will use the ELF entry point, which is the _entry_point
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2350/
Dmemmap_copy_to_ram.ld48 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.*
Dmemmap_default.ld43 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.*
Dmemmap_no_flash.ld39 nondefault entry point. */
/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_sci_m33_vfp.S345 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/
Dstyles.css479 table.directory td.entry {
/hal_rpi_pico-latest/tools/
DCMakeLists.txt225 # Adds an entry to the load map to instruct the bootrom to clear all of SRAM