Home
last modified time | relevance | path

Searched refs:typeof (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.4.0/tools/kconfig/
Dlist.h19 const typeof( ((type *)0)->member ) *__mptr = (ptr); \
49 for (pos = list_entry((head)->next, typeof(*pos), member); \
51 pos = list_entry(pos->member.next, typeof(*pos), member))
61 for (pos = list_entry((head)->next, typeof(*pos), member), \
62 n = list_entry(pos->member.next, typeof(*pos), member); \
64 pos = n, n = list_entry(n->member.next, typeof(*n), member))
Dnconf.h30 typeof(a) _a = a;\
31 typeof(b) _b = b;\
35 typeof(a) _a = a;\
36 typeof(b) _b = b;\
/hal_espressif-3.4.0/zephyr/esp_shared/include/
Dstubs.h13 #ifndef typeof
14 #define typeof __typeof__ macro
/hal_espressif-3.4.0/components/hal/esp32/
Dbrownout_hal.c21 typeof(RTCCNTL.brown_out) brown_out_reg = { in brownout_hal_config()
/hal_espressif-3.4.0/components/hal/esp32c3/
Dbrownout_hal.c26 typeof(RTCCNTL.brown_out) brown_out_reg = { in brownout_hal_config()
/hal_espressif-3.4.0/components/hal/esp32h2/
Dbrownout_hal.c27 typeof(RTCCNTL.brown_out) brown_out_reg = { in brownout_hal_config()
/hal_espressif-3.4.0/components/hal/esp32s3/
Dbrownout_hal.c26 typeof(RTCCNTL.brown_out) brown_out_reg = { in brownout_hal_config()
/hal_espressif-3.4.0/components/hal/esp32s2/
Dbrownout_hal.c29 typeof(RTCCNTL.brown_out) brown_out_reg = { in brownout_hal_config()
/hal_espressif-3.4.0/components/touch_element/
Dtouch_element.c32 typeof(cls_start) cls_method; \
40 typeof(cls_start) cls_method; \
50 typeof(cls_start) cls_method; \
59 typeof(cls_start) cls_method; \
68 typeof(cls_start) cls_method; \
/hal_espressif-3.4.0/components/driver/test/param_test/include/
Dparam_test.h144 PARAM_GROUP_DECLARE_TYPE(group_name, typeof(param_group[0]), param_group)
/hal_espressif-3.4.0/components/spi_flash/
Dpartition.c171 typeof(s_partition_list) new_partitions_list = SLIST_HEAD_INITIALIZER(s_partition_list); in load_partitions()