Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32k3/Mcu/src/
DClock_Ip_Specific.c688 uint32 Pram0RegVal = IP_PRAMC_0->PRCR1; in Clock_Ip_PRAMCSetRamIWS() local
705 Pram0RegVal |= PRAMC_PRCR1_FT_DIS_MASK; in Clock_Ip_PRAMCSetRamIWS()
711 Pram0RegVal &= ~PRAMC_PRCR1_P0_BO_DIS_MASK; in Clock_Ip_PRAMCSetRamIWS()
719 Pram0RegVal &= ~PRAMC_PRCR1_FT_DIS_MASK; in Clock_Ip_PRAMCSetRamIWS()
725 IP_PRAMC_0->PRCR1 = Pram0RegVal; in Clock_Ip_PRAMCSetRamIWS()