Home
last modified time | relevance | path

Searched refs:exit_cnt (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/samples/boards/microchip/mec15xxevb_assy6853/power_management/src/
Dpower_mgmt.c42 uint8_t exit_cnt; member
123 pm_counters[0].exit_cnt++; in notify_pm_state_exit()
127 pm_counters[1].exit_cnt++; in notify_pm_state_exit()
140 pm_counters[i].exit_cnt); in pm_check_counters()
142 if (pm_counters[i].entry_cnt != pm_counters[i].exit_cnt) { in pm_check_counters()
151 pm_counters[i].exit_cnt = 0; in pm_check_counters()
159 pm_counters[i].exit_cnt = 0; in pm_reset_counters()
/Zephyr-latest/tests/subsys/pm/power_mgmt_soc/src/
Dpower_mgmt.c45 uint8_t exit_cnt; member
98 pm_counters[(int)state].exit_cnt++; in notify_pm_state_exit()
113 pm_counters[i].exit_cnt); in pm_check_counters()
116 pm_counters[i].exit_cnt, in pm_check_counters()
120 pm_counters[i].exit_cnt = 0; in pm_check_counters()
128 pm_counters[i].exit_cnt = 0; in pm_reset_counters()