Searched refs:high (Results 1 – 12 of 12) sorted by relevance
| /hal_rpi_pico-latest/src/common/ |
| D | README.md | 2 of common header files, or high level functionality built entirely using `hardware_` or `pico_` lib…
|
| /hal_rpi_pico-latest/src/rp2_common/hardware_flash/ |
| D | flash.c | 187 static void __no_inline_not_in_flash_func(flash_cs_force)(bool high) { in __no_inline_not_in_flash_func() 189 uint32_t field_val = high ? in __no_inline_not_in_flash_func() 197 if (high) { in __no_inline_not_in_flash_func()
|
| /hal_rpi_pico-latest/src/rp2_common/hardware_powman/ |
| D | powman.c | 230 void powman_enable_gpio_wakeup(uint gpio_wakeup_num, uint32_t gpio, bool edge, bool high) { in powman_enable_gpio_wakeup() argument 238 pwrup |= (high ? POWMAN_PWRUP0_DIRECTION_BITS : 0); in powman_enable_gpio_wakeup()
|
| /hal_rpi_pico-latest/src/rp2_common/hardware_powman/include/hardware/ |
| D | powman.h | 232 void powman_enable_gpio_wakeup(uint gpio_wakeup_num, uint32_t gpio, bool edge, bool high);
|
| /hal_rpi_pico-latest/src/rp2_common/pico_stdio_usb/ |
| D | stdio_usb_descriptors.c | 157 #error USBD_DESC_STR_MAX too high (max is 127). in tud_descriptor_string_cb()
|
| /hal_rpi_pico-latest/src/rp2_common/pico_float/ |
| D | float_conv_m33.S | 36 cbz r1,7f @ high word is zero? 193 cbz r1,7f @ high word is zero? 261 subs r3,r1,#32 @ result fits in high 32 bits only?
|
| D | float_sci_m33.S | 615 movlong r5,0x487ED511 @ 2π Q64 high fractional word 715 movlong r5,0x487ED511 @ 2π Q64 high fractional word
|
| /hal_rpi_pico-latest/src/rp2_common/pico_double/ |
| D | double_conv_m33.S | 36 cbz r1,7f @ high word is zero? 104 cbz r1,7f @ high word zero?
|
| D | double_sci_m33.S | 168 movlong r6,0x487ED511 @ 2π Q64 high fractional word 334 movlong r9,0x487ED511 @ 2π Q64 high fractional word
|
| D | double_v1_rom_shim_rp2040.S | 200 @ cannot have not gone via the xrgty/yrgtx paths. There will therefore always be enough high bits i…
|
| D | double_fma_dcp.S | 132 umull r5,r6,r5,r12 @ shift up high word: r4:r5:r6 is now a_lo + 2^k a_hi
|
| /hal_rpi_pico-latest/docs/ |
| D | mainpage.md | 7 …s, USB, synchronization and multi-core programming, along with additional high-level functionality…
|