Home
last modified time | relevance | path

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

/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/hardware_timer/
Dtimer.c65 uint32_t start = timer_hw->timerawl; in busy_wait_us_32() local
66 while (timer_hw->timerawl - start < delay_us) { in busy_wait_us_32()
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/hardware_pwm/include/hardware/
Dpwm.h210 static inline void pwm_init(uint slice_num, pwm_config *c, bool start) { in pwm_init() argument
218 pwm_hw->slice[slice_num].csr = c->csr | (bool_to_bit(start) << PWM_CH0_CSR_EN_LSB); in pwm_init()
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/pico_standard_link/
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_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_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-3.7.0-3.6.0-3.5.0/
DREADME.md43 # Quick-start your own project
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/pico_double/
Ddouble_v1_rom_shim.S1117 @ "scientific" functions start here