Macros | |
#define | __HAL_RCC_I2S_CONFIG(__SOURCE__) |
Macro to configure the I2S clock source (I2SCLK). More... | |
#define | __HAL_RCC_PLLI2S_DISABLE() (RCC->CR &= ~(RCC_CR_PLLI2SON)) |
#define | __HAL_RCC_PLLI2S_ENABLE() (RCC->CR |= (RCC_CR_PLLI2SON)) |
Macros to enable or disable the PLLI2S. More... | |
#define __HAL_RCC_I2S_CONFIG | ( | __SOURCE__ | ) |
Macro to configure the I2S clock source (I2SCLK).
<strong>SOURCE</strong> | specifies the I2S clock source. This parameter can be one of the following values:
|
Definition at line 924 of file stm32f7xx_hal_rcc.h.
#define __HAL_RCC_PLLI2S_DISABLE | ( | ) | (RCC->CR &= ~(RCC_CR_PLLI2SON)) |
Definition at line 932 of file stm32f7xx_hal_rcc.h.
#define __HAL_RCC_PLLI2S_ENABLE | ( | ) | (RCC->CR |= (RCC_CR_PLLI2SON)) |
Macros to enable or disable the PLLI2S.
Definition at line 931 of file stm32f7xx_hal_rcc.h.