Home
last modified time | relevance | path

Searched refs:start (Results 1 – 10 of 10) sorted by relevance

/hal_rpi_pico-latest/test/pico_sha256_test/
Dpico_sha256_test.c97 uint64_t start = time_us_64(); in run_test() local
104 uint64_t pico_time = time_us_64() - start; in run_test()
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2350/
Dmemmap_no_flash.ld35 /* Note unlike RP2040, we start the image with a vector table even for
36 NO_FLASH builds. On Arm, the bootrom expects a VT at the start of the
45 start. */
/hal_rpi_pico-latest/src/rp2_common/hardware_timer/
Dtimer.c81 uint32_t start = timer->timerawl; in timer_busy_wait_us_32() local
82 while (timer->timerawl - start < delay_us) { in timer_busy_wait_us_32()
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2040/
Dmemmap_blocked_ram.ld54 /* The second stage will always enter the image at the start of .text.
56 symbol if present, otherwise defaults to start of .text.
Dmemmap_copy_to_ram.ld54 /* The second stage will always enter the image at the start of .text.
56 symbol if present, otherwise defaults to start of .text.
Dmemmap_default.ld54 /* The second stage will always enter the image at the start of .text.
56 symbol if present, otherwise defaults to start of .text.
/hal_rpi_pico-latest/src/rp2_common/hardware_pwm/include/hardware/
Dpwm.h262 static inline void pwm_init(uint slice_num, pwm_config *c, bool start) { in pwm_init() argument
270 pwm_hw->slice[slice_num].csr = c->csr | (bool_to_bit(start) << PWM_CH0_CSR_EN_LSB); in pwm_init()
/hal_rpi_pico-latest/bazel/
DREADME.md29 You're now ready to start building Pico Projects in Bazel! When building,
/hal_rpi_pico-latest/
DREADME.md43 # Quick-start your own project
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_v1_rom_shim_rp2040.S1104 @ "scientific" functions start here