Searched refs:l (Results 1 – 5 of 5) sorted by relevance
| /hal_nordic-latest/drivers/nrf_802154/serialization/src/include/ |
| D | nrf_802154_serialization_error_helper.h | 71 #define SERIALIZATION_ERROR(r, e, l) \ argument 75 goto l; \ 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-latest/drivers/nrf_802154/serialization/spinel_base/ |
| D | spinel.c | 124 #define require_action(c, l, a) \ argument 131 goto l; \ 135 #define require_action(c, l, a) \ argument 141 goto l; \ 148 #define require(c, l) require_action(c, l, {}) argument 2750 uint32_t l = 0; in main() local 2754 …len = spinel_datatype_unpack(buffer, (spinel_size_t)len, "CiiLUE", &c, &i1, &i2, &l, &str, &eui64); in main() 2780 if (l != 0xDEADBEEF) in main() 2782 printf("error: l != 0xDEADBEEF; (0x%08X)\n", (unsigned int)l); in main() 2803 uint32_t l = 0; in main() local [all …]
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_saadc.c | 95 uint32_t l[SAADC_CH_NUM]; in saadc_anomaly_212_workaround_apply() local 100 l[i] = NRF_SAADC->CH[i].LIMIT; in saadc_anomaly_212_workaround_apply() 113 NRF_SAADC->CH[i].LIMIT = l[i]; in saadc_anomaly_212_workaround_apply()
|
| /hal_nordic-latest/nrfx/samples/doc/ |
| D | nrfx_examples.doxyfile | 787 # that represents doxygen's defaults, run doxygen with the -l option. You can 955 # *.hh, *.hxx, *.hpp, *.h++, *.l, *.cs, *.d, *.php, *.php4, *.php5, *.phtml,
|
| /hal_nordic-latest/nrfx/doc/ |
| D | nrfx.doxyfile | 789 # that represents doxygen's defaults, run doxygen with the -l option. You can 965 # *.hh, *.hxx, *.hpp, *.h++, *.l, *.cs, *.d, *.php, *.php4, *.php5, *.phtml,
|