![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE void | DDL_RTC_SetPrescaler (RTC_TypeDef *RTCx, uint32_t Prescaler) |
| Set prescaler factor. | |
| __STATIC_INLINE uint32_t | RTC_GetPrescalerRemainderValue (RTC_TypeDef *RTCx) |
| Get the prescaler remainder value. | |
| __STATIC_INLINE void | DDL_RTC_SetClkSource (uint32_t Source) |
| Set RTC clock source. | |
| __STATIC_INLINE uint32_t | DDL_RTC_GetClkSource (void) |
| Get RTC clock source. | |
| __STATIC_INLINE void | DDL_RTC_EnableInitMode (RTC_TypeDef *RTCx) |
| Enable initialization mode. | |
| __STATIC_INLINE void | DDL_RTC_DisableInitMode (RTC_TypeDef *RTCx) |
| Disable initialization mode (Free running mode). | |
| __STATIC_INLINE void | DDL_RTC_EnableClk (void) |
| Enable RTC clock. | |
| __STATIC_INLINE void | DDL_RTC_DisableClk (void) |
| Disable RTC clock. | |
| __STATIC_INLINE void DDL_RTC_DisableClk | ( | void | ) |
Disable RTC clock.
| None |
| None |
Definition at line 299 of file g32r4xx_ddl_rtc.h.
| __STATIC_INLINE void DDL_RTC_DisableInitMode | ( | RTC_TypeDef * | RTCx | ) |
Disable initialization mode (Free running mode).
| RTCx | RTC Instance |
| None |
Definition at line 278 of file g32r4xx_ddl_rtc.h.
| __STATIC_INLINE void DDL_RTC_EnableClk | ( | void | ) |
Enable RTC clock.
| None |
| None |
Definition at line 289 of file g32r4xx_ddl_rtc.h.
| __STATIC_INLINE void DDL_RTC_EnableInitMode | ( | RTC_TypeDef * | RTCx | ) |
Enable initialization mode.
| RTCx | RTC Instance |
| None |
Definition at line 267 of file g32r4xx_ddl_rtc.h.
| __STATIC_INLINE uint32_t DDL_RTC_GetClkSource | ( | void | ) |
Get RTC clock source.
| None |
| Value | can be one of the following values: |
Definition at line 254 of file g32r4xx_ddl_rtc.h.
| __STATIC_INLINE void DDL_RTC_SetClkSource | ( | uint32_t | Source | ) |
Set RTC clock source.
| Source | This parameter can be one of the following values: |
| None |
Definition at line 240 of file g32r4xx_ddl_rtc.h.
| __STATIC_INLINE void DDL_RTC_SetPrescaler | ( | RTC_TypeDef * | RTCx, |
| uint32_t | Prescaler ) |
Set prescaler factor.
| RTCx | RTC Instance |
| Prescaler | Value between Min_Data = 0 and Max_Data = 0xFFFFF |
| None |
Definition at line 215 of file g32r4xx_ddl_rtc.h.
| __STATIC_INLINE uint32_t RTC_GetPrescalerRemainderValue | ( | RTC_TypeDef * | RTCx | ) |
Get the prescaler remainder value.
| RTCx | RTC Instance |
| The | remainder value ranging from 0 to 0xFFFFF |
Definition at line 226 of file g32r4xx_ddl_rtc.h.