Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 16 of 16) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_printf/
DLICENSE5 Permission is hereby granted, free of charge, to any person obtaining a copy
8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/hal_rpi_pico-latest/external/
Dpico_sdk_import.cmake1 # This is a copy of <PICO_SDK_PATH>/external/pico_sdk_import.cmake
32 set(PICO_SDK_FETCH_FROM_GIT "${PICO_SDK_FETCH_FROM_GIT}" CACHE BOOL "Set to ON to fetch copy of SDK…
/hal_rpi_pico-latest/test/pico_float_test/llvm/
DLICENSE.TXT18 Permission is hereby granted, free of charge, to any person obtaining a copy of
21 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
/hal_rpi_pico-latest/tools/pioasm/gen/
Dparser.cpp401 value.copy< bool > (that.value); in operator =()
405 value.copy< enum condition > (that.value); in operator =()
409 value.copy< enum fifo_config > (that.value); in operator =()
415 value.copy< enum in_out_set > (that.value); in operator =()
419 value.copy< enum irq > (that.value); in operator =()
423 value.copy< enum mov_op > (that.value); in operator =()
428 value.copy< extended_mov > (that.value); in operator =()
432 value.copy< float > (that.value); in operator =()
436 value.copy< int > (that.value); in operator =()
441 value.copy< std::shared_ptr<instruction> > (that.value); in operator =()
[all …]
Dparser.hpp82 # define YY_MOVE_OR_COPY copy
341 copy (const self_type& that) in copy() function in yy::parser::semantic_type
3256 value.copy< bool > (YY_MOVE (that.value)); in basic_symbol()
3260 value.copy< enum condition > (YY_MOVE (that.value)); in basic_symbol()
3264 value.copy< enum fifo_config > (YY_MOVE (that.value)); in basic_symbol()
3270 value.copy< enum in_out_set > (YY_MOVE (that.value)); in basic_symbol()
3274 value.copy< enum irq > (YY_MOVE (that.value)); in basic_symbol()
3278 value.copy< enum mov_op > (YY_MOVE (that.value)); in basic_symbol()
3283 value.copy< extended_mov > (YY_MOVE (that.value)); in basic_symbol()
3287 value.copy< float > (YY_MOVE (that.value)); in basic_symbol()
[all …]
/hal_rpi_pico-latest/bazel/
DBUILD.bazel42 cmd_bat = "copy NUL $@",
/hal_rpi_pico-latest/src/cmake/
Drp2_common.cmake7 # PICO_CMAKE_CONFIG: PICO_COPY_TO_RAM, Option to default all binaries to copy code from flash to SR…
8 option(PICO_COPY_TO_RAM "Default binaries to copy code to RAM when booting from flash")
/hal_rpi_pico-latest/src/rp2_common/tinyusb/
DCMakeLists.txt58 # suppress warning in our copy of LWIP in case it is used by TinyUSB
/hal_rpi_pico-latest/tools/pioasm/
Dpio_disassembler.cpp13 if (buf_len) buf[disassemble(inst, sideset_bits, sideset_opt).copy(buf, buf_len - 1)] = 0; in disassemble()
/hal_rpi_pico-latest/src/rp2_common/pico_btstack/
DLICENSE.RP8 and worldwide licence to use, copy, store, develop, modify, and transmit BTstack in order to use BT…
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/
DLICENSE.txt95 Derivative Works a copy of this License; and
108 include a readable copy of the attribution notices contained
193 You may obtain a copy of the License at
/hal_rpi_pico-latest/test/kitchen_sink/
DCMakeLists.txt150 target_compile_definitions(kitchen_sink_copy_to_ram PRIVATE KITCHEN_SINK_ID="copy-to-ram binary")
/hal_rpi_pico-latest/docs/
Dmainpage.md27 …, and any other source code included in this documentation, is Copyright &copy; 2020 Raspberry Pi …
/hal_rpi_pico-latest/src/rp2_common/pico_divider/
Ddivider_hardware.S641 push {r4-r7,r14} @ save a copy of x
646 push {r2-r3} @ save a copy of x
/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_sci_m33.S575 movs r1,r0 @ copy result to cosine output
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_sci_m33.S114 movs r3,r1 @ copy results to cosine output