Searched refs:DFS_CTL_DFS_RESET_MASK (Results 1 – 2 of 2) sorted by relevance
189 …uint32 CoreDfsIsInReset = IP_CORE_DFS->CTL & DFS_CTL_DFS_RESET_MASK; /* if master core … in Clock_Ip_SpecificPlatformInitClock()190 …uint32 PeriphDfsIsInReset = IP_PERIPH_DFS->CTL & DFS_CTL_DFS_RESET_MASK; /* if master perip… in Clock_Ip_SpecificPlatformInitClock()225 IP_CORE_DFS->CTL &= ~DFS_CTL_DFS_RESET_MASK; in Clock_Ip_SpecificPlatformInitClock()235 IP_PERIPH_DFS->CTL &= ~DFS_CTL_DFS_RESET_MASK; in Clock_Ip_SpecificPlatformInitClock()258 IP_CORE_DFS->CTL &= ~DFS_CTL_DFS_RESET_MASK; in Clock_Ip_SpecificPlatformInitClock()281 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)