Searched refs:intr_on (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | esp_memprot.c | 527 uint32_t intr_on = 0; in esp_mprot_get_active_intr() local 536 …_ERR_CHECK(err, esp_mprot_ll_err_to_esp_err(memprot_ll_iram0_get_monitor_status_intr(c, &intr_on))) in esp_mprot_get_active_intr() 537 if (intr_on) { in esp_mprot_get_active_intr() 544 …_ERR_CHECK(err, esp_mprot_ll_err_to_esp_err(memprot_ll_iram0_get_monitor_status_intr(c, &intr_on))) in esp_mprot_get_active_intr() 545 if (intr_on) { in esp_mprot_get_active_intr() 557 …_ERR_CHECK(err, esp_mprot_ll_err_to_esp_err(memprot_ll_dram0_get_monitor_status_intr(c, &intr_on))) in esp_mprot_get_active_intr() 558 if (intr_on) { in esp_mprot_get_active_intr() 565 …_ERR_CHECK(err, esp_mprot_ll_err_to_esp_err(memprot_ll_dram0_get_monitor_status_intr(c, &intr_on))) in esp_mprot_get_active_intr() 566 if (intr_on) { in esp_mprot_get_active_intr() 578 …RR_CHECK(err, esp_mprot_ll_err_to_esp_err(memprot_ll_rtcfast_get_monitor_status_intr(c, &intr_on))) in esp_mprot_get_active_intr() [all …]
|
/hal_espressif-latest/zephyr/esp32/src/wifi/ |
D | esp_wifi_adapter.c | 411 static void intr_on(unsigned int mask) in intr_on() function 727 ._ints_on = intr_on,
|
/hal_espressif-latest/zephyr/esp32s2/src/wifi/ |
D | esp_wifi_adapter.c | 415 static void intr_on(unsigned int mask) in intr_on() function 730 ._ints_on = intr_on,
|
/hal_espressif-latest/zephyr/esp32s3/src/wifi/ |
D | esp_wifi_adapter.c | 162 static void intr_on(unsigned int mask) in intr_on() function 746 ._ints_on = intr_on,
|
/hal_espressif-latest/zephyr/esp32/src/bt/ |
D | esp_bt_adapter.c | 268 static void intr_on(unsigned int mask); 282 ._ints_on = intr_on, 437 static void intr_on(unsigned int mask) in intr_on() function
|