Searched refs:powerNotifyEnableCount (Results 1 – 2 of 2) sorted by relevance
604 .powerNotifyEnableCount = 0, in RCL_init()622 if (rclState.powerNotifyEnableCount == 0) in RCL_openPowerNotifications()626 rclState.powerNotifyEnableCount++; in RCL_openPowerNotifications()628 RCL_Debug_assert(rclState.powerNotifyEnableCount > 0); in RCL_openPowerNotifications()637 RCL_Debug_assert(rclState.powerNotifyEnableCount > 0); in RCL_closePowerNotifications()638 rclState.powerNotifyEnableCount--; in RCL_closePowerNotifications()639 if (rclState.powerNotifyEnableCount == 0) in RCL_closePowerNotifications()
66 uint8_t powerNotifyEnableCount; member