/hal_rpi_pico-latest/bazel/toolchain/ |
D | BUILD.bazel | 1 load("@rules_cc//cc/toolchains:args.bzl", "cc_args") 2 load("@rules_cc//cc/toolchains:args_list.bzl", "cc_args_list") 3 load("@rules_cc//cc/toolchains:feature.bzl", "cc_feature") 4 load("@rules_cc//cc/toolchains:toolchain.bzl", "cc_toolchain") 12 "@rules_cc//cc/toolchains/actions:compile_actions", 13 "@rules_cc//cc/toolchains/actions:link_actions", 21 "@rules_cc//cc/toolchains/actions:compile_actions", 22 "@rules_cc//cc/toolchains/actions:link_actions", 30 "@rules_cc//cc/toolchains/actions:compile_actions", 31 "@rules_cc//cc/toolchains/actions:link_actions", [all …]
|
D | configurable_feature.bzl | 1 load("@rules_cc//cc/toolchains:args.bzl", "cc_args") 2 load("@rules_cc//cc/toolchains:args_list.bzl", "cc_args_list") 3 load("@rules_cc//cc/toolchains:feature.bzl", "cc_feature") 12 actions = ["@rules_cc//cc/toolchains/actions:compile_actions"], 20 actions = ["@rules_cc//cc/toolchains/actions:cpp_compile_actions"], 28 actions = ["@rules_cc//cc/toolchains/actions:link_actions"],
|
D | clang.BUILD | 3 load("@rules_cc//cc/toolchains:tool.bzl", "cc_tool") 4 load("@rules_cc//cc/toolchains:tool_map.bzl", "cc_tool_map") 5 load("@rules_cc//cc/toolchains:args.bzl", "cc_args") 6 load("@rules_cc//cc/toolchains:args_list.bzl", "cc_args_list") 25 "@rules_cc//cc/toolchains/actions:assembly_actions": ":asm", 26 "@rules_cc//cc/toolchains/actions:c_compile": ":clang", 27 "@rules_cc//cc/toolchains/actions:cpp_compile_actions": ":clang++", 28 "@rules_cc//cc/toolchains/actions:link_actions": ":lld", 29 "@rules_cc//cc/toolchains/actions:objcopy_embed_data": ":llvm-objcopy", 30 "@rules_cc//cc/toolchains/actions:strip": ":llvm-strip", [all …]
|
D | gcc_arm_none_eabi.BUILD | 3 load("@rules_cc//cc/toolchains:tool.bzl", "cc_tool") 4 load("@rules_cc//cc/toolchains:tool_map.bzl", "cc_tool_map") 5 load("@rules_cc//cc/toolchains:args.bzl", "cc_args") 6 load("@rules_cc//cc/toolchains:args_list.bzl", "cc_args_list") 14 "@rules_cc//cc/toolchains/actions:assembly_actions": ":asm", 15 "@rules_cc//cc/toolchains/actions:c_compile": ":arm-none-eabi-gcc", 16 "@rules_cc//cc/toolchains/actions:cpp_compile_actions": ":arm-none-eabi-g++", 17 "@rules_cc//cc/toolchains/actions:link_actions": ":arm-none-eabi-ld", 18 "@rules_cc//cc/toolchains/actions:objcopy_embed_data": ":arm-none-eabi-objcopy", 19 "@rules_cc//cc/toolchains/actions:strip": ":arm-none-eabi-strip", [all …]
|
D | objcopy.bzl | 1 load("@bazel_tools//tools/build_defs/cc:action_names.bzl", "OBJ_COPY_ACTION_NAME") 2 load("@rules_cc//cc:find_cc_toolchain.bzl", "find_cpp_toolchain", "use_cc_toolchain")
|
/hal_rpi_pico-latest/test/hardware_pwm_test/ |
D | hardware_pwm_test.c | 63 … PICOTEST_CHECK_CHANNEL(pwm, slice->cc == PWM_CH0_CC_RESET, "HW compares does not match config"); in main() 83 …PICOTEST_CHECK_CHANNEL(pwm, slice->cc == (((v) << PWM_CH0_CC_B_LSB) | ((v + 1) << PWM_CH0_CC_A_LSB… in main() 101 int cc = pwm_get_counter(pwm); in main() local 102 …PICOTEST_CHECK_CHANNEL(pwm, slice->ctr == cc && cc == c, "pwm_get_counter() failed to get register… in main()
|
/hal_rpi_pico-latest/tools/pioasm/ |
D | BUILD.bazel | 24 "@rules_cc//cc/compiler:msvc-cl": ["/std:c++20"], 28 "@rules_cc//cc/compiler:msvc-cl": ["YY_NO_UNISTD_H=1"],
|
D | parser.yy | 7 %skeleton "lalr1.cc" /* -*- C++ -*- */
|
/hal_rpi_pico-latest/src/rp2_common/pico_stdio/ |
D | stdio.c | 139 char cc = (char)c; in stdio_putchar_raw() local 140 stdio_put_string(&cc, 1, false, false); in stdio_putchar_raw() 303 char cc = (char)c; in PRIMARY_STDIO_FUNC() local 304 stdio_put_string(&cc, 1, false, true); in PRIMARY_STDIO_FUNC()
|
/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/ |
D | pwm.h | 53 io_rw_32 cc;
|
/hal_rpi_pico-latest/src/common/pico_util/ |
D | BUILD.bazel | 19 target_compatible_with = incompatible_with_config("@rules_cc//cc/compiler:msvc-cl"),
|
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/ |
D | pwm.h | 53 io_rw_32 cc;
|
/hal_rpi_pico-latest/src/common/pico_sync/ |
D | BUILD.bazel | 30 target_compatible_with = incompatible_with_config("@rules_cc//cc/compiler:msvc-cl"),
|
/hal_rpi_pico-latest/bazel/ |
D | pico_btstack_make_gatt_header.bzl | 1 load("@rules_cc//cc:find_cc_toolchain.bzl", "find_cpp_toolchain", "use_cc_toolchain")
|
D | defs.bzl | 2 load("@rules_cc//cc:defs.bzl", "cc_library")
|
/hal_rpi_pico-latest/src/rp2_common/hardware_pwm/include/hardware/ |
D | pwm.h | 267 pwm_hw->slice[slice_num].cc = PWM_CH0_CC_RESET; in pwm_init() 329 &pwm_hw->slice[slice_num].cc, in pwm_set_chan_level() 352 …pwm_hw->slice[slice_num].cc = (((uint)level_b) << PWM_CH0_CC_B_LSB) | (((uint)level_a) << PWM_CH0_… in pwm_set_both_levels()
|
/hal_rpi_pico-latest/src/common/pico_time/ |
D | BUILD.bazel | 16 target_compatible_with = incompatible_with_config("@rules_cc//cc/compiler:msvc-cl"),
|
/hal_rpi_pico-latest/src/common/pico_binary_info/ |
D | binary_info.bzl | 1 load("@rules_cc//cc:defs.bzl", "cc_library")
|
/hal_rpi_pico-latest/src/rp2_common/pico_lwip/ |
D | BUILD.bazel | 7 hdrs = ["include/arch/cc.h"],
|
D | CMakeLists.txt | 263 # our arch/cc.h
|
/hal_rpi_pico-latest/src/rp2_common/pico_float/ |
D | float_sci_m33_vfp.S | 204 it cc @ 50% ... to here...
|
/hal_rpi_pico-latest/src/rp2_common/pico_double/ |
D | double_sci_m33.S | 732 it cc
|