Home
last modified time | relevance | path

Searched refs:l (Results 1 – 5 of 5) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/serialization/src/include/
Dnrf_802154_serialization_error_helper.h71 #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/
Dspinel.c124 #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/
Dnrfx_saadc.c95 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/
Dnrfx_examples.doxyfile787 # 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/
Dnrfx.doxyfile789 # 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,