Searched refs:PORTRESET (Results 1 – 3 of 3) sorted by relevance
259 IP_CORE_DFS->PORTRESET |= DFS_PORT_RESET; in Clock_Ip_SpecificPlatformInitClock()267 IP_CORE_DFS->PORTRESET &= ~DFS_PORT_RESET; in Clock_Ip_SpecificPlatformInitClock()269 IP_PERIPH_DFS->PORTRESET |= DFS_PORT_RESET; in Clock_Ip_SpecificPlatformInitClock()277 IP_PERIPH_DFS->PORTRESET &= ~DFS_PORT_RESET; in Clock_Ip_SpecificPlatformInitClock()289 IP_CORE_DFS->PORTRESET |= DFS_PORT_RESET; in Clock_Ip_SpecificPlatformInitClock()297 IP_CORE_DFS->PORTRESET &= ~DFS_PORT_RESET; in Clock_Ip_SpecificPlatformInitClock()309 IP_PERIPH_DFS->PORTRESET |= DFS_PORT_RESET; in Clock_Ip_SpecificPlatformInitClock()317 IP_PERIPH_DFS->PORTRESET &= ~DFS_PORT_RESET; in Clock_Ip_SpecificPlatformInitClock()
142 Clock_Ip_apxDfs[Instance]->PORTRESET |= (1UL << DividerIndex); in Clock_Ip_ResetDfsMfiMfn()164 Clock_Ip_apxDfs[Instance]->PORTRESET &= ~(1UL << DividerIndex); in Clock_Ip_SetDfsMfiMfn()181 if (0U == (Clock_Ip_apxDfs[Instance]->PORTRESET & (1UL << DividerIndex))) in Clock_Ip_CompleteDfsMfiMfn()
79 __IO uint32_t PORTRESET; /**< Port Reset, offset: 0x14 */ member