Searched refs:START (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/riscv/include/riscv/ |
D | csr.h | 107 #define PMPADDR_NAPOT(START, END) ({ \ argument 108 … ESP_STATIC_ASSERT(__builtin_popcount((END)-(START)) == 1, "Size must be a power of 2"); \ 109 ESP_STATIC_ASSERT((START) % ((END)-(START)) == 0, "Start must be aligned to size"); \ 110 (((START)) | (((END)-(START)-1)>>1)); \
|
/hal_espressif-latest/components/heap/include/ |
D | heap_memory_layout.h | 75 #define SOC_RESERVE_MEMORY_REGION(START, END, NAME) \ argument 77 static soc_reserved_region_t reserved_region_##NAME = { START, END };
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/ |
D | eap_server_wsc.c | 20 enum { START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, WSC_FAIL } state; enumerator 35 case START: in eap_wsc_state_txt() 84 data->state = registrar ? START : MESG; in eap_wsc_init() 198 case START: in eap_wsc_buildReq()
|