Home
last modified time | relevance | path

Searched refs:format (Results 1 – 16 of 16) sorted by relevance

/external/platform/pico/rp2_common/pico_printf/
A Dprintf.c573 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 Dpad_checksum13 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 Dvcocalc.py40 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 Dstdio.c247 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 Dcybt_shared_bus.c38 #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 Dcybt_shared_bus_driver.c27 #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 Dnrfx_i2s.h73 nrf_i2s_format_t format; ///< Frame format. member
127 .format = NRF_I2S_FORMAT_I2S, \
/external/platform/pico/rp2_common/pico_btstack/
A Dbtstack_flash_bank.c20 #define DEBUG_PRINT(format,args...) printf(format, ## args)
/external/platform/pico/rp2_common/pico_printf/include/pico/
A Dprintf.h80 int vfctprintf(void (*out)(char character, void *arg), void *arg, const char *format, va_list va);
/external/platform/nrfx/hal/
A Dnrf_i2s.h428 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 Dmeson.build1 version_script = '-Wl,--version-script=@0@'.format(meson.current_source_dir() / 'version.lds')
/external/platform/nrfx/drivers/src/
A Dnrfx_i2s.c206 p_config->format, in nrfx_i2s_init()
/external/platform/nrfx/doc/
A Dnrfx.doxyfile10 # 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 DLICENSE.txt184 comment syntax for the file format. We also recommend that a
/external/platform/stellaris/ti-driverlib/
A DMANIFEST.TXT20 Software is delivered in an archive format, this field applies to the contents
/external/platform/stm32f0xx/CMSIS/
A DCMSIS_END_USER_LICENCE_AGREEMENT.txt10 “CMSIS-PACK” means the specification defining a software pack file format, verification utility, an…

Completed in 31 milliseconds