| /external/platform/pico/rp2_common/pico_printf/ |
| A D | printf.c | 573 while (*format) { in _vsnprintf() 578 format++; in _vsnprintf() 582 format++; in _vsnprintf() 632 format++; in _vsnprintf() 639 format++; in _vsnprintf() 645 format++; in _vsnprintf() 653 format++; in _vsnprintf() 661 format++; in _vsnprintf() 696 if (*format == 'x' || *format == 'X') { in _vsnprintf() 712 if ((*format != 'i') && (*format != 'd')) { in _vsnprintf() [all …]
|
| /external/platform/pico/rp2_common/boot_stage2/ |
| A D | pad_checksum | 13 raise argparse.ArgumentTypeError("expected an integer, not '{!r}'".format(x)) 17 return int("{:0{w}b}".format(x, w=width)[::-1], 2) 32 sys.exit("Could not open input file '{}'".format(args.ifile)) 35 …sys.exit("Input file size ({} bytes) too large for final size ({} bytes)".format(len(idata), args.… 47 ofile.write("// Padded and checksummed version of: {}\n\n".format(args.ifile)) 53 ofile.write(".byte {}\n".format(", ".join("0x{:02x}".format(b) for b in chunk))) 55 sys.exit("Could not open output file '{}'".format(args.ofile))
|
| /external/platform/pico/rp2_common/hardware_clocks/scripts/ |
| A D | vcocalc.py | 40 print("Requested: {} MHz".format(args.output)) 41 print("Achieved: {} MHz".format(best[0])) 42 print("REFDIV: {}".format(best[4])) 43 print("FBDIV: {} (VCO = {} MHz)".format(best[1], args.input / best[4] * best[1])) 44 print("PD1: {}".format(best[2])) 45 print("PD2: {}".format(best[3]))
|
| /external/platform/pico/rp2_common/pico_stdio/ |
| A D | stdio.c | 247 int WRAPPER_FUNC(vprintf)(const char *format, va_list va) { in WRAPPER_FUNC() 258 ret = vfctprintf(stdio_buffered_printer, &buffer, format, va); in WRAPPER_FUNC() 265 extern int REAL_FUNC(vprintf)(const char *format, va_list va); in WRAPPER_FUNC() 266 ret = REAL_FUNC(vprintf)(format, va); in WRAPPER_FUNC() 274 int __printflike(1, 0) WRAPPER_FUNC(printf)(const char* format, ...) in WRAPPER_FUNC() 277 va_start(va, format); in WRAPPER_FUNC() 278 int ret = vprintf(format, va); in WRAPPER_FUNC()
|
| /external/platform/pico/rp2_common/pico_cyw43_driver/cybt_shared_bus/ |
| A D | cybt_shared_bus.c | 38 #define cybt_debug(format,args...) printf("%d.%d: " format, (int)cyw43_hal_ticks_ms() / 1000, (int)… argument 40 #define cybt_debug(format, ...) ((void)0) argument 42 #define cybt_printf(format, args...) printf("%d.%d: " format, (int)cyw43_hal_ticks_ms() / 1000, (in… argument
|
| A D | cybt_shared_bus_driver.c | 27 #define cybt_printf(format, args ...) printf(format,##args) argument 38 #define cybt_debug(format, args ...) printf(format,##args) argument 40 #define cybt_debug(format, ...) ((void)0) argument
|
| /external/platform/nrfx/drivers/include/ |
| A D | nrfx_i2s.h | 73 nrf_i2s_format_t format; ///< Frame format. member 127 .format = NRF_I2S_FORMAT_I2S, \
|
| /external/platform/pico/rp2_common/pico_btstack/ |
| A D | btstack_flash_bank.c | 20 #define DEBUG_PRINT(format,args...) printf(format, ## args)
|
| /external/platform/pico/rp2_common/pico_printf/include/pico/ |
| A D | printf.h | 80 int vfctprintf(void (*out)(char character, void *arg), void *arg, const char *format, va_list va);
|
| /external/platform/nrfx/hal/ |
| A D | nrf_i2s.h | 428 nrf_i2s_format_t format, 639 nrf_i2s_format_t format, in nrf_i2s_configure() argument 664 p_reg->CONFIG.FORMAT = format; in nrf_i2s_configure()
|
| /external/lib/fdt/ |
| A D | meson.build | 1 version_script = '-Wl,--version-script=@0@'.format(meson.current_source_dir() / 'version.lds')
|
| /external/platform/nrfx/drivers/src/ |
| A D | nrfx_i2s.c | 206 p_config->format, in nrfx_i2s_init()
|
| /external/platform/nrfx/doc/ |
| A D | nrfx.doxyfile | 10 # The format is: 68 # directories (in 2 levels) under the output directory of each output format and 278 # using this tag. The format is ext=language, where ext is a file extension, and 280 # C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran: 295 # according to the Markdown format, which allows for more readable 695 # output files in an output format independent way. To create the layout file 768 # and the warning text. Optionally the format may contain $version, which will 1306 # files are now used as the Windows 98 help format, and will replace the old 1524 # When MathJax is enabled you can set the default output format to be used for 1642 # to a relative location where the documentation can be found. The format is: [all …]
|
| /external/platform/pico/rp2_common/cmsis/stub/CMSIS/ |
| A D | LICENSE.txt | 184 comment syntax for the file format. We also recommend that a
|
| /external/platform/stellaris/ti-driverlib/ |
| A D | MANIFEST.TXT | 20 Software is delivered in an archive format, this field applies to the contents
|
| /external/platform/stm32f0xx/CMSIS/ |
| A D | CMSIS_END_USER_LICENCE_AGREEMENT.txt | 10 “CMSIS-PACK” means the specification defining a software pack file format, verification utility, an…
|