STM32F103xB HAL User Manual
|
Defines | |
#define | LL_RTC_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, (__VALUE__)) |
Write a value in RTC register. | |
#define | LL_RTC_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__) |
Read a value in RTC register. |
#define LL_RTC_ReadReg | ( | __INSTANCE__, | |
__REG__ | |||
) | READ_REG(__INSTANCE__->__REG__) |
Read a value in RTC register.
__INSTANCE__ | RTC Instance |
__REG__ | Register to be read |
Register | value |
Definition at line 229 of file stm32f1xx_ll_rtc.h.
#define LL_RTC_WriteReg | ( | __INSTANCE__, | |
__REG__, | |||
__VALUE__ | |||
) | WRITE_REG(__INSTANCE__->__REG__, (__VALUE__)) |
Write a value in RTC register.
__INSTANCE__ | RTC Instance |
__REG__ | Register to be written |
__VALUE__ | Value to be written in the register |
None |
Definition at line 221 of file stm32f1xx_ll_rtc.h.
Referenced by LL_RTC_DeInit().