Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 6 of 6) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/hardware_pio/
Dpio.c415 for(int pass = 0; pass < passes; pass++) { in pio_claim_free_sm_and_add_program_for_gpio_range() local
423 … for(num_claimed = 0; num_claimed < (pass ? NUM_PIO_STATE_MACHINES : 1u) ; num_claimed++) { in pio_claim_free_sm_and_add_program_for_gpio_range()
427 if (num_claimed && (!pass || num_claimed == NUM_PIO_STATE_MACHINES)) { in pio_claim_free_sm_and_add_program_for_gpio_range()
429 if (pass) { in pio_claim_free_sm_and_add_program_for_gpio_range()
/hal_rpi_pico-latest/cmake/preload/toolchains/util/
Dset_flags.cmake21 # functions like _exit. So pass -nostdlib so it doesn't link in an exit()
/hal_rpi_pico-latest/tools/
DCMakeLists.txt65 BRIEF_DOCS "Extra arguments to pass to processing"
66 FULL_DOCS "Extra arguments to pass to processing"
71 BRIEF_DOCS "Extra arguments to pass to uf2 conversion"
72 FULL_DOCS "Extra arguments to pass to uf2 conversion"
/hal_rpi_pico-latest/src/rp2_common/pico_divider/
Ddivider_hardware.S306 beq 5f @ then pass 0 to __aeabi_ldiv0
311 bne 5f @ y -ve? pass -2^63 to __aeabi_ldiv0
313 lsrs r1,r0,#1 @ y +ve: pass 2^63-1 to __aeabi_ldiv0
363 beq 3f @ then pass 0 to __aeabi_ldiv0
366 movs r1,r0 @ pass 2^64-1 to __aeabi_ldiv0
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_v1_rom_shim_rp2040.S1116 @ in one pass, rotate the initial vector by the residual ω and then run a
1117 @ second pass to compute the final x and y. This would relieve pressure
1120 @ a first pass and then double precision in a second pass?).
/hal_rpi_pico-latest/
DREADME.md64 …2. Set `PICO_SDK_PATH` to the SDK location in your environment, or pass it (`-DPICO_SDK_PATH=`) to…
185 …When building for a board other than the Raspberry Pi Pico, you should pass `-DPICO_BOARD=board_na…