/hal_rpi_pico-latest/test/pico_divider_test/ |
D | pico_divider_test.c | 47 void o1hex(int u) {u&=0x0f; if(u>=10) o1ch(u-10+'A'); else o1ch(u+'0');} in o1hex() argument 48 void o2hex(int u) {o1hex(u>> 4); o1hex(u);} in o2hex() argument 49 void o4hex(int u) {o2hex(u>> 8); o2hex(u);} in o4hex() argument 50 void o8hex(int u) {o4hex(u>>16); o4hex(u);} in o8hex() argument 51 void o16hex(ui64 u) {o8hex(u>>32); o8hex(u);} in o16hex() argument 62 void odec(int u) { in odec() argument 63 unsigned int v=u; in odec() 65 if(u<0) o1ch('-'),v=-v; in odec() 350 int u; in main() 352 u=sys_host(SYS_READ,ifh,(int)&seed,sizeof(seed)); in main() [all …]
|
/hal_rpi_pico-latest/src/rp2_common/hardware_pio/include/hardware/ |
D | pio_instructions.h | 51 #define _PIO_INVALID_IN_SRC 0u 52 #define _PIO_INVALID_OUT_DEST 0u 53 #define _PIO_INVALID_SET_DEST 0u 54 #define _PIO_INVALID_MOV_SRC 0u 55 #define _PIO_INVALID_MOV_DEST 0u 65 pio_pins = 0u, 272 return _pio_encode_instr_and_args(pio_instr_bits_wait, 0u | (polarity ? 4u : 0u), gpio); in pio_encode_wait_gpio() 286 return _pio_encode_instr_and_args(pio_instr_bits_wait, 1u | (polarity ? 4u : 0u), pin); in pio_encode_wait_pin() 302 …return _pio_encode_instr_and_args(pio_instr_bits_wait, 2u | (polarity ? 4u : 0u), _pio_encode_irq(… in pio_encode_wait_irq() 346 …return _pio_encode_instr_and_args(pio_instr_bits_push, (if_full ? 2u : 0u) | (block ? 1u : 0u), 0); in pio_encode_push() [all …]
|
D | pio.h | 1031 pio->ctrl = (pio->ctrl & ~mask) | (enabled ? mask : 0u); in pio_set_sm_mask_enabled()
|
/hal_rpi_pico-latest/src/rp2_common/pico_double/ |
D | double_math.c | 260 double u; in WRAPPER_FUNC() local 261 u=(1-x)*(1+x); in WRAPPER_FUNC() 262 if(disstrictneg(u)) return dnan_or(PINF); in WRAPPER_FUNC() 263 return atan2(x,sqrt(u)); in WRAPPER_FUNC() 268 double u; in WRAPPER_FUNC() local 269 u=(1-x)*(1+x); in WRAPPER_FUNC() 270 if(disstrictneg(u)) return dnan_or(PINF); in WRAPPER_FUNC() 271 return atan2(sqrt(u),x); in WRAPPER_FUNC() 293 double u; in WRAPPER_FUNC() local 300 u=exp(dldexp(x,1)); in WRAPPER_FUNC() [all …]
|
/hal_rpi_pico-latest/src/rp2_common/pico_float/ |
D | float_math.c | 257 float u; in WRAPPER_FUNC() local 258 u=(1.0f-x)*(1.0f+x); in WRAPPER_FUNC() 259 if(fisstrictneg(u)) return fnan_or(FPINF); in WRAPPER_FUNC() 260 return atan2f(x,sqrtf(u)); in WRAPPER_FUNC() 265 float u; in WRAPPER_FUNC() local 266 u=(1.0f-x)*(1.0f+x); in WRAPPER_FUNC() 267 if(fisstrictneg(u)) return fnan_or(FPINF); in WRAPPER_FUNC() 268 return atan2f(sqrtf(u),x); in WRAPPER_FUNC() 290 float u; in WRAPPER_FUNC() local 297 u=expf(fldexp(x,1)); in WRAPPER_FUNC() [all …]
|
D | float_sci_m33_vfp.S | 215 vmov s0,s1,r3,r0 @ s0=-log u, s1=ε 235 vadd.f32 s0,s0,s1 @ log ε - log u 236 vadd.f32 s0,s0,s7 @ e log 2 + log ε - log u 265 @ u=64/[48:2:96]; u Q8, -log u F32
|
D | float_sci_m33.S | 283 add r3,r3,r1,lsr#1 @ log u - ε + ε²/2 Q32
|
/hal_rpi_pico-latest/test/pico_float_test/ |
D | hazard3_test_gen.c | 59 uint32_t u; in bitcast_f2u() member 62 return un.u; in bitcast_f2u() 68 uint32_t u; in bitcast_u2f() member 70 un.u = x; in bitcast_u2f()
|
/hal_rpi_pico-latest/src/rp2_common/pico_stdio_rtt/SEGGER/RTT/ |
D | SEGGER_RTT.c | 342 p->aUp[0].RdOff = 0u; in _DoInit() 343 p->aUp[0].WrOff = 0u; in _DoInit() 351 p->aDown[0].RdOff = 0u; in _DoInit() 352 p->aDown[0].WrOff = 0u; in _DoInit() 394 NumBytesWritten = 0u; in _WriteBlocking() 421 WrOff = 0u; in _WriteBlocking() 598 NumBytesRead = 0u; in SEGGER_RTT_ReadUpBufferNoLock() 624 RdOff = 0u; in SEGGER_RTT_ReadUpBufferNoLock() 632 if (NumBytesRem > 0u) { in SEGGER_RTT_ReadUpBufferNoLock() 690 NumBytesRead = 0u; in SEGGER_RTT_ReadNoLock() [all …]
|
/hal_rpi_pico-latest/src/rp2_common/pico_double/include/pico/ |
D | double.h | 42 double uint2double(uint32_t u); 44 double uint642double(uint64_t u);
|
/hal_rpi_pico-latest/src/host/pico_platform/include/hardware/ |
D | platform_defs.h | 28 #define _u(x) x ## u
|
/hal_rpi_pico-latest/src/boards/include/boards/ |
D | amethyst_fpga.h | 84 #define PICO_SCANVIDEO_DPI_PIXEL_RSHIFT 0u
|
/hal_rpi_pico-latest/src/rp2_common/pico_stdio_usb/include/pico/ |
D | stdio_usb.h | 89 #define PICO_STDIO_USB_RESET_BOOTSEL_INTERFACE_DISABLE_MASK 0u
|
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/m-profile/ |
D | cmsis_gcc_m.h | 63 for(uint32_t i=0u; i<pTable->wlen; ++i) { in __cmsis_start() 69 for(uint32_t i=0u; i<pTable->wlen; ++i) { in __cmsis_start() 70 pTable->dest[i] = 0u; in __cmsis_start()
|
/hal_rpi_pico-latest/src/rp2_common/pico_bootsel_via_double_reset/ |
D | pico_bootsel_via_double_reset.c | 34 #define PICO_BOOTSEL_VIA_DOUBLE_RESET_INTERFACE_DISABLE_MASK 0u
|
/hal_rpi_pico-latest/src/rp2_common/hardware_flash/include/hardware/ |
D | flash.h | 159 valid_params_if(HARDWARE_FLASH, (bytes & (bytes - 1)) == 0u); in flash_devinfo_bytes_to_size()
|
/hal_rpi_pico-latest/src/rp2040/hardware_regs/include/hardware/ |
D | platform_defs.h | 16 #define _u(x) x ## u
|
/hal_rpi_pico-latest/src/rp2350/hardware_regs/include/hardware/ |
D | platform_defs.h | 16 #define _u(x) x ## u
|
/hal_rpi_pico-latest/src/rp2_common/hardware_dma/ |
D | dma.c | 76 …a_hw->ch[channel].al1_ctrl, (channel << DMA_CH0_CTRL_TRIG_CHAIN_TO_LSB) | (0u << DMA_CH0_CTRL_TRIG… in dma_channel_cleanup()
|
/hal_rpi_pico-latest/src/rp2_common/hardware_flash/ |
D | flash.c | 310 if (cs == 0u) { in __no_inline_not_in_flash_func() 337 …uint cs_shift = cs == 0u ? OTP_DATA_FLASH_DEVINFO_CS0_SIZE_LSB : OTP_DATA_FLASH_DEVINFO_CS1_SIZE_L… in flash_devinfo_set_cs_size()
|
/hal_rpi_pico-latest/src/common/boot_picobin_headers/include/boot/ |
D | picobin.h | 17 #define _u(x) x ## u
|
/hal_rpi_pico-latest/test/hardware_sync_spin_lock_test/ |
D | hardware_sync_spin_lock_test.c | 222 if (failed == 0u) { in main()
|
/hal_rpi_pico-latest/tools/pioasm/ |
D | pio_types.h | 438 uint arg1 = (blocking ? 1u : 0u) | (if_full ? 0x2u : 0); in raw_encode() 450 uint arg1 = (blocking ? 1u : 0u) | (if_empty ? 0x2u : 0) | 0x4u; in raw_encode()
|
/hal_rpi_pico-latest/src/rp2_common/hardware_gpio/include/hardware/ |
D | gpio.h | 172 GPIO_IN = 0u, ///< set GPIO to input
|
/hal_rpi_pico-latest/tools/pioasm/gen/ |
D | parser.hpp | 240 emplace (U&&... u) 242 return *new (yyas_<T> ()) T (std::forward <U>(u)...);
|