HAL
__HAL_RTC_ALARMB_ENABLE is only used within HAL.
 
Symbols
loading...
Files
loading...

__HAL_RTC_ALARMB_ENABLE macro

Enable the RTC ALARMB peripheral.

Syntax

#define __HAL_RTC_ALARMB_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR |= (RTC_CR_ALRBE))

Arguments

__HANDLE__

specifies the RTC handle.

Return value

None

References

LocationText
stm32f4xx_hal_rtc.h:518
#define __HAL_RTC_ALARMB_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR |= (RTC_CR_ALRBE))
stm32f4xx_hal_rtc.c:1172
__HAL_RTC_ALARMB_ENABLE(hrtc);
stm32f4xx_hal_rtc.c:1364
__HAL_RTC_ALARMB_ENABLE(hrtc);