Skip to content

Commit ea867b6

Browse files
committed
Delete redundant blank lines
1 parent 48ca812 commit ea867b6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bsp/imxrt/Libraries/imxrt1021/drivers/drv_codec.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
#define ADC_OVERRUN_IRQ_EN 1
6767
#define ADC_FIFO_FLUSH 0
6868

69-
7069
/*DAC_MIXER_CTRL: 0x20*/
7170
#define DAC_AG_R_EN 31 /* dac right enable bit */
7271
#define DAC_AG_L_EN 30 /* dac left enable bit */
@@ -161,8 +160,6 @@
161160
#define ADDA_PR_WDAT 8
162161
#define ADDA_PR_RDAT 0
163162

164-
165-
166163
/* 时钟配置相关寄存器 */
167164
#define R6_REG_CCU_BASE 0x01c20000
168165
#define R6_REG_PLL_AUDIO_CTRL (R6_REG_CCU_BASE + 0x008)
@@ -186,7 +183,6 @@
186183
#define R6_REG_PD_PUL0 (R6_REG_PIO_BASE + (3 * 0x24 + 0X1c))
187184
#define R6_REG_PD_PUL1 (R6_REG_PIO_BASE + (3 * 0x24 + 0X20))
188185

189-
190186
/* AUDIO配置相关寄存器 */
191187
#define R6_REG_AC_BASE 0x01c23c00
192188
#define R6_REG_AC_DAC_DPC (R6_REG_AC_BASE + 0x00)
@@ -212,7 +208,6 @@
212208
#define REG_NDMA_BYTE_CNT (0xc)
213209
// #define REG_NDMA_PAR (0x300 + 0x1c)
214210

215-
216211
#define NDMA_CFG_SRC_DRQ_IR_RX (0x00 << 0)
217212
#define NDMA_CFG_SRC_DRQ_NONE (0x01 << 0)
218213
#define NDMA_CFG_SRC_DRQ_SDRAM (0x11 << 0)

0 commit comments

Comments
 (0)