Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL.c604 .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()
DRCL.h66 uint8_t powerNotifyEnableCount; member