Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/
Dlldesc.h96 lldesc_t *ds = head; in lldesc_get_chain_length() local
99 while (ds) { in lldesc_get_chain_length()
100 len += ds->length; in lldesc_get_chain_length()
101 ds = STAILQ_NEXT(ds, qe); in lldesc_get_chain_length()
107 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config() argument
109 ds->owner = owner; in lldesc_config()
110 ds->eof = eof; in lldesc_config()
111 ds->sosf = sosf; in lldesc_config()
112 ds->length = len; in lldesc_config()
122 #define LLDESC_FROM_HOST_CLEANUP(ds) LLDESC_CONFIG((ds), LLDESC_HW_OWNED, 0, 0, 0) argument
[all …]
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Dlldesc.h96 lldesc_t *ds = head; in lldesc_get_chain_length() local
99 while (ds) { in lldesc_get_chain_length()
100 len += ds->length; in lldesc_get_chain_length()
101 ds = STAILQ_NEXT(ds, qe); in lldesc_get_chain_length()
107 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config() argument
109 ds->owner = owner; in lldesc_config()
110 ds->eof = eof; in lldesc_config()
111 ds->sosf = sosf; in lldesc_config()
112 ds->length = len; in lldesc_config()
122 #define LLDESC_FROM_HOST_CLEANUP(ds) LLDESC_CONFIG((ds), LLDESC_HW_OWNED, 0, 0, 0) argument
[all …]
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Dlldesc.h96 lldesc_t *ds = head; in lldesc_get_chain_length() local
99 while (ds) { in lldesc_get_chain_length()
100 len += ds->length; in lldesc_get_chain_length()
101 ds = STAILQ_NEXT(ds, qe); in lldesc_get_chain_length()
107 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config() argument
109 ds->owner = owner; in lldesc_config()
110 ds->eof = eof; in lldesc_config()
111 ds->sosf = sosf; in lldesc_config()
112 ds->length = len; in lldesc_config()
122 #define LLDESC_FROM_HOST_CLEANUP(ds) LLDESC_CONFIG((ds), LLDESC_HW_OWNED, 0, 0, 0) argument
[all …]
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Dlldesc.h93 lldesc_t *ds = head; in lldesc_get_chain_length() local
96 while (ds) { in lldesc_get_chain_length()
97 len += ds->length; in lldesc_get_chain_length()
98 ds = STAILQ_NEXT(ds, qe); in lldesc_get_chain_length()
104 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config() argument
106 ds->owner = owner; in lldesc_config()
107 ds->eof = eof; in lldesc_config()
108 ds->sosf = sosf; in lldesc_config()
109 ds->length = len; in lldesc_config()
120 #define LLDESC_FROM_HOST_CLEANUP(ds) LLDESC_CONFIG((ds), LLDESC_HW_OWNED, 0, 0, 0) argument
[all …]
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Dlldesc.h103 lldesc_t *ds = head; in lldesc_get_chain_length() local
106 while (ds) { in lldesc_get_chain_length()
107 len += ds->length; in lldesc_get_chain_length()
108 ds = STAILQ_NEXT(ds, qe); in lldesc_get_chain_length()
114 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config() argument
116 ds->owner = owner; in lldesc_config()
117 ds->eof = eof; in lldesc_config()
118 ds->sosf = sosf; in lldesc_config()
119 ds->length = len; in lldesc_config()
129 #define LLDESC_FROM_HOST_CLEANUP(ds) LLDESC_CONFIG((ds), LLDESC_HW_OWNED, 0, 0, 0) argument
[all …]
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Dlldesc.h107 lldesc_t *ds = head; in lldesc_get_chain_length() local
110 while (ds) { in lldesc_get_chain_length()
111 len += ds->length; in lldesc_get_chain_length()
112 ds = STAILQ_NEXT(ds, qe); in lldesc_get_chain_length()
118 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config() argument
120 ds->owner = owner; in lldesc_config()
121 ds->eof = eof; in lldesc_config()
122 ds->sosf = sosf; in lldesc_config()
123 ds->length = len; in lldesc_config()
133 #define LLDESC_FROM_HOST_CLEANUP(ds) LLDESC_CONFIG((ds), LLDESC_HW_OWNED, 0, 0, 0) argument
[all …]
/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Dlldesc.h107 lldesc_t *ds = head; in lldesc_get_chain_length() local
110 while (ds) { in lldesc_get_chain_length()
111 len += ds->length; in lldesc_get_chain_length()
112 ds = STAILQ_NEXT(ds, qe); in lldesc_get_chain_length()
118 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config() argument
120 ds->owner = owner; in lldesc_config()
121 ds->eof = eof; in lldesc_config()
122 ds->sosf = sosf; in lldesc_config()
123 ds->length = len; in lldesc_config()
133 #define LLDESC_FROM_HOST_CLEANUP(ds) LLDESC_CONFIG((ds), LLDESC_HW_OWNED, 0, 0, 0) argument
[all …]
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-P4.rst27 Bit0: ecdsa. Bit1: xts. Bit2: hmac. Bit3: ds
95 … . Bit0: ecdsa. Bit1: xts. Bit2: hmac. Bit3: ds