Searched refs:CY_IPC_STRUCT_PTR (Results 1 – 10 of 10) sorted by relevance
520 …while (0U == _FLD2VAL(IPC_STRUCT_ACQUIRE_SUCCESS, REG_IPC_STRUCT_ACQUIRE(CY_IPC_STRUCT_PTR(CY_IPC_… in Cy_SysPm_CpuEnterDeepSleep()525 ddftStructData = REG_IPC_STRUCT_DATA(CY_IPC_STRUCT_PTR(CY_IPC_CHAN_DDFT)); in Cy_SysPm_CpuEnterDeepSleep()560 REG_IPC_STRUCT_DATA(CY_IPC_STRUCT_PTR(CY_IPC_CHAN_DDFT)) = ddftStructData; in Cy_SysPm_CpuEnterDeepSleep()563 REG_IPC_STRUCT_RELEASE(CY_IPC_STRUCT_PTR(CY_IPC_CHAN_DDFT)) = 0U; in Cy_SysPm_CpuEnterDeepSleep()566 (void) REG_IPC_STRUCT_RELEASE(CY_IPC_STRUCT_PTR(CY_IPC_CHAN_DDFT)); in Cy_SysPm_CpuEnterDeepSleep()628 …while (0U == _FLD2VAL(IPC_STRUCT_ACQUIRE_SUCCESS, REG_IPC_STRUCT_ACQUIRE(CY_IPC_STRUCT_PTR(CY_IPC_… in Cy_SysPm_CpuEnterDeepSleep()633 ddftStructData = REG_IPC_STRUCT_DATA(CY_IPC_STRUCT_PTR(CY_IPC_CHAN_DDFT)); in Cy_SysPm_CpuEnterDeepSleep()651 REG_IPC_STRUCT_DATA(CY_IPC_STRUCT_PTR(CY_IPC_CHAN_DDFT)) = ddftStructData; in Cy_SysPm_CpuEnterDeepSleep()654 REG_IPC_STRUCT_RELEASE(CY_IPC_STRUCT_PTR(CY_IPC_CHAN_DDFT)) = 0U; in Cy_SysPm_CpuEnterDeepSleep()
2907 …while (0U == _FLD2VAL(IPC_STRUCT_ACQUIRE_SUCCESS, REG_IPC_STRUCT_ACQUIRE(CY_IPC_STRUCT_PTR(CY_IPC_… in Cy_PRA_PmCm4DpFlagSet()2912 ddftStructData = REG_IPC_STRUCT_DATA(CY_IPC_STRUCT_PTR(CY_IPC_CHAN_DDFT)); in Cy_PRA_PmCm4DpFlagSet()2918 REG_IPC_STRUCT_DATA(CY_IPC_STRUCT_PTR(CY_IPC_CHAN_DDFT)) = ddftStructData; in Cy_PRA_PmCm4DpFlagSet()2921 REG_IPC_STRUCT_RELEASE(CY_IPC_STRUCT_PTR(CY_IPC_CHAN_DDFT)) = 0U; in Cy_PRA_PmCm4DpFlagSet()2924 (void) REG_IPC_STRUCT_RELEASE(CY_IPC_STRUCT_PTR(CY_IPC_CHAN_DDFT)); in Cy_PRA_PmCm4DpFlagSet()
2068 …while(0U == (IPC_STRUCT_ACQUIRE_SUCCESS_Msk & REG_IPC_STRUCT_ACQUIRE(CY_IPC_STRUCT_PTR(CY_IPC_CHAN… in Cy_SysClk_ClkMeasurementCountersGetFreq()2086 REG_IPC_STRUCT_RELEASE(CY_IPC_STRUCT_PTR(CY_IPC_CHAN_DDFT)) = 0U; in Cy_SysClk_ClkMeasurementCountersGetFreq()2237 …while(0U == (IPC_STRUCT_ACQUIRE_SUCCESS_Msk & REG_IPC_STRUCT_ACQUIRE(CY_IPC_STRUCT_PTR(CY_IPC_CHAN… in Cy_SysClk_StartClkMeasurementCounters()2263 REG_IPC_STRUCT_RELEASE(CY_IPC_STRUCT_PTR(CY_IPC_CHAN_DDFT)) = 0U; in Cy_SysClk_StartClkMeasurementCounters()
556 …e(0U == _FLD2VAL(IPC_STRUCT_ACQUIRE_SUCCESS, REG_IPC_STRUCT_ACQUIRE(CY_IPC_STRUCT_PTR(CY_IPC_CHAN_… in Cy_Flash_RAMDelay()574 REG_IPC_STRUCT_RELEASE(CY_IPC_STRUCT_PTR(CY_IPC_CHAN_DDFT)) = 0U; in Cy_Flash_RAMDelay()
137 REG_IPC_STRUCT_DATA(CY_IPC_STRUCT_PTR(CY_IPC_CHAN_DDFT)) = (CY_STARTUP_CM0_DP_STATE << in SystemInit()141 REG_IPC_STRUCT_RELEASE(CY_IPC_STRUCT_PTR(CY_IPC_CHAN_DDFT)) = 0UL; in SystemInit()
152 REG_IPC_STRUCT_DATA(CY_IPC_STRUCT_PTR(CY_IPC_CHAN_DDFT)) = 0UL; in SystemInit()155 REG_IPC_STRUCT_RELEASE(CY_IPC_STRUCT_PTR(CY_IPC_CHAN_DDFT)) = 0UL; in SystemInit()
667 return ( (IPC_STRUCT_Type*) CY_IPC_STRUCT_PTR(ipcIndex)); in Cy_IPC_Drv_GetIpcBaseAddress()
2300 #define CY_IPC_STRUCT_PTR(ipcIndex) ((IPC_STRUCT_Type*)((void *)(((uint8_t*)&(BTSS_DATA_… macro2303 #define CY_IPC_STRUCT_PTR(ipcIndex) ((IPC_STRUCT_Type*)(IPC_BASE + (sizeof(IPC_STRUCT_Ty… macro
1618 #define CY_IPC_STRUCT_PTR(ipcIndex) ((IPC_STRUCT_Type*)(cy_device->ipcBase + (cy_device-… macro
2118 #define CY_IPC_STRUCT_PTR(ipcIndex) CY_IPC_STRUCT_PTR_FOR_IP(((ipcIndex)… macro