Home
last modified time | relevance | path

Searched refs:top (Results 1 – 15 of 15) sorted by relevance

/hal_rpi_pico-latest/docs/
Dstyles.css21 top: 50%;
38 margin-top: auto;
46 margin-top: 50px;
64 margin-top: 0px;
84 top: 4px;
102 top: 178px !important;
121 top: 178px !important;
179 /*top: -1px;*/
188 padding-top: 15px;
194 top: 9px;
[all …]
Dmain.css26 #top {
30 top: 0;
41 #top {
52 #top {
58 #top.open {
Dnormalise.css192 top: -0.5em;
/hal_rpi_pico-latest/test/hardware_pwm_test/
Dhardware_pwm_test.c61 … PICOTEST_CHECK_CHANNEL(pwm, slice->top == config.top, "HW top does not match requested config"); in main()
80 PICOTEST_CHECK_CHANNEL(pwm, slice->top == v, "pwm_set_wrap() failed to set register"); in main()
/hal_rpi_pico-latest/src/rp2040/boot_stage2/
Dboot_stage2.ld2 /* We are loaded to the top 256 bytes of SRAM, which is above the bootrom
/hal_rpi_pico-latest/src/rp2350/boot_stage2/
Dboot_stage2.ld2 /* We are loaded to the top 256 bytes of SRAM, which is above the bootrom
/hal_rpi_pico-latest/
DCMakeLists.txt3 # Note: this CMakeLists.txt can be used as a top-level CMakeLists.txt for the SDK itself. For all o…
7 # This is a no-op unless we are the top-level CMakeLists.txt
/hal_rpi_pico-latest/src/rp2_common/hardware_pwm/include/hardware/
Dpwm.h71 uint32_t top; member
248 c->top = wrap; in pwm_config_set_wrap()
268 pwm_hw->slice[slice_num].top = c->top; in pwm_init()
308 pwm_hw->slice[slice_num].top = wrap; in pwm_set_wrap()
/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Dpwm.h58 io_rw_32 top;
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dpwm.h58 io_rw_32 top;
/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_v1_rom_shim_rp2040.S236 subs r0,r3 @ top two's complement
330 lsrs r1,#4 @ exponent and top 20 bits of mantissa
Dfloat_sci_m33_vfp.S299 orrs r0,r0,#0x00400000 @ set top mantissa bit of NaN
439 orrs r0,r0,#0x00400000 @ set top mantissa bit of NaN
464 ubfx r0,r0,#18,#5 @ extract top of mantissa
603 orrs r0,r0,#0x00400000 @ set top mantissa bit of NaN
Dfloat_sci_m33.S621 @ r0 θ, abs range reduced angle θ 0..π/4 Q32+r12, 2π * 2^-6..2^-4 in Q32 terms (so top bit is clear)
/hal_rpi_pico-latest/tools/pioasm/
Dparser.yy224 /* value is a more limited top level expression... requiring parenthesis */
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_fma_dcp.S427 orrs r0,r0,r1 @ any sticky bits below top 64?