Searched refs:DFS_CTL_DFS_RESET_MASK (Results 1 – 2 of 2) sorted by relevance
252 …uint32 CoreDfsIsInReset = IP_CORE_DFS->CTL & DFS_CTL_DFS_RESET_MASK; /* if master core … in Clock_Ip_SpecificPlatformInitClock()253 …uint32 PeriphDfsIsInReset = IP_PERIPH_DFS->CTL & DFS_CTL_DFS_RESET_MASK; /* if master perip… in Clock_Ip_SpecificPlatformInitClock()288 IP_CORE_DFS->CTL &= ~DFS_CTL_DFS_RESET_MASK; in Clock_Ip_SpecificPlatformInitClock()298 IP_PERIPH_DFS->CTL &= ~DFS_CTL_DFS_RESET_MASK; in Clock_Ip_SpecificPlatformInitClock()321 IP_CORE_DFS->CTL &= ~DFS_CTL_DFS_RESET_MASK; in Clock_Ip_SpecificPlatformInitClock()344 IP_PERIPH_DFS->CTL &= ~DFS_CTL_DFS_RESET_MASK; in Clock_Ip_SpecificPlatformInitClock()
215 #define DFS_CTL_DFS_RESET_MASK (0x2U) macro218 … (((uint32_t)(((uint32_t)(x)) << DFS_CTL_DFS_RESET_SHIFT)) & DFS_CTL_DFS_RESET_MASK)