Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/tools/pioasm/
Doutput_format.h20 template<typename T>
22 T value;
23 T default_value;
28 simple_optional(const T &value) : value(value), specified(true) {} in simple_optional()
30 simple_optional<T> &operator=(const T &v) {
37 const T &get() const { return specified ? value : default_value; } in get()
41 static simple_optional<T> with_default(const T &default_value) { in with_default()
42 simple_optional<T> rc; in with_default()
/hal_rpi_pico-latest/tools/pioasm/gen/
Dparser.hpp218 template <typename T>
219 semantic_type (YY_RVREF (T) t) in semantic_type()
221 YY_ASSERT (sizeof (T) <= size); in semantic_type()
222 new (yyas_<T> ()) T (YY_MOVE (t)); in semantic_type()
238 template <typename T, typename... U>
239 T&
242 return *new (yyas_<T> ()) T (std::forward <U>(u)...);
246 template <typename T>
247 T&
250 return *new (yyas_<T> ()) T (); in emplace()
[all …]
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2040/
DBUILD.bazel23 linkopts = ["-T$(location memmap_default.ld)"],
36 linkopts = ["-T$(location memmap_blocked_ram.ld)"],
49 linkopts = ["-T$(location memmap_copy_to_ram.ld)"],
62 linkopts = ["-T$(location memmap_no_flash.ld)"],
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2350/
DBUILD.bazel22 linkopts = ["-T$(location memmap_default.ld)"],
35 linkopts = ["-T$(location memmap_copy_to_ram.ld)"],
48 linkopts = ["-T$(location memmap_no_flash.ld)"],
/hal_rpi_pico-latest/src/rp2040/boot_stage2/
DBUILD.bazel88 "-T$(location boot_stage2.ld)",
/hal_rpi_pico-latest/src/rp2350/boot_stage2/
DBUILD.bazel88 "-T$(location boot_stage2.ld)",
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/
Dcore_cm0plus.h265 uint32_t T:1; /*!< bit: 24 Thumb bit (read 0) */ member
Dcore_cm33.h403 uint32_t T:1; /*!< bit: 24 Thumb bit (read 0) */ member