Searched refs:SRSS_PWR_SSV_STATUS (Results 1 – 2 of 2) sorted by relevance
1457 (void)SRSS_PWR_SSV_STATUS; /* To Fix Coverity */ in Cy_SysPm_OvdEnable()1480 (void)SRSS_PWR_SSV_STATUS; /* To Fix Coverity */ in Cy_SysPm_OvdDisable()1523 (void)SRSS_PWR_SSV_STATUS; /* To Fix Coverity */ in Cy_SysPm_BodEnable()1546 (void)SRSS_PWR_SSV_STATUS; /* To Fix Coverity */ in Cy_SysPm_BodDisable()1581 returnStatus = (0u != _FLD2VAL(SRSS_PWR_SSV_STATUS_BODVDDD_OK, SRSS_PWR_SSV_STATUS)); in Cy_SysPm_SupplySupervisionStatus()1585 returnStatus = (0u != _FLD2VAL(SRSS_PWR_SSV_STATUS_BODVDDA_OK, SRSS_PWR_SSV_STATUS)); in Cy_SysPm_SupplySupervisionStatus()1589 returnStatus = (0u != _FLD2VAL(SRSS_PWR_SSV_STATUS_BODVCCD_OK, SRSS_PWR_SSV_STATUS)); in Cy_SysPm_SupplySupervisionStatus()1593 returnStatus = (0u != _FLD2VAL(SRSS_PWR_SSV_STATUS_OVDVDDD_OK, SRSS_PWR_SSV_STATUS)); in Cy_SysPm_SupplySupervisionStatus()1597 returnStatus = (0u != _FLD2VAL(SRSS_PWR_SSV_STATUS_OVDVDDA_OK, SRSS_PWR_SSV_STATUS)); in Cy_SysPm_SupplySupervisionStatus()1601 returnStatus = (0u != _FLD2VAL(SRSS_PWR_SSV_STATUS_OVDVCCD_OK, SRSS_PWR_SSV_STATUS)); in Cy_SysPm_SupplySupervisionStatus()[all …]
173 #define SRSS_PWR_SSV_STATUS (((SRSS_Type *) SRSS)->PWR_SSV_STATUS) macro