Searched refs:RTC_InitStruct (Results 1 – 4 of 4) sorted by relevance
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_ll_rtc.c | 210 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_Init() argument 216 assert_param(IS_LL_RTC_HOURFORMAT(RTC_InitStruct->HourFormat)); in LL_RTC_Init() 217 assert_param(IS_LL_RTC_ASYNCH_PREDIV(RTC_InitStruct->AsynchPrescaler)); in LL_RTC_Init() 218 assert_param(IS_LL_RTC_SYNCH_PREDIV(RTC_InitStruct->SynchPrescaler)); in LL_RTC_Init() 227 LL_RTC_SetHourFormat(RTCx, RTC_InitStruct->HourFormat); in LL_RTC_Init() 230 LL_RTC_SetSynchPrescaler(RTCx, RTC_InitStruct->SynchPrescaler); in LL_RTC_Init() 231 LL_RTC_SetAsynchPrescaler(RTCx, RTC_InitStruct->AsynchPrescaler); in LL_RTC_Init() 249 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_StructInit() argument 252 RTC_InitStruct->HourFormat = LL_RTC_HOURFORMAT_24HOUR; in LL_RTC_StructInit() 253 RTC_InitStruct->AsynchPrescaler = RTC_ASYNCH_PRESC_DEFAULT; in LL_RTC_StructInit() [all …]
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_ll_rtc.c | 199 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_Init() argument 205 assert_param(IS_LL_RTC_HOURFORMAT(RTC_InitStruct->HourFormat)); in LL_RTC_Init() 206 assert_param(IS_LL_RTC_ASYNCH_PREDIV(RTC_InitStruct->AsynchPrescaler)); in LL_RTC_Init() 207 assert_param(IS_LL_RTC_SYNCH_PREDIV(RTC_InitStruct->SynchPrescaler)); in LL_RTC_Init() 216 LL_RTC_SetHourFormat(RTCx, RTC_InitStruct->HourFormat); in LL_RTC_Init() 219 LL_RTC_SetSynchPrescaler(RTCx, RTC_InitStruct->SynchPrescaler); in LL_RTC_Init() 220 LL_RTC_SetAsynchPrescaler(RTCx, RTC_InitStruct->AsynchPrescaler); in LL_RTC_Init() 238 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_StructInit() argument 241 RTC_InitStruct->HourFormat = LL_RTC_HOURFORMAT_24HOUR; in LL_RTC_StructInit() 242 RTC_InitStruct->AsynchPrescaler = RTC_ASYNCH_PRESC_DEFAULT; in LL_RTC_StructInit() [all …]
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_ll_rtc.h | 3754 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct); 3755 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct);
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_ll_rtc.h | 5538 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct); 5539 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct);
|