Searched refs:typeof (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-3.4.0/tools/kconfig/ |
D | list.h | 19 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))
|
D | nconf.h | 30 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/ |
D | stubs.h | 13 #ifndef typeof 14 #define typeof __typeof__ macro
|
/hal_espressif-3.4.0/components/hal/esp32/ |
D | brownout_hal.c | 21 typeof(RTCCNTL.brown_out) brown_out_reg = { in brownout_hal_config()
|
/hal_espressif-3.4.0/components/hal/esp32c3/ |
D | brownout_hal.c | 26 typeof(RTCCNTL.brown_out) brown_out_reg = { in brownout_hal_config()
|
/hal_espressif-3.4.0/components/hal/esp32h2/ |
D | brownout_hal.c | 27 typeof(RTCCNTL.brown_out) brown_out_reg = { in brownout_hal_config()
|
/hal_espressif-3.4.0/components/hal/esp32s3/ |
D | brownout_hal.c | 26 typeof(RTCCNTL.brown_out) brown_out_reg = { in brownout_hal_config()
|
/hal_espressif-3.4.0/components/hal/esp32s2/ |
D | brownout_hal.c | 29 typeof(RTCCNTL.brown_out) brown_out_reg = { in brownout_hal_config()
|
/hal_espressif-3.4.0/components/touch_element/ |
D | touch_element.c | 32 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/ |
D | param_test.h | 144 PARAM_GROUP_DECLARE_TYPE(group_name, typeof(param_group[0]), param_group)
|
/hal_espressif-3.4.0/components/spi_flash/ |
D | partition.c | 171 typeof(s_partition_list) new_partitions_list = SLIST_HEAD_INITIALIZER(s_partition_list); in load_partitions()
|