Home
last modified time | relevance | path

Searched refs:ds (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-3.5.0/components/esp_rom/include/esp32/rom/
Dlldesc.h140 lldesc_t *ds = head; in lldesc_get_chain_length() local
143 while (ds) { in lldesc_get_chain_length()
144 len += ds->length; in lldesc_get_chain_length()
145 ds = STAILQ_NEXT(ds, qe); in lldesc_get_chain_length()
151 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config() argument
153 ds->owner = owner; in lldesc_config()
154 ds->eof = eof; in lldesc_config()
155 ds->sosf = sosf; in lldesc_config()
156 ds->length = len; in lldesc_config()
166 #define LLDESC_FROM_HOST_CLEANUP(ds) LLDESC_CONFIG((ds), LLDESC_HW_OWNED, 0, 0, 0) argument
[all …]
/hal_espressif-3.5.0/components/esp_rom/include/esp32c3/rom/
Dlldesc.h140 lldesc_t *ds = head; in lldesc_get_chain_length() local
143 while (ds) { in lldesc_get_chain_length()
144 len += ds->length; in lldesc_get_chain_length()
145 ds = STAILQ_NEXT(ds, qe); in lldesc_get_chain_length()
151 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config() argument
153 ds->owner = owner; in lldesc_config()
154 ds->eof = eof; in lldesc_config()
155 ds->sosf = sosf; in lldesc_config()
156 ds->length = len; in lldesc_config()
166 #define LLDESC_FROM_HOST_CLEANUP(ds) LLDESC_CONFIG((ds), LLDESC_HW_OWNED, 0, 0, 0) argument
[all …]
/hal_espressif-3.5.0/components/esp_rom/include/esp32h2/rom/
Dlldesc.h140 lldesc_t *ds = head; in lldesc_get_chain_length() local
143 while (ds) { in lldesc_get_chain_length()
144 len += ds->length; in lldesc_get_chain_length()
145 ds = STAILQ_NEXT(ds, qe); in lldesc_get_chain_length()
151 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config() argument
153 ds->owner = owner; in lldesc_config()
154 ds->eof = eof; in lldesc_config()
155 ds->sosf = sosf; in lldesc_config()
156 ds->length = len; in lldesc_config()
166 #define LLDESC_FROM_HOST_CLEANUP(ds) LLDESC_CONFIG((ds), LLDESC_HW_OWNED, 0, 0, 0) argument
[all …]
/hal_espressif-3.5.0/components/esp_rom/include/esp32s2/rom/
Dlldesc.h140 lldesc_t *ds = head; in lldesc_get_chain_length() local
143 while (ds) { in lldesc_get_chain_length()
144 len += ds->length; in lldesc_get_chain_length()
145 ds = STAILQ_NEXT(ds, qe); in lldesc_get_chain_length()
151 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config() argument
153 ds->owner = owner; in lldesc_config()
154 ds->eof = eof; in lldesc_config()
155 ds->sosf = sosf; in lldesc_config()
156 ds->length = len; in lldesc_config()
166 #define LLDESC_FROM_HOST_CLEANUP(ds) LLDESC_CONFIG((ds), LLDESC_HW_OWNED, 0, 0, 0) argument
[all …]
/hal_espressif-3.5.0/components/esp_rom/include/esp32s3/rom/
Dlldesc.h138 lldesc_t *ds = head; in lldesc_get_chain_length() local
141 while (ds) { in lldesc_get_chain_length()
142 len += ds->length; in lldesc_get_chain_length()
143 ds = STAILQ_NEXT(ds, qe); in lldesc_get_chain_length()
149 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config() argument
151 ds->owner = owner; in lldesc_config()
152 ds->eof = eof; in lldesc_config()
153 ds->sosf = sosf; in lldesc_config()
154 ds->length = len; in lldesc_config()
165 #define LLDESC_FROM_HOST_CLEANUP(ds) LLDESC_CONFIG((ds), LLDESC_HW_OWNED, 0, 0, 0) argument
[all …]
/hal_espressif-3.5.0/tools/kconfig/
Dsymbol.c417 struct symbol *ds = prop_get_symbol(prop); in sym_calc_value() local
418 if (ds) { in sym_calc_value()
420 sym_calc_value(ds); in sym_calc_value()
421 newval.val = ds->curr.val; in sym_calc_value()
695 struct symbol *ds; in sym_get_string_default() local
719 ds = prop_get_symbol(prop); in sym_get_string_default()
720 if (ds != NULL) { in sym_get_string_default()
721 sym_calc_value(ds); in sym_get_string_default()
722 str = (const char *)ds->curr.val; in sym_get_string_default()
Dconfdata.c700 struct symbol *ds; in conf_write_defconfig() local
703 ds = sym_choice_default(cs); in conf_write_defconfig()
704 if (!sym_is_optional(cs) && sym == ds) { in conf_write_defconfig()
/hal_espressif-3.5.0/docs/zh_CN/api-reference/peripherals/
Dds.rst1 .. include:: ../../../en/api-reference/peripherals/ds.rst
Dindex.rst15 :SOC_DIG_SIGN_SUPPORTED: ds
/hal_espressif-3.5.0/docs/en/api-reference/peripherals/
Dindex.rst15 :SOC_DIG_SIGN_SUPPORTED: ds
/hal_espressif-3.5.0/examples/system/ulp_riscv/ds18b20_onewire/
DREADME.md6 …ead temperature from a [DS18B20](https://datasheets.maximintegrated.com/en/ds/DS18B20.pdf) tempera…
/hal_espressif-3.5.0/docs/en/api-reference/protocols/
Desp_tls.rst148 …r to the :doc:`Digital Signature Documentation </api-reference/peripherals/ds>`. The technical det…
150 …ure, see `Configure the DS Peripheral` in :doc:`Digital Signature </api-reference/peripherals/ds>`.