Home
last modified time | relevance | path

Searched refs:e (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-3.5.0/drivers/nrf_802154/serialization/src/include/
Dnrf_802154_serialization_error_helper.h57 #define SERIALIZATION_ERROR_RAISE_IF_FAILED(e) \ argument
60 if (e != NRF_802154_SERIALIZATION_ERROR_OK) \
62 nrf_802154_ser_err_data_t err = {.reason = e}; \
71 #define SERIALIZATION_ERROR(r, e, l) \ argument
74 e = r; \
82 #define SERIALIZATION_ERROR_IF(c, r, e, l) \ argument
87 SERIALIZATION_ERROR(r, e, l); \
95 #define SERIALIZATION_ERROR_CHECK(r, e, l) \ argument
96 SERIALIZATION_ERROR_IF(r < 0, r, e, l)
/hal_nordic-3.5.0/nrfx/doc/
Dnrfx.doxyfile229 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
373 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
376 # definitions whose arguments contain STL classes (e.g. func(std::string);
424 # type (e.g. under the Public Functions section). Set it to NO to prevent
432 # are shown inside the group in which they are included (e.g. using \ingroup)
444 # the documentation of the scope in which they are defined (i.e. file,
599 # filesystem is case sensitive (i.e. it supports files in the same directory
1082 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
1180 # tools must be available from the command line (i.e. in the search path).
1246 # that doxygen needs, which is dependent on the configuration options used (e.g.
[all …]
/hal_nordic-3.5.0/nrfx/samples/doc/
Dnrfx_examples.doxyfile229 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
371 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
374 # definitions whose arguments contain STL classes (e.g. func(std::string);
422 # type (e.g. under the Public Functions section). Set it to NO to prevent
430 # are shown inside the group in which they are included (e.g. using \ingroup)
442 # the documentation of the scope in which they are defined (i.e. file,
597 # filesystem is case sensitive (i.e. it supports files in the same directory
1073 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
1171 # tools must be available from the command line (i.e. in the search path).
1277 # that doxygen needs, which is dependent on the configuration options used (e.g.
[all …]