Home
last modified time | relevance | path

Searched refs:RTC_TypeDef (Results 1 – 25 of 36) sorted by relevance

12

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_rtc.h787 __STATIC_INLINE void LL_RTC_SetHourFormat(RTC_TypeDef *RTCx, uint32_t HourFormat) in LL_RTC_SetHourFormat()
800 __STATIC_INLINE uint32_t LL_RTC_GetHourFormat(RTC_TypeDef *RTCx) in LL_RTC_GetHourFormat()
817 __STATIC_INLINE void LL_RTC_SetAlarmOutEvent(RTC_TypeDef *RTCx, uint32_t AlarmOutput) in LL_RTC_SetAlarmOutEvent()
832 __STATIC_INLINE uint32_t LL_RTC_GetAlarmOutEvent(RTC_TypeDef *RTCx) in LL_RTC_GetAlarmOutEvent()
849 __STATIC_INLINE void LL_RTC_SetAlarmOutputType(RTC_TypeDef *RTCx, uint32_t Output) in LL_RTC_SetAlarmOutputType()
865 __STATIC_INLINE uint32_t LL_RTC_GetAlarmOutputType(RTC_TypeDef *RTCx) in LL_RTC_GetAlarmOutputType()
884 __STATIC_INLINE void LL_RTC_EnablePushPullMode(RTC_TypeDef *RTCx, uint32_t PinMask) in LL_RTC_EnablePushPullMode()
903 __STATIC_INLINE void LL_RTC_DisablePushPullMode(RTC_TypeDef* RTCx, uint32_t PinMask) in LL_RTC_DisablePushPullMode()
919 __STATIC_INLINE void LL_RTC_SetOutputPin(RTC_TypeDef* RTCx, uint32_t PinMask) in LL_RTC_SetOutputPin()
935 __STATIC_INLINE void LL_RTC_ResetOutputPin(RTC_TypeDef* RTCx, uint32_t PinMask) in LL_RTC_ResetOutputPin()
[all …]
H A Dstm32f4xx_hal_rtc.h168 RTC_TypeDef *Instance; /*!< Register base address */
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_rtc.h973 __STATIC_INLINE void LL_RTC_SetHourFormat(RTC_TypeDef *RTCx, uint32_t HourFormat) in LL_RTC_SetHourFormat()
986 __STATIC_INLINE uint32_t LL_RTC_GetHourFormat(RTC_TypeDef *RTCx) in LL_RTC_GetHourFormat()
1003 __STATIC_INLINE void LL_RTC_SetAlarmOutEvent(RTC_TypeDef *RTCx, uint32_t AlarmOutput) in LL_RTC_SetAlarmOutEvent()
1018 __STATIC_INLINE uint32_t LL_RTC_GetAlarmOutEvent(RTC_TypeDef *RTCx) in LL_RTC_GetAlarmOutEvent()
1033 __STATIC_INLINE void LL_RTC_SetAlarmOutputType(RTC_TypeDef *RTCx, uint32_t Output) in LL_RTC_SetAlarmOutputType()
1046 __STATIC_INLINE uint32_t LL_RTC_GetAlarmOutputType(RTC_TypeDef *RTCx) in LL_RTC_GetAlarmOutputType()
1060 __STATIC_INLINE void LL_RTC_EnableInitMode(RTC_TypeDef *RTCx) in LL_RTC_EnableInitMode()
1072 __STATIC_INLINE void LL_RTC_DisableInitMode(RTC_TypeDef *RTCx) in LL_RTC_DisableInitMode()
1090 __STATIC_INLINE void LL_RTC_SetAlarmOutputType(RTC_TypeDef *RTCx, uint32_t Output) in LL_RTC_SetAlarmOutputType()
1104 __STATIC_INLINE uint32_t LL_RTC_GetAlarmOutputType(RTC_TypeDef *RTCx) in LL_RTC_GetAlarmOutputType()
[all …]
H A Dstm32l4xx_hal_rtc.h207 RTC_TypeDef *Instance; /*!< Register base address */
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_rtc.c149 ErrorStatus LL_RTC_DeInit(RTC_TypeDef *RTCx) in LL_RTC_DeInit()
210 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_Init()
269 ErrorStatus LL_RTC_TIME_Init(RTC_TypeDef *RTCx, uint32_t RTC_Format, LL_RTC_TimeTypeDef *RTC_TimeSt… in LL_RTC_TIME_Init()
372 ErrorStatus LL_RTC_DATE_Init(RTC_TypeDef *RTCx, uint32_t RTC_Format, LL_RTC_DateTypeDef *RTC_DateSt… in LL_RTC_DATE_Init()
462 ErrorStatus LL_RTC_ALMA_Init(RTC_TypeDef *RTCx, uint32_t RTC_Format, LL_RTC_AlarmTypeDef *RTC_Alarm… in LL_RTC_ALMA_Init()
580 ErrorStatus LL_RTC_ALMB_Init(RTC_TypeDef *RTCx, uint32_t RTC_Format, LL_RTC_AlarmTypeDef *RTC_Alarm… in LL_RTC_ALMB_Init()
737 ErrorStatus LL_RTC_EnterInitMode(RTC_TypeDef *RTCx) in LL_RTC_EnterInitMode()
781 ErrorStatus LL_RTC_ExitInitMode(RTC_TypeDef *RTCx) in LL_RTC_ExitInitMode()
808 ErrorStatus LL_RTC_WaitForSynchro(RTC_TypeDef *RTCx) in LL_RTC_WaitForSynchro()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_rtc.c138 ErrorStatus LL_RTC_DeInit(RTC_TypeDef *RTCx) in LL_RTC_DeInit()
199 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_Init()
258 ErrorStatus LL_RTC_TIME_Init(RTC_TypeDef *RTCx, uint32_t RTC_Format, LL_RTC_TimeTypeDef *RTC_TimeSt… in LL_RTC_TIME_Init()
361 ErrorStatus LL_RTC_DATE_Init(RTC_TypeDef *RTCx, uint32_t RTC_Format, LL_RTC_DateTypeDef *RTC_DateSt… in LL_RTC_DATE_Init()
452 ErrorStatus LL_RTC_ALMA_Init(RTC_TypeDef *RTCx, uint32_t RTC_Format, LL_RTC_AlarmTypeDef *RTC_Alarm… in LL_RTC_ALMA_Init()
570 ErrorStatus LL_RTC_ALMB_Init(RTC_TypeDef *RTCx, uint32_t RTC_Format, LL_RTC_AlarmTypeDef *RTC_Alarm… in LL_RTC_ALMB_Init()
727 ErrorStatus LL_RTC_EnterInitMode(RTC_TypeDef *RTCx) in LL_RTC_EnterInitMode()
771 ErrorStatus LL_RTC_ExitInitMode(RTC_TypeDef *RTCx) in LL_RTC_ExitInitMode()
798 ErrorStatus LL_RTC_WaitForSynchro(RTC_TypeDef *RTCx) in LL_RTC_WaitForSynchro()
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/
H A Dstm32wbxx_hal_rtc.h175 RTC_TypeDef *Instance; /*!< Register base address */
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Device/ST/STM32F4xx/Include/
H A Dstm32f410rx.h452 } RTC_TypeDef; typedef
655 #define RTC ((RTC_TypeDef *) RTC_BASE)
H A Dstm32f410tx.h449 } RTC_TypeDef; typedef
648 #define RTC ((RTC_TypeDef *) RTC_BASE)
H A Dstm32f410cx.h452 } RTC_TypeDef; typedef
655 #define RTC ((RTC_TypeDef *) RTC_BASE)
H A Dstm32f401xe.h418 } RTC_TypeDef; typedef
753 #define RTC ((RTC_TypeDef *) RTC_BASE)
H A Dstm32f401xc.h418 } RTC_TypeDef; typedef
753 #define RTC ((RTC_TypeDef *) RTC_BASE)
H A Dstm32f411xe.h419 } RTC_TypeDef; typedef
755 #define RTC ((RTC_TypeDef *) RTC_BASE)
H A Dstm32f412cx.h559 } RTC_TypeDef; typedef
935 #define RTC ((RTC_TypeDef *) RTC_BASE)
H A Dstm32f405xx.h581 } RTC_TypeDef; typedef
965 #define RTC ((RTC_TypeDef *) RTC_BASE)
H A Dstm32f415xx.h580 } RTC_TypeDef; typedef
1036 #define RTC ((RTC_TypeDef *) RTC_BASE)
H A Dstm32f412zx.h582 } RTC_TypeDef; typedef
988 #define RTC ((RTC_TypeDef *) RTC_BASE)
H A Dstm32f407xx.h677 } RTC_TypeDef; typedef
1067 #define RTC ((RTC_TypeDef *) RTC_BASE)
H A Dstm32f412vx.h582 } RTC_TypeDef; typedef
988 #define RTC ((RTC_TypeDef *) RTC_BASE)
H A Dstm32f413xx.h622 } RTC_TypeDef; typedef
1093 #define RTC ((RTC_TypeDef *) RTC_BASE)
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/CMSIS/Device/ST/STM32L0xx/Include/
H A Dstm32l073xx.h487 } RTC_TypeDef; typedef
717 #define RTC ((RTC_TypeDef *) RTC_BASE)
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/CMSIS/Device/ST/STM32WBxx/Include/
H A Dstm32wb50xx.h504 } RTC_TypeDef; typedef
894 #define RTC ((RTC_TypeDef *) RTC_BASE)
H A Dstm32wb55xx.h557 } RTC_TypeDef; typedef
1086 #define RTC ((RTC_TypeDef *) RTC_BASE)
/btstack/port/stm32-f4discovery-cc256x/Drivers/CMSIS/Device/ST/STM32F4xx/Include/
H A Dstm32f407xx.h693 } RTC_TypeDef; typedef
1083 #define RTC ((RTC_TypeDef *) RTC_BASE)
/btstack/port/stm32-l451-miromico-sx1280/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
H A Dstm32l451xx.h735 } RTC_TypeDef; typedef
1085 #define RTC ((RTC_TypeDef *) RTC_BASE)

12