/hal_rpi_pico-latest/src/rp2_common/pico_cxx_options/ |
D | new_delete.cpp | 22 void operator delete(void *p) { std::free(p); } in operator delete() 24 void operator delete[](void *p) noexcept { std::free(p); } in operator delete[]() 28 void operator delete(void *p, __unused std::size_t n) noexcept { std::free(p); } in operator delete() 30 void operator delete[](void *p, __unused std::size_t n) noexcept { std::free(p); } in operator delete[]()
|
/hal_rpi_pico-latest/src/host/hardware_gpio/include/hardware/ |
D | gpio.h | 158 #define CU_REGISTER_DEBUG_PINS(p, ...) argument 160 #define DEBUG_PINS_ENABLED(p) false argument 162 #define DEBUG_PINS_SET(p, v) ((void)0) argument 163 #define DEBUG_PINS_CLR(p, v) ((void)0) argument 164 #define DEBUG_PINS_XOR(p, v) ((void)0) argument
|
/hal_rpi_pico-latest/src/rp2_common/hardware_base/include/hardware/ |
D | address_mapped.h | 122 #define hw_set_alias(p) ((typeof(p))hw_set_alias_untyped(p)) argument 123 #define hw_clear_alias(p) ((typeof(p))hw_clear_alias_untyped(p)) argument 124 #define hw_xor_alias(p) ((typeof(p))hw_xor_alias_untyped(p)) argument 125 #define xip_noalloc_alias(p) ((typeof(p))xip_noalloc_alias_untyped(p)) argument 126 #define xip_nocache_alias(p) ((typeof(p))xip_nocache_alias_untyped(p)) argument 127 #define xip_nocache_noalloc_alias(p) ((typeof(p))xip_nocache_noalloc_alias_untyped(p)) argument
|
/hal_rpi_pico-latest/src/rp2_common/hardware_gpio/include/hardware/ |
D | gpio.h | 1420 #define DEBUG_PINS_ENABLED(p) (__selected_debug_pins == (p)) argument 1422 #define CU_REGISTER_DEBUG_PINS(p...) \ argument 1429 #define DEBUG_PINS_ENABLED(p) (__debug_pin_settings<p>::enabled()) argument 1431 #define DEBUG_PINS_SET(p, v) if (DEBUG_PINS_ENABLED(p)) gpio_set_mask((unsigned)(v)<<PICO_DEBUG_PIN… argument 1432 #define DEBUG_PINS_CLR(p, v) if (DEBUG_PINS_ENABLED(p)) gpio_clr_mask((unsigned)(v)<<PICO_DEBUG_PIN… argument 1433 #define DEBUG_PINS_XOR(p, v) if (DEBUG_PINS_ENABLED(p)) gpio_xor_mask((unsigned)(v)<<PICO_DEBUG_PIN… argument
|
/hal_rpi_pico-latest/docs/ |
D | main.css | 9 h1, h2, h3, h4, h5, h6, p, a, li, span, blockquote, input, textarea, select, label { selector 13 p { selector
|
/hal_rpi_pico-latest/tools/pioasm/ |
D | pio_assembler.h | 71 auto &p = programs[programs.size() - 1]; member 86 auto &p = programs[programs.size() - 1]; in get_current_pio_version() local
|
D | json_output.cpp | 69 for(const auto &p : program.lang_opts) { in output() local
|
D | c_sdk_output.cpp | 60 for(const auto &p : program.lang_opts) { in output() local
|
D | ada_output.cpp | 76 for(const auto &p : program.lang_opts) { in output() local
|
D | python_output.cpp | 87 for(const auto &p : program.lang_opts) { in output() local
|
/hal_rpi_pico-latest/src/rp2_common/pico_runtime/ |
D | runtime.c | 24 for (uintptr_t *p = from; p < &__preinit_array_end; p++) { in runtime_run_initializers_from() local
|
/hal_rpi_pico-latest/test/hardware_pwm_test/ |
D | hardware_pwm_test.c | 158 for (int p = 0; p < NUM_PWM_SLICES; p++) { in main() local
|
/hal_rpi_pico-latest/src/rp2_common/hardware_irq/ |
D | irq.c | 598 io_rw_32 *p = nvic_ipr0() + (num >> 2); in irq_set_priority() local 612 io_rw_32 *p = nvic_ipr0() + (num >> 2); in irq_get_priority() local 656 io_rw_32 *p = nvic_ipr0(); in runtime_init_per_core_irq_priorities() local
|
/hal_rpi_pico-latest/tools/pioasm/gen/ |
D | location.h | 180 : begin (p) in begin() argument
|
D | parser.cpp | 1082 …{ auto &p = pioasm.get_current_program(yystack_[0].location, "instruction"); p.add_label(yystack_[… in parse() local
|
/hal_rpi_pico-latest/src/rp2_common/pico_clib_interface/ |
D | llvm_libc_interface.c | 106 for (void (**p)(void) = &__init_array_start; p < &__init_array_end; ++p) { in runtime_init() local
|
D | newlib_interface.c | 196 for (void (**p)(void) = &__init_array_start; p < &__init_array_end; ++p) { in runtime_init() local
|
/hal_rpi_pico-latest/test/pico_divider_test/ |
D | pico_divider_test.c | 43 void ostr(char*p) { while(*p) o1ch(*p++); } in ostr() 46 void ostrnl(char*p) { ostr(p); onl();} in ostrnl()
|
/hal_rpi_pico-latest/src/rp2_common/hardware_flash/ |
D | flash.c | 293 io_rw_16 **p = (io_rw_16 **) rom_data_lookup(ROM_DATA_FLASH_DEVINFO16_PTR); in flash_devinfo_ptr() local
|
/hal_rpi_pico-latest/src/rp2_common/pico_printf/ |
D | printf.c | 810 const char *p = va_arg(va, char*); in _vsnprintf() local
|
/hal_rpi_pico-latest/src/rp2_common/pico_float/ |
D | float_math.c | 410 int e,p; in fpow_0() local
|
/hal_rpi_pico-latest/src/rp2_common/pico_double/ |
D | double_math.c | 454 int e,p; in dpow_0() local
|
/hal_rpi_pico-latest/src/rp2_common/pico_stdio_rtt/SEGGER/RTT/ |
D | SEGGER_RTT.c | 326 …volatile SEGGER_RTT_CB* p; // Volatile to make sure that compiler cannot change the order of acc… in _DoInit() local
|