Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/soc/s32k344/include/
DSiul2_Port_Ip_Defines.h107 #define SIUL2_MSCR_BASE (IP_SIUL2->MSCR) macro
111 #define PORTA_L_HALF ((Siul2_Port_Ip_PortType *)(SIUL2_MSCR_BASE + 0x00))
113 #define PORTA_H_HALF ((Siul2_Port_Ip_PortType *)(SIUL2_MSCR_BASE + 0x10))
115 #define PORTB_L_HALF ((Siul2_Port_Ip_PortType *)(SIUL2_MSCR_BASE + 0x20))
117 #define PORTB_H_HALF ((Siul2_Port_Ip_PortType *)(SIUL2_MSCR_BASE + 0x30))
119 #define PORTC_L_HALF ((Siul2_Port_Ip_PortType *)(SIUL2_MSCR_BASE + 0x40))
121 #define PORTC_H_HALF ((Siul2_Port_Ip_PortType *)(SIUL2_MSCR_BASE + 0x50))
123 #define PORTD_L_HALF ((Siul2_Port_Ip_PortType *)(SIUL2_MSCR_BASE + 0x60))
125 #define PORTD_H_HALF ((Siul2_Port_Ip_PortType *)(SIUL2_MSCR_BASE + 0x70))
127 #define PORTE_L_HALF ((Siul2_Port_Ip_PortType *)(SIUL2_MSCR_BASE + 0x80))
[all …]
/hal_nxp-3.5.0/s32/drivers/s32k3/Port/src/
DSiul2_Port_Ip.c882 portNumber = (uint32)((uint32)((uint32)((uint32)base - (uint32)SIUL2_MSCR_BASE) >> 2U) >> 4U); in Siul2_Port_Ip_RevertPinConfiguration()
937 u32MscrBase = (uint32)SIUL2_MSCR_BASE; in Siul2_Port_Ip_GetPinConfiguration()
/hal_nxp-3.5.0/s32/drivers/s32ze/Port/src/
DSiul2_Port_Ip.c1211 …_Ip_CoreType)((Siul2_Port_Ip_CoreType)base - (Siul2_Port_Ip_CoreType)SIUL2_MSCR_BASE) >> 2U) >> 4U… in Siul2_Port_Ip_RevertPinConfiguration()
1294 u32MscrBase = (Siul2_Port_Ip_CoreType)SIUL2_MSCR_BASE; in Siul2_Port_Ip_GetPinConfiguration()