Home
last modified time | relevance | path

Searched refs:high (Results 1 – 12 of 12) sorted by relevance

/hal_rpi_pico-latest/src/common/
DREADME.md2 of common header files, or high level functionality built entirely using `hardware_` or `pico_` lib…
/hal_rpi_pico-latest/src/rp2_common/hardware_flash/
Dflash.c187 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/
Dpowman.c230 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/
Dpowman.h232 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/
Dstdio_usb_descriptors.c157 #error USBD_DESC_STR_MAX too high (max is 127). in tud_descriptor_string_cb()
/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_conv_m33.S36 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?
Dfloat_sci_m33.S615 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/
Ddouble_conv_m33.S36 cbz r1,7f @ high word is zero?
104 cbz r1,7f @ high word zero?
Ddouble_sci_m33.S168 movlong r6,0x487ED511 @ 2π Q64 high fractional word
334 movlong r9,0x487ED511 @ 2π Q64 high fractional word
Ddouble_v1_rom_shim_rp2040.S200 @ cannot have not gone via the xrgty/yrgtx paths. There will therefore always be enough high bits i…
Ddouble_fma_dcp.S132 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/
Dmainpage.md7 …s, USB, synchronization and multi-core programming, along with additional high-level functionality…