|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| HAL_StatusTypeDef | RTC_EnterInitMode (RTC_HandleTypeDef *hrtc) |
| Enter the RTC Initialization mode. More... | |
| HAL_StatusTypeDef | RTC_ExitInitMode (RTC_HandleTypeDef *hrtc) |
| Exit the RTC Initialization mode. More... | |
| uint8_t | RTC_ByteToBcd2 (uint8_t Value) |
| Convert a 2 digit decimal to BCD format. More... | |
| uint8_t | RTC_Bcd2ToByte (uint8_t Value) |
| Convert from 2 digit BCD to Binary. More... | |
| uint8_t RTC_Bcd2ToByte | ( | uint8_t | Value | ) |
Convert from 2 digit BCD to Binary.
| Value | BCD value to be converted |
| Converted | word |
Definition at line 1874 of file stm32l4xx_hal_rtc.c.
| uint8_t RTC_ByteToBcd2 | ( | uint8_t | Value | ) |
Convert a 2 digit decimal to BCD format.
| Value | Byte to be converted |
| Converted | byte |
Definition at line 1855 of file stm32l4xx_hal_rtc.c.
| HAL_StatusTypeDef RTC_EnterInitMode | ( | RTC_HandleTypeDef * | hrtc | ) |
Enter the RTC Initialization mode.
| hrtc | RTC handle |
| HAL | status |
Definition at line 1761 of file stm32l4xx_hal_rtc.c.
| HAL_StatusTypeDef RTC_ExitInitMode | ( | RTC_HandleTypeDef * | hrtc | ) |
Exit the RTC Initialization mode.
| hrtc | RTC handle |
| HAL | status |
Definition at line 1811 of file stm32l4xx_hal_rtc.c.