Searched refs:top (Results 1 – 15 of 15) sorted by relevance
/hal_rpi_pico-latest/docs/ |
D | styles.css | 21 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 …]
|
D | main.css | 26 #top { 30 top: 0; 41 #top { 52 #top { 58 #top.open {
|
D | normalise.css | 192 top: -0.5em;
|
/hal_rpi_pico-latest/test/hardware_pwm_test/ |
D | hardware_pwm_test.c | 61 … 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/ |
D | boot_stage2.ld | 2 /* We are loaded to the top 256 bytes of SRAM, which is above the bootrom
|
/hal_rpi_pico-latest/src/rp2350/boot_stage2/ |
D | boot_stage2.ld | 2 /* We are loaded to the top 256 bytes of SRAM, which is above the bootrom
|
/hal_rpi_pico-latest/ |
D | CMakeLists.txt | 3 # 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/ |
D | pwm.h | 71 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/ |
D | pwm.h | 58 io_rw_32 top;
|
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/ |
D | pwm.h | 58 io_rw_32 top;
|
/hal_rpi_pico-latest/src/rp2_common/pico_float/ |
D | float_v1_rom_shim_rp2040.S | 236 subs r0,r3 @ top two's complement 330 lsrs r1,#4 @ exponent and top 20 bits of mantissa
|
D | float_sci_m33_vfp.S | 299 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
|
D | float_sci_m33.S | 621 @ 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/ |
D | parser.yy | 224 /* value is a more limited top level expression... requiring parenthesis */
|
/hal_rpi_pico-latest/src/rp2_common/pico_double/ |
D | double_fma_dcp.S | 427 orrs r0,r0,r1 @ any sticky bits below top 64?
|