Searched refs:I2S_TFR_REG (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/imx/devices/MCIMX7D/ |
| D | MCIMX7D_M4.h | 21283 #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/ |
| D | MCIMX6X_M4.h | 15298 #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)
|