Home
last modified time | relevance | path

Searched refs:processed (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/esp_timer/
DKconfig63 - "CPU0": (default) esp_timer task is processed by CPU0.
64 - "CPU1": esp_timer task is processed by CPU1.
65 - "No affinity": esp_timer task can be processed by any CPU.
90 - "CPU0": (default) timer interrupt is processed by CPU0.
91 - "CPU1": timer interrupt is processed by CPU1.
92 - "No affinity": timer interrupt can be processed by any CPU. It helps
/hal_espressif-latest/components/esp_timer/src/
Desp_timer.c433 bool processed = false; in timer_process_alarm() local
441 processed = true; in timer_process_alarm()
482 …if (dispatch_method == ESP_TIMER_TASK || (dispatch_method != ESP_TIMER_TASK && processed == true))… in timer_process_alarm()
486 if (processed) { in timer_process_alarm()
491 return processed; in timer_process_alarm()
/hal_espressif-latest/components/esp_system/ld/
Dld.cmake1 # For each supported target, a memory.ld.in and sections.ld.in is processed and dictate the
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c1992 BOOLEAN processed = FALSE; in bta_gattc_process_srvc_chg_ind() local
2016 processed = TRUE; in bta_gattc_process_srvc_chg_ind()
2057 return processed; in bta_gattc_process_srvc_chg_ind()
/hal_espressif-latest/components/esp_wifi/
DKconfig124 …received. The MGMT buffer is freed after the MGMT data frame has been processed by the WiFi driver.
/hal_espressif-latest/components/bt/esp_ble_mesh/
DKconfig.in262 be processed and notified to the application layer by Provisioner.