Home
last modified time | relevance | path

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

/hal_nxp-latest/imx/devices/MCIMX7D/
DMCIMX7D_M4.h21283 #define I2S_TFR_REG(base,index) ((base)->TFR[index]) macro
21563 #define I2S1_TFR0 I2S_TFR_REG(I2S1_BASE_PTR,0)
21582 #define I2S2_TFR0 I2S_TFR_REG(I2S2_BASE_PTR,0)
21601 #define I2S3_TFR0 I2S_TFR_REG(I2S3_BASE_PTR,0)
21616 #define I2S1_TFR(index) I2S_TFR_REG(I2S1_BASE_PTR,index)
21617 #define I2S2_TFR(index) I2S_TFR_REG(I2S2_BASE_PTR,index)
21618 #define I2S3_TFR(index) I2S_TFR_REG(I2S3_BASE_PTR,index)
/hal_nxp-latest/imx/devices/MCIMX6X/
DMCIMX6X_M4.h15298 #define I2S_TFR_REG(base,index) ((base)->TFR[index]) macro
15574 #define I2S1_TFR0 I2S_TFR_REG(I2S1_BASE_PTR,0)
15593 #define I2S2_TFR0 I2S_TFR_REG(I2S2_BASE_PTR,0)
15607 #define I2S1_TFR(index) I2S_TFR_REG(I2S1_BASE_PTR,index)
15608 #define I2S2_TFR(index) I2S_TFR_REG(I2S2_BASE_PTR,index)