Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_syspm_v3.c1457 (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 …]
/hal_infineon-3.6.0/mtb-pdl-cat1/devices/COMPONENT_CAT1C/include/
Dcy_device.h173 #define SRSS_PWR_SSV_STATUS (((SRSS_Type *) SRSS)->PWR_SSV_STATUS) macro