Преглед изворни кода

Remove extra imxrt defines

dds
PaulStoffregen пре 5 година
родитељ
комит
4cd45ef9ba
1 измењених фајлова са 1 додато и 9 уклоњено
  1. +1
    -9
      output_i2s.cpp

+ 1
- 9
output_i2s.cpp Прегледај датотеку

@@ -42,14 +42,6 @@ DMAChannel AudioOutputI2S::dma(false);
#define SAI1
//#define SAI2

//TODO: Copy these to imrtx.h:
#define CCM_ANALOG_PLL_AUDIO_LOCK ((uint32_t)(1<<31))
#define I2S_TCR2_BCP ((uint32_t)1<<25)
#define I2S_RCR2_BCP ((uint32_t)1<<25)
#define I2S_TCR4_FCONT ((uint32_t)1<<28) // FIFO Continue on Error
#define I2S_RCR4_FCONT ((uint32_t)1<<28) // FIFO Continue on Error
#define I2S_TCR4_FSP ((uint32_t)1<< 1)
#define I2S_RCR4_FSP ((uint32_t)1<< 1)
typedef struct
{
uint32_t CSR;
@@ -589,4 +581,4 @@ void AudioOutputI2Sslave::config_i2s(void)
CORE_PIN9_CONFIG = PORT_PCR_MUX(6); // pin 9, PTC3, I2S0_TX_BCLK
CORE_PIN11_CONFIG = PORT_PCR_MUX(6); // pin 11, PTC6, I2S0_MCLK
}
#endif
#endif

Loading…
Откажи
Сачувај