/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_rtc.c | 182 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_Init() argument 188 assert_param(IS_LL_RTC_HOURFORMAT(RTC_InitStruct->HourFormat)); in LL_RTC_Init() 189 assert_param(IS_LL_RTC_ASYNCH_PREDIV(RTC_InitStruct->AsynchPrescaler)); in LL_RTC_Init() 190 assert_param(IS_LL_RTC_SYNCH_PREDIV(RTC_InitStruct->SynchPrescaler)); in LL_RTC_Init() 199 LL_RTC_SetHourFormat(RTCx, RTC_InitStruct->HourFormat); in LL_RTC_Init() 202 LL_RTC_SetSynchPrescaler(RTCx, RTC_InitStruct->SynchPrescaler); in LL_RTC_Init() 203 LL_RTC_SetAsynchPrescaler(RTCx, RTC_InitStruct->AsynchPrescaler); in LL_RTC_Init() 221 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_StructInit() argument 224 RTC_InitStruct->HourFormat = LL_RTC_HOURFORMAT_24HOUR; in LL_RTC_StructInit() 225 RTC_InitStruct->AsynchPrescaler = RTC_ASYNCH_PRESC_DEFAULT; in LL_RTC_StructInit() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_rtc.c | 186 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_Init() argument 192 assert_param(IS_LL_RTC_HOURFORMAT(RTC_InitStruct->HourFormat)); in LL_RTC_Init() 193 assert_param(IS_LL_RTC_ASYNCH_PREDIV(RTC_InitStruct->AsynchPrescaler)); in LL_RTC_Init() 194 assert_param(IS_LL_RTC_SYNCH_PREDIV(RTC_InitStruct->SynchPrescaler)); in LL_RTC_Init() 203 LL_RTC_SetHourFormat(RTCx, RTC_InitStruct->HourFormat); in LL_RTC_Init() 206 LL_RTC_SetSynchPrescaler(RTCx, RTC_InitStruct->SynchPrescaler); in LL_RTC_Init() 207 LL_RTC_SetAsynchPrescaler(RTCx, RTC_InitStruct->AsynchPrescaler); in LL_RTC_Init() 225 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_StructInit() argument 228 RTC_InitStruct->HourFormat = LL_RTC_HOURFORMAT_24HOUR; in LL_RTC_StructInit() 229 RTC_InitStruct->AsynchPrescaler = RTC_ASYNCH_PRESC_DEFAULT; in LL_RTC_StructInit() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_rtc.c | 157 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_Init() argument 163 assert_param(IS_LL_RTC_ASYNCH_PREDIV(RTC_InitStruct->AsynchPrescaler)); in LL_RTC_Init() 164 assert_param(IS_LL_RTC_CALIB_OUTPUT(RTC_InitStruct->OutPutSource)); in LL_RTC_Init() 176 if (RTC_InitStruct->OutPutSource != LL_RTC_CALIB_OUTPUT_NONE) in LL_RTC_Init() 182 LL_RTC_SetOutputSource(BKP, RTC_InitStruct->OutPutSource); in LL_RTC_Init() 185 LL_RTC_SetAsynchPrescaler(RTCx, RTC_InitStruct->AsynchPrescaler); in LL_RTC_Init() 201 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_StructInit() argument 204 RTC_InitStruct->AsynchPrescaler = RTC_ASYNCH_PRESC_DEFAULT; in LL_RTC_StructInit() 205 RTC_InitStruct->OutPutSource = LL_RTC_CALIB_OUTPUT_NONE; in LL_RTC_StructInit()
|
/hal_stm32-3.4.0/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_rtc.c | 192 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_Init() argument 198 assert_param(IS_LL_RTC_HOURFORMAT(RTC_InitStruct->HourFormat)); in LL_RTC_Init() 199 assert_param(IS_LL_RTC_ASYNCH_PREDIV(RTC_InitStruct->AsynchPrescaler)); in LL_RTC_Init() 200 assert_param(IS_LL_RTC_SYNCH_PREDIV(RTC_InitStruct->SynchPrescaler)); in LL_RTC_Init() 209 LL_RTC_SetHourFormat(RTCx, RTC_InitStruct->HourFormat); in LL_RTC_Init() 212 LL_RTC_SetSynchPrescaler(RTCx, RTC_InitStruct->SynchPrescaler); in LL_RTC_Init() 213 LL_RTC_SetAsynchPrescaler(RTCx, RTC_InitStruct->AsynchPrescaler); in LL_RTC_Init() 231 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_StructInit() argument 234 RTC_InitStruct->HourFormat = LL_RTC_HOURFORMAT_24HOUR; in LL_RTC_StructInit() 235 RTC_InitStruct->AsynchPrescaler = RTC_ASYNCH_PRESC_DEFAULT; in LL_RTC_StructInit() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_rtc.c | 205 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_Init() argument 211 assert_param(IS_LL_RTC_HOURFORMAT(RTC_InitStruct->HourFormat)); in LL_RTC_Init() 212 assert_param(IS_LL_RTC_ASYNCH_PREDIV(RTC_InitStruct->AsynchPrescaler)); in LL_RTC_Init() 213 assert_param(IS_LL_RTC_SYNCH_PREDIV(RTC_InitStruct->SynchPrescaler)); in LL_RTC_Init() 222 LL_RTC_SetHourFormat(RTCx, RTC_InitStruct->HourFormat); in LL_RTC_Init() 225 LL_RTC_SetSynchPrescaler(RTCx, RTC_InitStruct->SynchPrescaler); in LL_RTC_Init() 226 LL_RTC_SetAsynchPrescaler(RTCx, RTC_InitStruct->AsynchPrescaler); in LL_RTC_Init() 244 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_StructInit() argument 247 RTC_InitStruct->HourFormat = LL_RTC_HOURFORMAT_24HOUR; in LL_RTC_StructInit() 248 RTC_InitStruct->AsynchPrescaler = RTC_ASYNCH_PRESC_DEFAULT; in LL_RTC_StructInit() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_rtc.c | 212 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_Init() argument 218 assert_param(IS_LL_RTC_HOURFORMAT(RTC_InitStruct->HourFormat)); in LL_RTC_Init() 219 assert_param(IS_LL_RTC_ASYNCH_PREDIV(RTC_InitStruct->AsynchPrescaler)); in LL_RTC_Init() 220 assert_param(IS_LL_RTC_SYNCH_PREDIV(RTC_InitStruct->SynchPrescaler)); in LL_RTC_Init() 229 LL_RTC_SetHourFormat(RTCx, RTC_InitStruct->HourFormat); in LL_RTC_Init() 232 LL_RTC_SetSynchPrescaler(RTCx, RTC_InitStruct->SynchPrescaler); in LL_RTC_Init() 233 LL_RTC_SetAsynchPrescaler(RTCx, RTC_InitStruct->AsynchPrescaler); in LL_RTC_Init() 251 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_StructInit() argument 254 RTC_InitStruct->HourFormat = LL_RTC_HOURFORMAT_24HOUR; in LL_RTC_StructInit() 255 RTC_InitStruct->AsynchPrescaler = RTC_ASYNCH_PRESC_DEFAULT; in LL_RTC_StructInit() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_rtc.c | 195 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_Init() argument 201 assert_param(IS_LL_RTC_HOURFORMAT(RTC_InitStruct->HourFormat)); in LL_RTC_Init() 202 assert_param(IS_LL_RTC_ASYNCH_PREDIV(RTC_InitStruct->AsynchPrescaler)); in LL_RTC_Init() 203 assert_param(IS_LL_RTC_SYNCH_PREDIV(RTC_InitStruct->SynchPrescaler)); in LL_RTC_Init() 212 LL_RTC_SetHourFormat(RTCx, RTC_InitStruct->HourFormat); in LL_RTC_Init() 215 LL_RTC_SetSynchPrescaler(RTCx, RTC_InitStruct->SynchPrescaler); in LL_RTC_Init() 216 LL_RTC_SetAsynchPrescaler(RTCx, RTC_InitStruct->AsynchPrescaler); in LL_RTC_Init() 234 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_StructInit() argument 237 RTC_InitStruct->HourFormat = LL_RTC_HOURFORMAT_24HOUR; in LL_RTC_StructInit() 238 RTC_InitStruct->AsynchPrescaler = RTC_ASYNCH_PRESC_DEFAULT; in LL_RTC_StructInit() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_rtc.c | 196 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_Init() argument 202 assert_param(IS_LL_RTC_HOURFORMAT(RTC_InitStruct->HourFormat)); in LL_RTC_Init() 203 assert_param(IS_LL_RTC_ASYNCH_PREDIV(RTC_InitStruct->AsynchPrescaler)); in LL_RTC_Init() 204 assert_param(IS_LL_RTC_SYNCH_PREDIV(RTC_InitStruct->SynchPrescaler)); in LL_RTC_Init() 213 LL_RTC_SetHourFormat(RTCx, RTC_InitStruct->HourFormat); in LL_RTC_Init() 216 LL_RTC_SetSynchPrescaler(RTCx, RTC_InitStruct->SynchPrescaler); in LL_RTC_Init() 217 LL_RTC_SetAsynchPrescaler(RTCx, RTC_InitStruct->AsynchPrescaler); in LL_RTC_Init() 235 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_StructInit() argument 238 RTC_InitStruct->HourFormat = LL_RTC_HOURFORMAT_24HOUR; in LL_RTC_StructInit() 239 RTC_InitStruct->AsynchPrescaler = RTC_ASYNCH_PRESC_DEFAULT; in LL_RTC_StructInit() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_rtc.c | 198 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_Init() argument 204 assert_param(IS_LL_RTC_HOURFORMAT(RTC_InitStruct->HourFormat)); in LL_RTC_Init() 205 assert_param(IS_LL_RTC_ASYNCH_PREDIV(RTC_InitStruct->AsynchPrescaler)); in LL_RTC_Init() 206 assert_param(IS_LL_RTC_SYNCH_PREDIV(RTC_InitStruct->SynchPrescaler)); in LL_RTC_Init() 215 LL_RTC_SetHourFormat(RTCx, RTC_InitStruct->HourFormat); in LL_RTC_Init() 218 LL_RTC_SetSynchPrescaler(RTCx, RTC_InitStruct->SynchPrescaler); in LL_RTC_Init() 219 LL_RTC_SetAsynchPrescaler(RTCx, RTC_InitStruct->AsynchPrescaler); in LL_RTC_Init() 237 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_StructInit() argument 240 RTC_InitStruct->HourFormat = LL_RTC_HOURFORMAT_24HOUR; in LL_RTC_StructInit() 241 RTC_InitStruct->AsynchPrescaler = RTC_ASYNCH_PRESC_DEFAULT; in LL_RTC_StructInit() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_rtc.c | 205 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_Init() argument 211 assert_param(IS_LL_RTC_HOURFORMAT(RTC_InitStruct->HourFormat)); in LL_RTC_Init() 212 assert_param(IS_LL_RTC_ASYNCH_PREDIV(RTC_InitStruct->AsynchPrescaler)); in LL_RTC_Init() 213 assert_param(IS_LL_RTC_SYNCH_PREDIV(RTC_InitStruct->SynchPrescaler)); in LL_RTC_Init() 222 LL_RTC_SetHourFormat(RTCx, RTC_InitStruct->HourFormat); in LL_RTC_Init() 225 LL_RTC_SetSynchPrescaler(RTCx, RTC_InitStruct->SynchPrescaler); in LL_RTC_Init() 226 LL_RTC_SetAsynchPrescaler(RTCx, RTC_InitStruct->AsynchPrescaler); in LL_RTC_Init() 244 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_StructInit() argument 247 RTC_InitStruct->HourFormat = LL_RTC_HOURFORMAT_24HOUR; in LL_RTC_StructInit() 248 RTC_InitStruct->AsynchPrescaler = RTC_ASYNCH_PRESC_DEFAULT; in LL_RTC_StructInit() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_rtc.c | 195 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_Init() argument 201 assert_param(IS_LL_RTC_HOURFORMAT(RTC_InitStruct->HourFormat)); in LL_RTC_Init() 202 assert_param(IS_LL_RTC_ASYNCH_PREDIV(RTC_InitStruct->AsynchPrescaler)); in LL_RTC_Init() 203 assert_param(IS_LL_RTC_SYNCH_PREDIV(RTC_InitStruct->SynchPrescaler)); in LL_RTC_Init() 212 LL_RTC_SetHourFormat(RTCx, RTC_InitStruct->HourFormat); in LL_RTC_Init() 215 LL_RTC_SetSynchPrescaler(RTCx, RTC_InitStruct->SynchPrescaler); in LL_RTC_Init() 216 LL_RTC_SetAsynchPrescaler(RTCx, RTC_InitStruct->AsynchPrescaler); in LL_RTC_Init() 234 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_StructInit() argument 237 RTC_InitStruct->HourFormat = LL_RTC_HOURFORMAT_24HOUR; in LL_RTC_StructInit() 238 RTC_InitStruct->AsynchPrescaler = RTC_ASYNCH_PRESC_DEFAULT; in LL_RTC_StructInit() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_rtc.c | 195 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_Init() argument 201 assert_param(IS_LL_RTC_HOURFORMAT(RTC_InitStruct->HourFormat)); in LL_RTC_Init() 202 assert_param(IS_LL_RTC_ASYNCH_PREDIV(RTC_InitStruct->AsynchPrescaler)); in LL_RTC_Init() 203 assert_param(IS_LL_RTC_SYNCH_PREDIV(RTC_InitStruct->SynchPrescaler)); in LL_RTC_Init() 212 LL_RTC_SetHourFormat(RTCx, RTC_InitStruct->HourFormat); in LL_RTC_Init() 215 LL_RTC_SetSynchPrescaler(RTCx, RTC_InitStruct->SynchPrescaler); in LL_RTC_Init() 216 LL_RTC_SetAsynchPrescaler(RTCx, RTC_InitStruct->AsynchPrescaler); in LL_RTC_Init() 234 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_StructInit() argument 237 RTC_InitStruct->HourFormat = LL_RTC_HOURFORMAT_24HOUR; in LL_RTC_StructInit() 238 RTC_InitStruct->AsynchPrescaler = RTC_ASYNCH_PRESC_DEFAULT; in LL_RTC_StructInit() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_rtc.c | 192 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_Init() argument 198 assert_param(IS_LL_RTC_HOURFORMAT(RTC_InitStruct->HourFormat)); in LL_RTC_Init() 199 assert_param(IS_LL_RTC_ASYNCH_PREDIV(RTC_InitStruct->AsynchPrescaler)); in LL_RTC_Init() 200 assert_param(IS_LL_RTC_SYNCH_PREDIV(RTC_InitStruct->SynchPrescaler)); in LL_RTC_Init() 209 LL_RTC_SetHourFormat(RTCx, RTC_InitStruct->HourFormat); in LL_RTC_Init() 212 LL_RTC_SetSynchPrescaler(RTCx, RTC_InitStruct->SynchPrescaler); in LL_RTC_Init() 213 LL_RTC_SetAsynchPrescaler(RTCx, RTC_InitStruct->AsynchPrescaler); in LL_RTC_Init() 231 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_StructInit() argument 234 RTC_InitStruct->HourFormat = LL_RTC_HOURFORMAT_24HOUR; in LL_RTC_StructInit() 235 RTC_InitStruct->AsynchPrescaler = RTC_ASYNCH_PRESC_DEFAULT; in LL_RTC_StructInit() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_rtc.c | 211 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_Init() argument 217 assert_param(IS_LL_RTC_HOURFORMAT(RTC_InitStruct->HourFormat)); in LL_RTC_Init() 218 assert_param(IS_LL_RTC_ASYNCH_PREDIV(RTC_InitStruct->AsynchPrescaler)); in LL_RTC_Init() 219 assert_param(IS_LL_RTC_SYNCH_PREDIV(RTC_InitStruct->SynchPrescaler)); in LL_RTC_Init() 228 LL_RTC_SetHourFormat(RTCx, RTC_InitStruct->HourFormat); in LL_RTC_Init() 231 LL_RTC_SetSynchPrescaler(RTCx, RTC_InitStruct->SynchPrescaler); in LL_RTC_Init() 232 LL_RTC_SetAsynchPrescaler(RTCx, RTC_InitStruct->AsynchPrescaler); in LL_RTC_Init() 250 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_StructInit() argument 253 RTC_InitStruct->HourFormat = LL_RTC_HOURFORMAT_24HOUR; in LL_RTC_StructInit() 254 RTC_InitStruct->AsynchPrescaler = RTC_ASYNCH_PRESC_DEFAULT; in LL_RTC_StructInit() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_rtc.c | 227 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_Init() argument 233 assert_param(IS_LL_RTC_HOURFORMAT(RTC_InitStruct->HourFormat)); in LL_RTC_Init() 234 assert_param(IS_LL_RTC_ASYNCH_PREDIV(RTC_InitStruct->AsynchPrescaler)); in LL_RTC_Init() 235 assert_param(IS_LL_RTC_SYNCH_PREDIV(RTC_InitStruct->SynchPrescaler)); in LL_RTC_Init() 244 LL_RTC_SetHourFormat(RTCx, RTC_InitStruct->HourFormat); in LL_RTC_Init() 247 LL_RTC_SetSynchPrescaler(RTCx, RTC_InitStruct->SynchPrescaler); in LL_RTC_Init() 248 LL_RTC_SetAsynchPrescaler(RTCx, RTC_InitStruct->AsynchPrescaler); in LL_RTC_Init() 266 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_StructInit() argument 269 RTC_InitStruct->HourFormat = LL_RTC_HOURFORMAT_24HOUR; in LL_RTC_StructInit() 270 RTC_InitStruct->AsynchPrescaler = RTC_ASYNCH_PRESC_DEFAULT; in LL_RTC_StructInit() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_rtc.c | 216 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_Init() argument 222 assert_param(IS_LL_RTC_HOURFORMAT(RTC_InitStruct->HourFormat)); in LL_RTC_Init() 223 assert_param(IS_LL_RTC_ASYNCH_PREDIV(RTC_InitStruct->AsynchPrescaler)); in LL_RTC_Init() 224 assert_param(IS_LL_RTC_SYNCH_PREDIV(RTC_InitStruct->SynchPrescaler)); in LL_RTC_Init() 233 LL_RTC_SetHourFormat(RTCx, RTC_InitStruct->HourFormat); in LL_RTC_Init() 236 LL_RTC_SetSynchPrescaler(RTCx, RTC_InitStruct->SynchPrescaler); in LL_RTC_Init() 237 LL_RTC_SetAsynchPrescaler(RTCx, RTC_InitStruct->AsynchPrescaler); in LL_RTC_Init() 255 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_StructInit() argument 258 RTC_InitStruct->HourFormat = LL_RTC_HOURFORMAT_24HOUR; in LL_RTC_StructInit() 259 RTC_InitStruct->AsynchPrescaler = RTC_ASYNCH_PRESC_DEFAULT; in LL_RTC_StructInit() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_rtc.c | 215 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_Init() argument 221 assert_param(IS_LL_RTC_HOURFORMAT(RTC_InitStruct->HourFormat)); in LL_RTC_Init() 222 assert_param(IS_LL_RTC_ASYNCH_PREDIV(RTC_InitStruct->AsynchPrescaler)); in LL_RTC_Init() 223 assert_param(IS_LL_RTC_SYNCH_PREDIV(RTC_InitStruct->SynchPrescaler)); in LL_RTC_Init() 232 LL_RTC_SetHourFormat(RTCx, RTC_InitStruct->HourFormat); in LL_RTC_Init() 235 LL_RTC_SetSynchPrescaler(RTCx, RTC_InitStruct->SynchPrescaler); in LL_RTC_Init() 236 LL_RTC_SetAsynchPrescaler(RTCx, RTC_InitStruct->AsynchPrescaler); in LL_RTC_Init() 254 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_StructInit() argument 257 RTC_InitStruct->HourFormat = LL_RTC_HOURFORMAT_24HOUR; in LL_RTC_StructInit() 258 RTC_InitStruct->AsynchPrescaler = RTC_ASYNCH_PRESC_DEFAULT; in LL_RTC_StructInit() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_rtc.c | 213 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_Init() argument 219 assert_param(IS_LL_RTC_HOURFORMAT(RTC_InitStruct->HourFormat)); in LL_RTC_Init() 220 assert_param(IS_LL_RTC_ASYNCH_PREDIV(RTC_InitStruct->AsynchPrescaler)); in LL_RTC_Init() 221 assert_param(IS_LL_RTC_SYNCH_PREDIV(RTC_InitStruct->SynchPrescaler)); in LL_RTC_Init() 230 LL_RTC_SetHourFormat(RTCx, RTC_InitStruct->HourFormat); in LL_RTC_Init() 233 LL_RTC_SetSynchPrescaler(RTCx, RTC_InitStruct->SynchPrescaler); in LL_RTC_Init() 235 LL_RTC_SetAsynchPrescaler(RTCx, RTC_InitStruct->AsynchPrescaler); in LL_RTC_Init() 253 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_StructInit() argument 256 RTC_InitStruct->HourFormat = LL_RTC_HOURFORMAT_24HOUR; in LL_RTC_StructInit() 257 RTC_InitStruct->AsynchPrescaler = RTC_ASYNCH_PRESC_DEFAULT; in LL_RTC_StructInit() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_rtc.c | 211 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_Init() argument 217 assert_param(IS_LL_RTC_HOURFORMAT(RTC_InitStruct->HourFormat)); in LL_RTC_Init() 218 assert_param(IS_LL_RTC_ASYNCH_PREDIV(RTC_InitStruct->AsynchPrescaler)); in LL_RTC_Init() 219 assert_param(IS_LL_RTC_SYNCH_PREDIV(RTC_InitStruct->SynchPrescaler)); in LL_RTC_Init() 228 LL_RTC_SetHourFormat(RTCx, RTC_InitStruct->HourFormat); in LL_RTC_Init() 231 LL_RTC_SetSynchPrescaler(RTCx, RTC_InitStruct->SynchPrescaler); in LL_RTC_Init() 232 LL_RTC_SetAsynchPrescaler(RTCx, RTC_InitStruct->AsynchPrescaler); in LL_RTC_Init() 250 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_StructInit() argument 253 RTC_InitStruct->HourFormat = LL_RTC_HOURFORMAT_24HOUR; in LL_RTC_StructInit() 254 RTC_InitStruct->AsynchPrescaler = RTC_ASYNCH_PRESC_DEFAULT; in LL_RTC_StructInit() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_rtc.h | 962 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct); 963 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct);
|
/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_rtc.h | 2422 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct); 2423 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct);
|
/hal_stm32-3.4.0/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_rtc.h | 3074 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct); 3075 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct);
|
/hal_stm32-3.4.0/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_rtc.h | 3321 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct); 3322 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct);
|
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_rtc.h | 3626 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct); 3627 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct);
|
/hal_stm32-3.4.0/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_rtc.h | 3621 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct); 3622 void LL_RTC_StructInit(LL_RTC_InitTypeDef *RTC_InitStruct);
|