Searched refs:start (Results 1 – 10 of 10) sorted by relevance
97 uint64_t start = time_us_64(); in run_test() local104 uint64_t pico_time = time_us_64() - start; in run_test()
35 /* Note unlike RP2040, we start the image with a vector table even for36 NO_FLASH builds. On Arm, the bootrom expects a VT at the start of the45 start. */
81 uint32_t start = timer->timerawl; in timer_busy_wait_us_32() local82 while (timer->timerawl - start < delay_us) { in timer_busy_wait_us_32()
54 /* The second stage will always enter the image at the start of .text.56 symbol if present, otherwise defaults to start of .text.
262 static inline void pwm_init(uint slice_num, pwm_config *c, bool start) { in pwm_init() argument270 pwm_hw->slice[slice_num].csr = c->csr | (bool_to_bit(start) << PWM_CH0_CSR_EN_LSB); in pwm_init()
29 You're now ready to start building Pico Projects in Bazel! When building,
43 # Quick-start your own project
1104 @ "scientific" functions start here