Searched refs:SPI_I2SCTL_I2SEN (Results 1 – 2 of 2) sorted by relevance
314 SPI_I2SCTL(spi_periph) |= (uint32_t)SPI_I2SCTL_I2SEN; in i2s_enable()325 SPI_I2SCTL(spi_periph) &= (uint32_t)(~SPI_I2SCTL_I2SEN); in i2s_disable()
114 #define SPI_I2SCTL_I2SEN BIT(10) /*!< I2S enable */ macro
Completed in 8 milliseconds