![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Macros | |
#define | __HAL_RCC_I2S_CONFIG(__SOURCE__) |
Macro to configure the I2S clock source (I2SCLK). More... | |
#define | __HAL_RCC_PLLI2S_ENABLE() (RCC->CR |= (RCC_CR_PLLI2SON)) |
Macros to enable or disable the PLLI2S. More... | |
#define | __HAL_RCC_PLLI2S_DISABLE() (RCC->CR &= ~(RCC_CR_PLLI2SON)) |
#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 922 of file stm32f7xx_hal_rcc.h.
#define __HAL_RCC_PLLI2S_DISABLE | ( | ) | (RCC->CR &= ~(RCC_CR_PLLI2SON)) |
Definition at line 930 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 929 of file stm32f7xx_hal_rcc.h.