Home
last modified time | relevance | path

Searched refs:SIO_MTIME_CTRL_FULLSPEED_BITS (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/hardware_riscv_platform_timer/include/hardware/
Driscv_platform_timer.h51 sio_hw->mtime_ctrl |= SIO_MTIME_CTRL_FULLSPEED_BITS; in riscv_timer_set_fullspeed()
53 sio_hw->mtime_ctrl &= ~SIO_MTIME_CTRL_FULLSPEED_BITS; in riscv_timer_set_fullspeed()
/hal_rpi_pico-latest/src/rp2350/hardware_regs/include/hardware/regs/
Dsio.h2120 #define SIO_MTIME_CTRL_FULLSPEED_BITS _u(0x00000002) macro