Home
last modified time | relevance | path

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

/hal_nordic-3.6.0/nrfx/templates/
Dnrfx_log.h62 #define NRFX_LOG_ERROR(format, ...) argument
70 #define NRFX_LOG_WARNING(format, ...) argument
78 #define NRFX_LOG_INFO(format, ...) argument
86 #define NRFX_LOG_DEBUG(format, ...) argument
/hal_nordic-3.6.0/utils/
Dgen_offsets.py54 parse_offsets(offsets, entry, name.format(i), offset + i * dim_inc)
56 offsets.append((name.format(i), offset + i * dim_inc))
69 f.write(HEADER.format(datetime.now().year))
/hal_nordic-3.6.0/nrfx/drivers/include/
Dnrfx_i2s.h72 nrf_i2s_format_t format; ///< I2S frame format. member
154 .format = NRF_I2S_FORMAT_I2S, \
/hal_nordic-3.6.0/nrfx/hal/
Dnrf_i2s.h245 nrf_i2s_format_t format; /**< I2S frame format. */ member
675 p_reg->CONFIG.FORMAT = p_config->format; in nrf_i2s_configure()
/hal_nordic-3.6.0/nrfx/drivers/src/
Dnrfx_i2s.c261 .format = p_config->format, in nrfx_i2s_init()
/hal_nordic-3.6.0/nrfx/doc/
Dnrfx.doxyfile10 # The format is:
78 # sub-directories (in 2 levels) under the output directory of each output format
326 # using this tag. The format is ext=language, where ext is a file extension, and
329 # VHDL, Fortran (fixed format Fortran: FortranFixed, free formatted Fortran:
347 # according to the Markdown format, which allows for more readable
788 # output files in an output format independent way. To create the layout file
879 # The WARN_FORMAT tag determines the format of the warning messages that doxygen
882 # and the warning text. Optionally the format may contain $version, which will
1459 # files are now used as the Windows 98 help format, and will replace the old
1460 # Windows help format (.hlp) on all Windows platforms in the future. Compressed
[all …]
/hal_nordic-3.6.0/nrfx/samples/doc/
Dnrfx_examples.doxyfile10 # The format is:
78 # sub-directories (in 2 levels) under the output directory of each output format
324 # using this tag. The format is ext=language, where ext is a file extension, and
327 # VHDL, Fortran (fixed format Fortran: FortranFixed, free formatted Fortran:
345 # according to the Markdown format, which allows for more readable
786 # output files in an output format independent way. To create the layout file
877 # The WARN_FORMAT tag determines the format of the warning messages that doxygen
880 # and the warning text. Optionally the format may contain $version, which will
1450 # files are now used as the Windows 98 help format, and will replace the old
1451 # Windows help format (.hlp) on all Windows platforms in the future. Compressed
[all …]
/hal_nordic-3.6.0/nrfx/
DCHANGELOG.md245 - Added support for generating documentation in the RST format using Sphinx tool.