Home
last modified time | relevance | path

Searched refs:PICO_NO_RAM_VECTOR_TABLE (Results 1 – 8 of 8) sorted by relevance

/hal_rpi_pico-latest/src/rp2040/pico_platform/include/pico/
Dplatform.h40 #ifndef PICO_NO_RAM_VECTOR_TABLE
41 #define PICO_NO_RAM_VECTOR_TABLE 0 macro
/hal_rpi_pico-latest/src/rp2350/pico_platform/include/pico/
Dplatform.h53 #ifndef PICO_NO_RAM_VECTOR_TABLE
54 #define PICO_NO_RAM_VECTOR_TABLE 0 macro
/hal_rpi_pico-latest/src/rp2_common/hardware_exception/
Dexception.c52 #if !PICO_NO_RAM_VECTOR_TABLE in exception_set_exclusive_handler()
65 #if !PICO_NO_RAM_VECTOR_TABLE in exception_restore_handler()
/hal_rpi_pico-latest/src/rp2_common/pico_runtime_init/include/pico/
Druntime_init.h386 #if PICO_NO_RAM_VECTOR_TABLE || PICO_NO_FLASH || defined(__riscv)
392 #if PICO_NO_RAM_VECTOR_TABLE || PICO_NO_FLASH || defined(__riscv)
/hal_rpi_pico-latest/src/rp2_common/hardware_irq/
Dirq.c221 #if !PICO_NO_RAM_VECTOR_TABLE in irq_set_exclusive_handler()
234 #if !PICO_NO_RAM_VECTOR_TABLE in irq_get_exclusive_handler()
358 #if PICO_NO_RAM_VECTOR_TABLE in irq_add_shared_handler()
471 #if !PICO_NO_RAM_VECTOR_TABLE in irq_remove_handler()
/hal_rpi_pico-latest/src/rp2_common/pico_runtime_init/
Druntime_init.c205 #if !(PICO_NO_RAM_VECTOR_TABLE || PICO_NO_FLASH) && !defined(__riscv) in runtime_init_install_ram_vector_table()
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/
Dcrt0.S49 #if PICO_NO_RAM_VECTOR_TABLE
Dcrt0_riscv.S36 #if PICO_NO_RAM_VECTOR_TABLE || PICO_NO_FLASH