Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32ze/Mcu/src/
DClock_Ip_Specific.c259 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()
DClock_Ip_FracDiv.c142 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()
/hal_nxp-3.5.0/s32/drivers/s32ze/BaseNXP/header/
DS32Z2_DFS.h79 __IO uint32_t PORTRESET; /**< Port Reset, offset: 0x14 */ member