Home
last modified time | relevance | path

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

/hal_nordic-3.6.0/nrfx/drivers/
Dnrfx_common.h398 #define NRFX_MIN(a, b) ((a) < (b) ? (a) : (b)) argument
408 #define NRFX_MAX(a, b) ((a) > (b) ? (a) : (b)) argument
433 #define NRFX_ROUNDED_DIV(a, b) \ argument
434 ((((a) < 0) ^ ((b) < 0)) ? (((a) - (b) / 2) / (b)) : (((a) + (b) / 2) / (b)))
447 #define NRFX_CEIL_DIV(a, b) ((((a) - 1) / (b)) + 1) argument
/hal_nordic-3.6.0/nrfx/mdk/
Dnrf54l15_enga_version.h44 #define MDK_SOURCE_VERSION_MINOR 5b /*!< Minor version of product specification. …
/hal_nordic-3.6.0/nrfx/samples/doc/
Dgenerate_sphinx_doc.bat3 sphinx-build -b html sphinx html_sphinx
DREADME.md40 sphinx-build -b html sphinx html_sphinx
/hal_nordic-3.6.0/nrfx/doc/
Dgenerate_sphinx_doc.bat3 sphinx-build -b html sphinx html_sphinx -w warnings_sphinx_nrfx.txt
DREADME.md43 sphinx-build -b html sphinx html_sphinx
/hal_nordic-3.6.0/drivers/nrf_802154/driver/src/
Dnrf_802154_aes_ccm_acc_ecb.c51 #define MIN(a, b) ((a) < (b) ? (a) : (b)) ///< Leaves the minimum o… argument