|
STM32G474xx HAL用户手册
|
函数 | |
| __STATIC_INLINE void | LL_RTC_WAKEUP_Enable (RTC_TypeDef *RTCx) |
| 启用唤醒定时器。 | |
| __STATIC_INLINE void | LL_RTC_WAKEUP_Disable (RTC_TypeDef *RTCx) |
| 禁用唤醒定时器。 | |
| __STATIC_INLINE uint32_t | LL_RTC_WAKEUP_IsEnabled (RTC_TypeDef *RTCx) |
| 检查唤醒定时器是否已启用。 | |
| __STATIC_INLINE void | LL_RTC_WAKEUP_SetClock (RTC_TypeDef *RTCx, uint32_t WakeupClock) |
| 选择唤醒时钟。 | |
| __STATIC_INLINE uint32_t | LL_RTC_WAKEUP_GetClock (RTC_TypeDef *RTCx) |
| 获取唤醒时钟。 | |
| __STATIC_INLINE void | LL_RTC_WAKEUP_SetAutoReload (RTC_TypeDef *RTCx, uint32_t Value) |
| 设置唤醒自动重载值。 | |
| __STATIC_INLINE uint32_t | LL_RTC_WAKEUP_GetAutoReload (RTC_TypeDef *RTCx) |
| 获取唤醒自动重载值。 | |
| __STATIC_INLINE void LL_RTC_WAKEUP_Disable | ( | RTC_TypeDef * | RTCx | ) |
禁用唤醒定时器。
| RTCx | RTC实例 |
| 无 |
定义于文件stm32g4xx_ll_rtc.h的3083行。
| __STATIC_INLINE void LL_RTC_WAKEUP_Enable | ( | RTC_TypeDef * | RTCx | ) |
启用唤醒定时器。
| RTCx | RTC实例 |
| 无 |
定义于文件stm32g4xx_ll_rtc.h的3071行。
| __STATIC_INLINE uint32_t LL_RTC_WAKEUP_GetAutoReload | ( | RTC_TypeDef * | RTCx | ) |
获取唤醒自动重载值。
| RTCx | RTC实例 |
| 值 | 介于Min_Data=0x00和Max_Data=0xFFFF之间 |
定义于文件stm32g4xx_ll_rtc.h的3155行。
| __STATIC_INLINE uint32_t LL_RTC_WAKEUP_GetClock | ( | RTC_TypeDef * | RTCx | ) |
获取唤醒时钟。
| RTCx | RTC实例 |
| 返回值 | 可以是以下值之一: |
定义于文件stm32g4xx_ll_rtc.h的3131行。
| __STATIC_INLINE uint32_t LL_RTC_WAKEUP_IsEnabled | ( | RTC_TypeDef * | RTCx | ) |
检查唤醒定时器是否已启用。
| RTCx | RTC实例 |
| 位状态 | (1或0)。 |
定义于文件stm32g4xx_ll_rtc.h的3094行。
| __STATIC_INLINE void LL_RTC_WAKEUP_SetAutoReload | ( | RTC_TypeDef * | RTCx, |
| uint32_t | Value | ||
| ) |
设置唤醒自动重载值。
| RTCx | RTC实例 |
| Value | 值介于Min_Data=0x00和Max_Data=0xFFFF之间 |
| 无 |
定义于文件stm32g4xx_ll_rtc.h的3144行。
| __STATIC_INLINE void LL_RTC_WAKEUP_SetClock | ( | RTC_TypeDef * | RTCx, |
| uint32_t | WakeupClock | ||
| ) |
选择唤醒时钟。
| RTCx | RTC实例 |
| WakeupClock | 此参数可以是以下值之一: |
| 无 |
定义于文件stm32g4xx_ll_rtc.h的3114行。
1.7.6.1