Home
last modified time | relevance | path

Searched refs:frm (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.4.0/tools/test_apps/system/memprot/main/esp32c3/
Dtest_panic.c25 void return_from_panic_handler(RvExcFrame *frm) __attribute__((noreturn));
40 RvExcFrame *frm = (RvExcFrame *)info->frame; in __wrap_esp_panic_handler() local
41 if ( frm->mcause == MCAUSE_ILLEGAL_INSTRUCTION && g_override_illegal_instruction == true ) { in __wrap_esp_panic_handler()
44 frm->mepc = frm->ra; in __wrap_esp_panic_handler()
48 return_from_panic_handler(frm); in __wrap_esp_panic_handler()
/hal_espressif-3.4.0/components/wpa_supplicant/esp_supplicant/src/
Desp_common.c33 struct ieee_mgmt_frame *frm = os_malloc(sizeof(struct ieee_mgmt_frame) + len); in handle_action_frm() local
35 if (!frm) { in handle_action_frm()
40 os_memcpy(frm->sender, sender, ETH_ALEN); in handle_action_frm()
41 frm->len = len; in handle_action_frm()
42 frm->channel = channel; in handle_action_frm()
43 frm->rssi = rssi; in handle_action_frm()
45 os_memcpy(frm->payload, frame, len); in handle_action_frm()
46 if (esp_supplicant_post_evt(SIG_SUPPLICANT_RX_ACTION, (u32)frm) != 0) { in handle_action_frm()
47 os_free(frm); in handle_action_frm()
112 struct ieee_mgmt_frame *frm = (struct ieee_mgmt_frame *)evt->data; in btm_rrm_task() local
[all …]
/hal_espressif-3.4.0/tools/test_apps/system/memprot/main/esp32s2/
Dtest_panic.c36 XtExcFrame *frm = (XtExcFrame *)info->frame; in __wrap_esp_panic_handler() local
37 if ( frm->exccause == EXCCAUSE_ILLEGAL && g_override_illegal_instruction == true ) { in __wrap_esp_panic_handler()
38 frm->pc = frm->a0; in __wrap_esp_panic_handler()