Home
last modified time | relevance | path

Searched refs:piloEnable (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_pra_cfg.c843 if ((devConfig->piloEnable) && (CY_SRSS_PILO_PRESENT)) in Cy_PRA_GetClkLfFreq()
1493 …((devConfig->piloEnable) && (CY_SRSS_PILO_PRESENT)) ? (retStatus = CY_PRA_STATUS_SUCCESS) : (retSt… in Cy_PRA_ValidateClkLf()
1560 …((devConfig->piloEnable) && (CY_SRSS_PILO_PRESENT)) ? (status = CY_PRA_STATUS_SUCCESS) : (status =… in Cy_PRA_ValidateClkPathMux()
2579 if (!devConfig->piloEnable) in Cy_PRA_SystemConfig()
2588 if (devConfig->piloEnable) in Cy_PRA_SystemConfig()
Dcy_pra.c1172 piloEnableTmp = structCpy.piloEnable; in Cy_PRA_ProcessCmd()
1173 structCpy.piloEnable = true; in Cy_PRA_ProcessCmd()
1180 structCpy.piloEnable = piloEnableTmp; in Cy_PRA_ProcessCmd()
1194 piloEnableTmp = structCpy.piloEnable; in Cy_PRA_ProcessCmd()
1195 structCpy.piloEnable = false; in Cy_PRA_ProcessCmd()
1202 structCpy.piloEnable = piloEnableTmp; in Cy_PRA_ProcessCmd()
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_pra_cfg.h177 bool piloEnable; /**< PILO Enable */ member