Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/pm/power_mgmt/src/
Dmain.c91 enum pm_device_state state_c; in device_b_pm_action() local
98 (void)pm_device_state_get(device_c, &state_c); in device_b_pm_action()
103 zassert_equal(state_c, PM_DEVICE_STATE_SUSPENDED, in device_b_pm_action()
111 zassert_equal(state_c, PM_DEVICE_STATE_SUSPENDED, in device_b_pm_action()