![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Macros | |
| #define | __HAL_RCC_RTC_ENABLE() (RCC->BDCR |= (RCC_BDCR_RTCEN)) |
| Macros to enable or disable the RTC clock. More... | |
| #define | __HAL_RCC_RTC_DISABLE() (RCC->BDCR &= ~(RCC_BDCR_RTCEN)) |
| #define | __HAL_RCC_RTC_CLKPRESCALER(__RTCCLKSource__) |
| Macros to configure the RTC clock (RTCCLK). More... | |
| #define | __HAL_RCC_RTC_CONFIG(__RTCCLKSource__) |
| #define | __HAL_RCC_BACKUPRESET_FORCE() (RCC->BDCR |= (RCC_BDCR_BDRST)) |
| Macros to force or release the Backup domain reset. More... | |
| #define | __HAL_RCC_BACKUPRESET_RELEASE() (RCC->BDCR &= ~(RCC_BDCR_BDRST)) |
| #define __HAL_RCC_BACKUPRESET_FORCE | ( | ) | (RCC->BDCR |= (RCC_BDCR_BDRST)) |
Macros to force or release the Backup domain reset.
Definition at line 866 of file stm32f7xx_hal_rcc.h.
| #define __HAL_RCC_BACKUPRESET_RELEASE | ( | ) | (RCC->BDCR &= ~(RCC_BDCR_BDRST)) |
Definition at line 867 of file stm32f7xx_hal_rcc.h.
| #define __HAL_RCC_RTC_CLKPRESCALER | ( | __RTCCLKSource__ | ) |
Macros to configure the RTC clock (RTCCLK).
| <strong>RTCCLKSource</strong> | specifies the RTC clock source. This parameter can be one of the following values:
|
Definition at line 854 of file stm32f7xx_hal_rcc.h.
| #define __HAL_RCC_RTC_CONFIG | ( | __RTCCLKSource__ | ) |
Definition at line 857 of file stm32f7xx_hal_rcc.h.
| #define __HAL_RCC_RTC_DISABLE | ( | ) | (RCC->BDCR &= ~(RCC_BDCR_RTCEN)) |
Definition at line 831 of file stm32f7xx_hal_rcc.h.
| #define __HAL_RCC_RTC_ENABLE | ( | ) | (RCC->BDCR |= (RCC_BDCR_RTCEN)) |
Macros to enable or disable the RTC clock.
Definition at line 830 of file stm32f7xx_hal_rcc.h.
1.8.11