__HAL_RCC_PLL_I2S_CONFIG macro
Macro to configure the PLL I2S clock source (PLLI2SCLK).
Arguments
__SOURCE__
specifies the I2S clock source. This parameter can be one of the following values: @arg RCC_PLLI2SCLKSOURCE_PLLSRC: HSI or HSE depending from PLL source Clock. @arg RCC_PLLI2SCLKSOURCE_EXT: External clock mapped on the I2S_CKIN pin used as I2S clock source.
Notes
This macro must be called before enabling the I2S APB clock.