/hal_rpi_pico-latest/src/rp2_common/hardware_gpio/include/hardware/ |
D | gpio.h | 1310 static inline void gpio_set_dir_all_bits(uint32_t values) { in gpio_set_dir_all_bits() argument 1312 gpioc_lo_oe_put(values); in gpio_set_dir_all_bits() 1314 sio_hw->gpio_oe = values; in gpio_set_dir_all_bits() 1323 static inline void gpio_set_dir_all_bits64(uint64_t values) { in gpio_set_dir_all_bits64() argument 1325 gpioc_hilo_oe_put(values); in gpio_set_dir_all_bits64() 1327 sio_hw->gpio_oe = (uint32_t)values; in gpio_set_dir_all_bits64() 1329 sio_hw->gpio_oe = (uint32_t)values; in gpio_set_dir_all_bits64() 1330 sio_hw->gpio_hi_oe = (uint32_t)(values >> 32u); in gpio_set_dir_all_bits64()
|
/hal_rpi_pico-latest/src/rp2_common/hardware_base/include/hardware/ |
D | address_mapped.h | 171 __force_inline static void hw_write_masked(io_rw_32 *addr, uint32_t values, uint32_t write_mask) { in hw_write_masked() argument 172 hw_xor_bits(addr, (*addr ^ values) & write_mask); in hw_write_masked()
|
/hal_rpi_pico-latest/bazel/config/ |
D | BUILD.bazel | 9 values = [ 109 values = [ 122 values = [ 136 values = [ 147 values = [ 158 values = [ 248 values = [
|
/hal_rpi_pico-latest/src/rp2_common/hardware_uart/ |
D | uart.c | 143 static void uart_write_lcr_bits_masked(uart_inst_t *uart, uint32_t values, uint32_t write_mask) { in uart_write_lcr_bits_masked() argument 149 hw_write_masked(&uart_get_hw(uart)->lcr_h, values, write_mask); in uart_write_lcr_bits_masked()
|
/hal_rpi_pico-latest/bazel/util/ |
D | multiple_choice_flag.bzl | 7 This can be used with select_choice() to map `config_setting`s to values.
|
D | transition.bzl | 2 """Converts flag values to transition-safe primitives.""" 31 dictionary that tells `declare_transition()` which attrs to pull flag values
|
/hal_rpi_pico-latest/src/rp2_common/pico_standard_binary_info/ |
D | BUILD.bazel | 31 # * Copy this cc_library, and manually set the values as you wish.
|
/hal_rpi_pico-latest/src/rp2_common/hardware_divider/include/hardware/ |
D | divider.h | 473 uint32_t values[4]; member
|
/hal_rpi_pico-latest/cmake/ |
D | pico_pre_load_toolchain.cmake | 12 # Set the possible values of build type for cmake-gui
|
/hal_rpi_pico-latest/src/rp2_common/pico_float/ |
D | float_v1_rom_shim_rp2040.S | 281 mvns r1,r3 @ overflow: clamp to extreme fixed-point values 318 eors r1,r1,r0 @ generate extreme fixed-point values
|
D | float_sci_m33_vfp.S | 33 .long 0 @ this allows values of e down to -32
|
/hal_rpi_pico-latest/src/rp2_common/pico_double/ |
D | double_v1_rom_shim_rp2040.S | 1042 @ r4+d4 is correct to 1ULP at Q57, tested on ~9bn cases including all extreme values of r4 for each… 1115 @ an option in rotation mode would be to compute the sequence of σ values 1209 @ fixed-point versions only work with reasonable values in r2 because of the way dunpacks works 1246 eors r1,r1,r0 @ generate extreme fixed-point values
|
D | double_sci_m33.S | 40 .long 0 @ this allows values of e down to -32
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2040/ |
D | memmap_no_flash.ld | 208 * values to stack symbols later
|
D | memmap_blocked_ram.ld | 240 * values to stack symbols later
|
D | memmap_copy_to_ram.ld | 241 * values to stack symbols later
|
D | memmap_default.ld | 240 * values to stack symbols later
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2350/ |
D | memmap_no_flash.ld | 213 * values to stack symbols later
|
D | memmap_copy_to_ram.ld | 261 * values to stack symbols later
|
D | memmap_default.ld | 254 * values to stack symbols later
|
/hal_rpi_pico-latest/tools/ |
D | extract_build_defines.py | 189 for all_configs in chips_all_configs.values():
|
D | extract_cmake_configs.py | 189 for all_configs in chips_all_configs.values():
|
D | extract_configs.py | 227 for all_configs in chips_all_configs.values():
|