Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/RW610/
Dfsl_pm_device.c141 uint32_t rescMask, rescGroup; in PM_DEV_GetSleepConfig() local
145 rescGroup = pSysRescGroup->groupSlice[0] & 0xFU; in PM_DEV_GetSleepConfig()
146 POWER_ConfigCauInSleep((rescMask == 0U) || ((rescGroup & PM_RESOURCE_FULL_ON) == 0U)); in PM_DEV_GetSleepConfig()
151 rescGroup = (pSysRescGroup->groupSlice[i / 8] >> (4U * ((uint32_t)i % 8U))) & 0xFU; in PM_DEV_GetSleepConfig()
152 if ((rescMask == 1U) && ((rescGroup & PM_RESOURCE_FULL_ON) != 0U)) in PM_DEV_GetSleepConfig()
162 rescGroup = (pSysRescGroup->groupSlice[i / 8] >> (4U * ((uint32_t)i % 8U))) & 0xFU; in PM_DEV_GetSleepConfig()
163 if ((rescMask == 1U) && ((rescGroup & PM_RESOURCE_FULL_ON) != 0U)) in PM_DEV_GetSleepConfig()
171 rescGroup = (pSysRescGroup->groupSlice[28 / 8] >> (4U * (28U % 8U))) & 0xFU; in PM_DEV_GetSleepConfig()
172 if ((rescMask == 1U) && ((rescGroup & PM_RESOURCE_FULL_ON) != 0U)) in PM_DEV_GetSleepConfig()
177 rescGroup = (pSysRescGroup->groupSlice[29 / 8] >> (4U * (29U % 8U))) & 0xFU; in PM_DEV_GetSleepConfig()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/RW612/
Dfsl_pm_device.c141 uint32_t rescMask, rescGroup; in PM_DEV_GetSleepConfig() local
145 rescGroup = pSysRescGroup->groupSlice[0] & 0xFU; in PM_DEV_GetSleepConfig()
146 POWER_ConfigCauInSleep((rescMask == 0U) || ((rescGroup & PM_RESOURCE_FULL_ON) == 0U)); in PM_DEV_GetSleepConfig()
151 rescGroup = (pSysRescGroup->groupSlice[i / 8] >> (4U * ((uint32_t)i % 8U))) & 0xFU; in PM_DEV_GetSleepConfig()
152 if ((rescMask == 1U) && ((rescGroup & PM_RESOURCE_FULL_ON) != 0U)) in PM_DEV_GetSleepConfig()
162 rescGroup = (pSysRescGroup->groupSlice[i / 8] >> (4U * ((uint32_t)i % 8U))) & 0xFU; in PM_DEV_GetSleepConfig()
163 if ((rescMask == 1U) && ((rescGroup & PM_RESOURCE_FULL_ON) != 0U)) in PM_DEV_GetSleepConfig()
171 rescGroup = (pSysRescGroup->groupSlice[28 / 8] >> (4U * (28U % 8U))) & 0xFU; in PM_DEV_GetSleepConfig()
172 if ((rescMask == 1U) && ((rescGroup & PM_RESOURCE_FULL_ON) != 0U)) in PM_DEV_GetSleepConfig()
177 rescGroup = (pSysRescGroup->groupSlice[29 / 8] >> (4U * (29U % 8U))) & 0xFU; in PM_DEV_GetSleepConfig()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT533S/
Dfsl_pm_device.c244 uint32_t rescGroup; in PM_DEV_EnablePeripheralsDeepSleep() local
252 rescGroup = PM_RESC_GROUP(pSysRescGroup, resc); in PM_DEV_EnablePeripheralsDeepSleep()
255 if (rescMask && ((rescGroup & PM_RESOURCE_FULL_ON) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
260 else if (rescMask && ((rescGroup & PM_RESOURCE_PARTABLE_ON1) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
271 rescGroup = PM_RESC_GROUP(pSysRescGroup, resc); in PM_DEV_EnablePeripheralsDeepSleep()
274 if (rescMask && ((rescGroup & PM_RESOURCE_FULL_ON) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
280 else if (rescMask && ((rescGroup & PM_RESOURCE_PARTABLE_ON1) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
291 rescGroup = PM_RESC_GROUP(pSysRescGroup, resc); in PM_DEV_EnablePeripheralsDeepSleep()
294 if (rescMask && ((rescGroup & PM_RESOURCE_FULL_ON) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
308 uint32_t rescGroup; in PM_DEV_DisablePeripheralsSleep() local
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT555S/
Dfsl_pm_device.c244 uint32_t rescGroup; in PM_DEV_EnablePeripheralsDeepSleep() local
252 rescGroup = PM_RESC_GROUP(pSysRescGroup, resc); in PM_DEV_EnablePeripheralsDeepSleep()
255 if (rescMask && ((rescGroup & PM_RESOURCE_FULL_ON) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
260 else if (rescMask && ((rescGroup & PM_RESOURCE_PARTABLE_ON1) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
271 rescGroup = PM_RESC_GROUP(pSysRescGroup, resc); in PM_DEV_EnablePeripheralsDeepSleep()
274 if (rescMask && ((rescGroup & PM_RESOURCE_FULL_ON) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
280 else if (rescMask && ((rescGroup & PM_RESOURCE_PARTABLE_ON1) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
291 rescGroup = PM_RESC_GROUP(pSysRescGroup, resc); in PM_DEV_EnablePeripheralsDeepSleep()
294 if (rescMask && ((rescGroup & PM_RESOURCE_FULL_ON) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
308 uint32_t rescGroup; in PM_DEV_DisablePeripheralsSleep() local
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT595S/
Dfsl_pm_device.c244 uint32_t rescGroup; in PM_DEV_EnablePeripheralsDeepSleep() local
252 rescGroup = PM_RESC_GROUP(pSysRescGroup, resc); in PM_DEV_EnablePeripheralsDeepSleep()
255 if (rescMask && ((rescGroup & PM_RESOURCE_FULL_ON) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
260 else if (rescMask && ((rescGroup & PM_RESOURCE_PARTABLE_ON1) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
271 rescGroup = PM_RESC_GROUP(pSysRescGroup, resc); in PM_DEV_EnablePeripheralsDeepSleep()
274 if (rescMask && ((rescGroup & PM_RESOURCE_FULL_ON) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
280 else if (rescMask && ((rescGroup & PM_RESOURCE_PARTABLE_ON1) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
291 rescGroup = PM_RESC_GROUP(pSysRescGroup, resc); in PM_DEV_EnablePeripheralsDeepSleep()
294 if (rescMask && ((rescGroup & PM_RESOURCE_FULL_ON) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
308 uint32_t rescGroup; in PM_DEV_DisablePeripheralsSleep() local
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT685S/
Dfsl_pm_device.c217 uint32_t rescGroup; in PM_DEV_EnablePeripheralsDeepSleep() local
225 rescGroup = PM_RESC_GROUP(pSysRescGroup, resc); in PM_DEV_EnablePeripheralsDeepSleep()
228 if (rescMask && ((rescGroup & PM_RESOURCE_FULL_ON) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
233 else if (rescMask && ((rescGroup & PM_RESOURCE_PARTABLE_ON1) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
244 rescGroup = PM_RESC_GROUP(pSysRescGroup, resc); in PM_DEV_EnablePeripheralsDeepSleep()
247 if (rescMask && ((rescGroup & PM_RESOURCE_FULL_ON) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
253 else if (rescMask && ((rescGroup & PM_RESOURCE_PARTABLE_ON1) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
264 rescGroup = PM_RESC_GROUP(pSysRescGroup, resc); in PM_DEV_EnablePeripheralsDeepSleep()
267 if (rescMask && ((rescGroup & PM_RESOURCE_FULL_ON) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
281 uint32_t rescGroup; in PM_DEV_DisablePeripheralsSleep() local
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT735S/
Dfsl_pm_device.c323 uint32_t rescGroup; in PM_DEV_EnablePeripheralsDeepSleep() local
331 rescGroup = PM_RESC_GROUP(pSysRescGroup, resc); in PM_DEV_EnablePeripheralsDeepSleep()
334 if ((rescMask != 0U) && ((rescGroup & PM_RESOURCE_FULL_ON) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
340 else if ((rescMask != 0U) && ((rescGroup & PM_RESOURCE_PARTABLE_ON1) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
355 rescGroup = PM_RESC_GROUP(pSysRescGroup, resc); in PM_DEV_EnablePeripheralsDeepSleep()
358 if ((rescMask != 0U) && ((rescGroup & PM_RESOURCE_FULL_ON) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
369 uint32_t rescGroup; in PM_DEV_DisablePeripheralsSleep() local
377 rescGroup = PM_RESC_GROUP(pSysRescGroup, resc); in PM_DEV_DisablePeripheralsSleep()
382 if ((rescGroup & PM_RESOURCE_FULL_ON) != 0U) in PM_DEV_DisablePeripheralsSleep()
388 else if ((rescGroup & PM_RESOURCE_PARTABLE_ON1) != 0U) in PM_DEV_DisablePeripheralsSleep()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT758S/
Dfsl_pm_device.c323 uint32_t rescGroup; in PM_DEV_EnablePeripheralsDeepSleep() local
331 rescGroup = PM_RESC_GROUP(pSysRescGroup, resc); in PM_DEV_EnablePeripheralsDeepSleep()
334 if ((rescMask != 0U) && ((rescGroup & PM_RESOURCE_FULL_ON) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
340 else if ((rescMask != 0U) && ((rescGroup & PM_RESOURCE_PARTABLE_ON1) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
355 rescGroup = PM_RESC_GROUP(pSysRescGroup, resc); in PM_DEV_EnablePeripheralsDeepSleep()
358 if ((rescMask != 0U) && ((rescGroup & PM_RESOURCE_FULL_ON) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
369 uint32_t rescGroup; in PM_DEV_DisablePeripheralsSleep() local
377 rescGroup = PM_RESC_GROUP(pSysRescGroup, resc); in PM_DEV_DisablePeripheralsSleep()
382 if ((rescGroup & PM_RESOURCE_FULL_ON) != 0U) in PM_DEV_DisablePeripheralsSleep()
388 else if ((rescGroup & PM_RESOURCE_PARTABLE_ON1) != 0U) in PM_DEV_DisablePeripheralsSleep()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT798S/
Dfsl_pm_device.c323 uint32_t rescGroup; in PM_DEV_EnablePeripheralsDeepSleep() local
331 rescGroup = PM_RESC_GROUP(pSysRescGroup, resc); in PM_DEV_EnablePeripheralsDeepSleep()
334 if ((rescMask != 0U) && ((rescGroup & PM_RESOURCE_FULL_ON) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
340 else if ((rescMask != 0U) && ((rescGroup & PM_RESOURCE_PARTABLE_ON1) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
355 rescGroup = PM_RESC_GROUP(pSysRescGroup, resc); in PM_DEV_EnablePeripheralsDeepSleep()
358 if ((rescMask != 0U) && ((rescGroup & PM_RESOURCE_FULL_ON) != 0U)) in PM_DEV_EnablePeripheralsDeepSleep()
369 uint32_t rescGroup; in PM_DEV_DisablePeripheralsSleep() local
377 rescGroup = PM_RESC_GROUP(pSysRescGroup, resc); in PM_DEV_DisablePeripheralsSleep()
382 if ((rescGroup & PM_RESOURCE_FULL_ON) != 0U) in PM_DEV_DisablePeripheralsSleep()
388 else if ((rescGroup & PM_RESOURCE_PARTABLE_ON1) != 0U) in PM_DEV_DisablePeripheralsSleep()
[all …]