Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/imx/devices/MCIMX6X/
DMCIMX6X_M4.h34434 #define SSI_SRX_REG(base,index) ((base)->SRX[index]) macro
34778 #define SSI1_SRX0 SSI_SRX_REG(SSI1_BASE_PTR,0)
34779 #define SSI1_SRX1 SSI_SRX_REG(SSI1_BASE_PTR,1)
34800 #define SSI2_SRX0 SSI_SRX_REG(SSI2_BASE_PTR,0)
34801 #define SSI2_SRX1 SSI_SRX_REG(SSI2_BASE_PTR,1)
34822 #define SSI3_SRX0 SSI_SRX_REG(SSI3_BASE_PTR,0)
34823 #define SSI3_SRX1 SSI_SRX_REG(SSI3_BASE_PTR,1)
34845 #define SSI1_SRX(index) SSI_SRX_REG(SSI1_BASE_PTR,index)
34846 #define SSI2_SRX(index) SSI_SRX_REG(SSI2_BASE_PTR,index)
34847 #define SSI3_SRX(index) SSI_SRX_REG(SSI3_BASE_PTR,index)