Searched refs:runtimeType (Results 1 – 1 of 1) sorted by relevance
46 uint8_t runtimeType, typeOffset; in HAL_PM_RuntimeRequest() local50 runtimeType = PM_RUNTIME_ID_TO_TYPE(runtimeId); in HAL_PM_RuntimeRequest()52 HAL_ASSERT(runtimeType < PM_RUNTIME_TYPE_END); in HAL_PM_RuntimeRequest()55 runtimeStatus.bits[runtimeType] |= HAL_BIT(typeOffset); in HAL_PM_RuntimeRequest()67 uint8_t runtimeType, typeOffset; in HAL_PM_RuntimeRelease() local71 runtimeType = PM_RUNTIME_ID_TO_TYPE(runtimeId); in HAL_PM_RuntimeRelease()74 HAL_ASSERT(runtimeType < PM_RUNTIME_TYPE_END); in HAL_PM_RuntimeRelease()77 runtimeStatus.bits[runtimeType] &= ~HAL_BIT(typeOffset); in HAL_PM_RuntimeRelease()
Completed in 4 milliseconds