Home
last modified time | relevance | path

Searched refs:values (Results 1 – 23 of 23) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/hardware_gpio/include/hardware/
Dgpio.h1310 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/
Daddress_mapped.h171 __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/
DBUILD.bazel9 values = [
109 values = [
122 values = [
136 values = [
147 values = [
158 values = [
248 values = [
/hal_rpi_pico-latest/src/rp2_common/hardware_uart/
Duart.c143 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/
Dmultiple_choice_flag.bzl7 This can be used with select_choice() to map `config_setting`s to values.
Dtransition.bzl2 """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/
DBUILD.bazel31 # * Copy this cc_library, and manually set the values as you wish.
/hal_rpi_pico-latest/src/rp2_common/hardware_divider/include/hardware/
Ddivider.h473 uint32_t values[4]; member
/hal_rpi_pico-latest/cmake/
Dpico_pre_load_toolchain.cmake12 # Set the possible values of build type for cmake-gui
/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_v1_rom_shim_rp2040.S281 mvns r1,r3 @ overflow: clamp to extreme fixed-point values
318 eors r1,r1,r0 @ generate extreme fixed-point values
Dfloat_sci_m33_vfp.S33 .long 0 @ this allows values of e down to -32
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_v1_rom_shim_rp2040.S1042 @ 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
Ddouble_sci_m33.S40 .long 0 @ this allows values of e down to -32
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2040/
Dmemmap_no_flash.ld208 * values to stack symbols later
Dmemmap_blocked_ram.ld240 * values to stack symbols later
Dmemmap_copy_to_ram.ld241 * values to stack symbols later
Dmemmap_default.ld240 * values to stack symbols later
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2350/
Dmemmap_no_flash.ld213 * values to stack symbols later
Dmemmap_copy_to_ram.ld261 * values to stack symbols later
Dmemmap_default.ld254 * values to stack symbols later
/hal_rpi_pico-latest/tools/
Dextract_build_defines.py189 for all_configs in chips_all_configs.values():
Dextract_cmake_configs.py189 for all_configs in chips_all_configs.values():
Dextract_configs.py227 for all_configs in chips_all_configs.values():