Home
last modified time | relevance | path

Searched refs:macro (Results 1 – 7 of 7) sorted by relevance

/hal_nordic-3.6.0/nrfx/drivers/
Dnrfx_common.h243 #define NRFX_FOREACH_ENABLED(periph_name, macro, sep, off_code, ...) \ argument
245 off_code, periph_name, , macro, __VA_ARGS__) NRFX_DEBRACKET sep \
247 off_code, periph_name, 0, macro, __VA_ARGS__) NRFX_DEBRACKET sep \
249 off_code, periph_name, 00, macro, __VA_ARGS__)
269 #define NRFX_FOREACH_PRESENT(periph_name, macro, sep, off_code, ...) \ argument
271 off_code, periph_name, , macro, __VA_ARGS__) NRFX_DEBRACKET sep \
273 off_code, periph_name, 0, macro, __VA_ARGS__) NRFX_DEBRACKET sep \
275 off_code, periph_name, 00, macro, __VA_ARGS__) NRFX_DEBRACKET sep \
276 _NRFX_EVAL_IF_PRESENT(, off_code, periph_name, , macro, __VA_ARGS__)
293 #define NRFX_INSTANCE_CONCAT(periph_name, prefix, i, macro, ...) \ argument
[all …]
Dnrfx_utils_internal.h124 #define _NRFX_EVAL_IF_ENABLED(i, off_code, periph_name, prefix, macro, ...) \ argument
126 (macro(periph_name, prefix, i, __VA_ARGS__)), \
145 #define _NRFX_EVAL_IF_PRESENT(i, off_code, periph_name, prefix, macro, ...) \ argument
147 (macro(periph_name, prefix, i, __VA_ARGS__)), \
/hal_nordic-3.6.0/nrfx/
DCHANGELOG.md78 - Added the NRFX_IN_RANGE() macro for checking if a given value is in a given range.
98 - Added the NRFX_TIMER_FREQUENCY_STATIC_CHECK() macro to statically check if the given frequency is…
99 - Added the NRFX_TWIM_XFER_DESC() macro to support creation of any type of TWIM transaction for the…
112 - Renamed a macro from NRFX_VOLTAGE_THRESHOLD_TO_INT() to NRFX_COMP_VOLTAGE_THRESHOLD_TO_INT() in t…
122 …y must be specified in Hertz. Use the NRFX_TIMER_FREQUENCY_STATIC_CHECK() macro to check if the re…
123 …cy must be specified in Hertz. Use the NRFX_SPIM_FREQUENCY_STATIC_CHECK() macro to check if the re…
124 - Changed the prototype of the NRFX_TIMER_DEFAULT_CONFIG() macro in the TIMER driver. Now the desir…
160 - Introduced the NRFX_{PERIPH}_INST_HANDLER_GET() macro for getting interrupt handler associated wi…
161 - Introduced the NRFX_{PERIPH}_INST_GET() macro for getting pointer to the structure of the registe…
162 - Introduced the NRF_TIMER_PRESCALER_CALCULATE() macro for computing prescaler value for given TIME…
[all …]
/hal_nordic-3.6.0/nrfx/samples/common/
Dcommon.cmake16 macro(GET_DEVICE_CONFIG_FILES BOARD BOARDS_DIR)
/hal_nordic-3.6.0/nrfx/samples/
DCHANGELOG.md23 …in the Zephyr RTOS environment. Now the dedicated `NRFX_{PERIPH}_INST_HANDLER_GET()` macro is used.
/hal_nordic-3.6.0/nrfx/doc/
Dnrfx.doxyfile745 # initial value of a variable or macro / define can have for it to appear in the
2253 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
2263 # the macro expansion is limited to the macros specified with the PREDEFINED and
2293 # The PREDEFINED tag can be used to specify one or more macro names that are
2297 # is assumed. To prevent a macro definition from being undefined via #undef or
2306 # tag can be used to specify a list of macro names that should be expanded. The
2307 # macro definition that is found in the sources will be used. Use the PREDEFINED
2308 # tag if you want to use a different macro definition that overrules the
/hal_nordic-3.6.0/nrfx/samples/doc/
Dnrfx_examples.doxyfile743 # initial value of a variable or macro / define can have for it to appear in the
2244 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
2254 # the macro expansion is limited to the macros specified with the PREDEFINED and
2284 # The PREDEFINED tag can be used to specify one or more macro names that are
2288 # is assumed. To prevent a macro definition from being undefined via #undef or
2295 # tag can be used to specify a list of macro names that should be expanded. The
2296 # macro definition that is found in the sources will be used. Use the PREDEFINED
2297 # tag if you want to use a different macro definition that overrules the