Home
last modified time | relevance | path

Searched refs:remaining (Results 1 – 5 of 5) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/hardware_pio/
Dpio.c227 uint remaining = 32; in pio_sm_set_pins_internal() local
229 while (remaining) { in pio_sm_set_pins_internal()
230 uint decrement = remaining > 5 ? 5 : remaining; in pio_sm_set_pins_internal()
235 remaining -= decrement; in pio_sm_set_pins_internal()
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2040/
Dmemmap_blocked_ram.ld158 /* remaining .text and .rodata; i.e. stuff we exclude above because we want it in RAM */
Dmemmap_default.ld158 /* remaining .text and .rodata; i.e. stuff we exclude above because we want it in RAM */
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2350/
Dmemmap_default.ld170 /* remaining .text and .rodata; i.e. stuff we exclude above because we want it in RAM */
/hal_rpi_pico-latest/src/rp2_common/pico_divider/
Ddivider_hardware.S524 @ the remainder y-x0*q is guaranteed less than a very small multiple of the remaining quotient