Home
last modified time | relevance | path

Searched refs:h1 (Results 1 – 4 of 4) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/hardware_riscv_platform_timer/include/hardware/
Driscv_platform_timer.h66 uint32_t h0, l, h1; in riscv_timer_get_mtime() local
70 h1 = sio_hw->mtimeh; in riscv_timer_get_mtime()
71 } while (h0 != h1); in riscv_timer_get_mtime()
72 return l | (uint64_t)h1 << 32; in riscv_timer_get_mtime()
111 uint32_t h0, l, h1; in riscv_timer_get_mtimecmp() local
115 h1 = sio_hw->mtimecmph; in riscv_timer_get_mtimecmp()
116 } while (h0 != h1); in riscv_timer_get_mtimecmp()
117 return l | (uint64_t)h1 << 32; in riscv_timer_get_mtimecmp()
/hal_rpi_pico-latest/docs/
Dmain.css9 h1, h2, h3, h4, h5, h6, p, a, li, span, blockquote, input, textarea, select, label { selector
Dnormalise.css43 * Correct the font size and margin on `h1` elements within `section` and
47 h1 { selector
Dstyles.css455 h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow {