Searched refs:processed (Results 1 – 6 of 6) sorted by relevance
63 - "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
433 bool processed = false; in timer_process_alarm() local441 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()
1 # For each supported target, a memory.ld.in and sections.ld.in is processed and dictate the
1992 BOOLEAN processed = FALSE; in bta_gattc_process_srvc_chg_ind() local2016 processed = TRUE; in bta_gattc_process_srvc_chg_ind()2057 return processed; in bta_gattc_process_srvc_chg_ind()
124 …received. The MGMT buffer is freed after the MGMT data frame has been processed by the WiFi driver.
262 be processed and notified to the application layer by Provisioner.