Home
last modified time | relevance | path

Searched refs:w (Results 1 – 8 of 8) sorted by relevance

/hal_rpi_pico-latest/
D.bazelrc2 common --per_file_copt=external/.*@-w
3 common --host_per_file_copt=external/.*@-w
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_arch/
DCMakeLists.txt1 if (PICO_CYW43_SUPPORTED) # set by BOARD=pico-w
16 cyw43_driver_picow # driver for pico w
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_math.c354 double t,rt,u,v,v0,v1,w,ry; in dpow_1() local
378 w=t-rt; in dpow_1()
380 w+=t; in dpow_1()
384 w+=t-rt; in dpow_1()
385 w+=u*v; in dpow_1()
386 return dldexp(exp2(w),c); in dpow_1()
/hal_rpi_pico-latest/src/rp2350/boot_stage2/
Dpad_checksum15 return int("{:0{w}b}".format(x, w=width)[::-1], 2)
/hal_rpi_pico-latest/src/rp2040/boot_stage2/
Dpad_checksum17 return int("{:0{w}b}".format(x, w=width)[::-1], 2)
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/
Dcore_cm0plus.h221 uint32_t w; /*!< Type used for word access */ member
248 uint32_t w; /*!< Type used for word access */ member
272 uint32_t w; /*!< Type used for word access */ member
306 uint32_t w; /*!< Type used for word access */ member
Dcore_cm33.h351 uint32_t w; /*!< Type used for word access */ member
384 uint32_t w; /*!< Type used for word access */ member
411 uint32_t w; /*!< Type used for word access */ member
456 uint32_t w; /*!< Type used for word access */ member
/hal_rpi_pico-latest/src/rp2_common/pico_printf/
Dprintf.c625 const int w = va_arg(va, int); in _vsnprintf() local
626 if (w < 0) { in _vsnprintf()
628 width = (unsigned int) -w; in _vsnprintf()
630 width = (unsigned int) w; in _vsnprintf()