/hal_stm32-3.7.0/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_pccard.c | 310 uint32_t timeout = PCCARD_TIMEOUT_READ_ID, index = 0U; in HAL_PCCARD_Read_ID() local 337 timeout--; in HAL_PCCARD_Read_ID() 338 } while ((status != PCCARD_STATUS_OK) && timeout); in HAL_PCCARD_Read_ID() 340 if (timeout == 0U) in HAL_PCCARD_Read_ID() 374 uint32_t timeout = PCCARD_TIMEOUT_READ_WRITE_SECTOR, index = 0U; in HAL_PCCARD_Read_Sector() local 401 timeout--; in HAL_PCCARD_Read_Sector() 402 } while ((status == 0x80U) && timeout); in HAL_PCCARD_Read_Sector() 404 if (timeout == 0U) in HAL_PCCARD_Read_Sector() 409 timeout = PCCARD_TIMEOUT_READ_WRITE_SECTOR; in HAL_PCCARD_Read_Sector() 415 timeout--; in HAL_PCCARD_Read_Sector() [all …]
|
D | stm32f3xx_ll_rtc.c | 721 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local 736 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_EnterInitMode() 740 timeout --; in LL_RTC_EnterInitMode() 743 if (timeout == 0U) in LL_RTC_EnterInitMode() 792 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local 804 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_WaitForSynchro() 808 timeout--; in LL_RTC_WaitForSynchro() 811 if (timeout == 0U) in LL_RTC_WaitForSynchro()
|
/hal_stm32-3.7.0/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_pccard.c | 310 uint32_t timeout = PCCARD_TIMEOUT_READ_ID, index = 0U; in HAL_PCCARD_Read_ID() local 337 timeout--; in HAL_PCCARD_Read_ID() 338 } while ((status != PCCARD_STATUS_OK) && timeout); in HAL_PCCARD_Read_ID() 340 if (timeout == 0U) in HAL_PCCARD_Read_ID() 374 uint32_t timeout = PCCARD_TIMEOUT_READ_WRITE_SECTOR, index = 0U; in HAL_PCCARD_Read_Sector() local 401 timeout--; in HAL_PCCARD_Read_Sector() 402 } while ((status == 0x80U) && timeout); in HAL_PCCARD_Read_Sector() 404 if (timeout == 0U) in HAL_PCCARD_Read_Sector() 409 timeout = PCCARD_TIMEOUT_READ_WRITE_SECTOR; in HAL_PCCARD_Read_Sector() 415 timeout--; in HAL_PCCARD_Read_Sector() [all …]
|
D | stm32f1xx_ll_rtc.c | 366 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local 375 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_EnterInitMode() 379 timeout --; in LL_RTC_EnterInitMode() 382 if (timeout == 0U) in LL_RTC_EnterInitMode() 405 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_ExitInitMode() local 417 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_ExitInitMode() 421 timeout --; in LL_RTC_ExitInitMode() 424 if (timeout == 0U) in LL_RTC_ExitInitMode() 495 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local 507 while ((timeout != 0U) && (tmp != 0U)) in LL_RTC_WaitForSynchro() [all …]
|
/hal_stm32-3.7.0/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_pccard.c | 310 uint32_t timeout = PCCARD_TIMEOUT_READ_ID, index = 0U; in HAL_PCCARD_Read_ID() local 337 timeout--; in HAL_PCCARD_Read_ID() 338 } while ((status != PCCARD_STATUS_OK) && timeout); in HAL_PCCARD_Read_ID() 340 if (timeout == 0U) in HAL_PCCARD_Read_ID() 374 uint32_t timeout = PCCARD_TIMEOUT_READ_WRITE_SECTOR, index = 0U; in HAL_PCCARD_Read_Sector() local 401 timeout--; in HAL_PCCARD_Read_Sector() 402 } while ((status == 0x80U) && timeout); in HAL_PCCARD_Read_Sector() 404 if (timeout == 0U) in HAL_PCCARD_Read_Sector() 409 timeout = PCCARD_TIMEOUT_READ_WRITE_SECTOR; in HAL_PCCARD_Read_Sector() 415 timeout--; in HAL_PCCARD_Read_Sector() [all …]
|
/hal_stm32-3.7.0/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_pccard.c | 309 uint32_t timeout = PCCARD_TIMEOUT_READ_ID, index = 0U; in HAL_PCCARD_Read_ID() local 336 timeout--; in HAL_PCCARD_Read_ID() 337 } while ((status != PCCARD_STATUS_OK) && timeout); in HAL_PCCARD_Read_ID() 339 if (timeout == 0U) in HAL_PCCARD_Read_ID() 373 uint32_t timeout = PCCARD_TIMEOUT_READ_WRITE_SECTOR, index = 0U; in HAL_PCCARD_Read_Sector() local 400 timeout--; in HAL_PCCARD_Read_Sector() 401 } while ((status == 0x80U) && timeout); in HAL_PCCARD_Read_Sector() 403 if (timeout == 0U) in HAL_PCCARD_Read_Sector() 408 timeout = PCCARD_TIMEOUT_READ_WRITE_SECTOR; in HAL_PCCARD_Read_Sector() 414 timeout--; in HAL_PCCARD_Read_Sector() [all …]
|
D | stm32f2xx_ll_rtc.c | 701 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local 716 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_EnterInitMode() 720 timeout --; in LL_RTC_EnterInitMode() 723 if (timeout == 0U) in LL_RTC_EnterInitMode() 772 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local 784 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_WaitForSynchro() 788 timeout--; in LL_RTC_WaitForSynchro() 791 if (timeout == 0U) in LL_RTC_WaitForSynchro()
|
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_pwr_ex.c | 216 uint32_t timeout; in HAL_PWREx_ControlVoltageScaling() local 235 timeout = ((PWR_VOSF_SETTING_DELAY_VALUE * SystemCoreClock) / 1000000U) + 1U; in HAL_PWREx_ControlVoltageScaling() 236 while (HAL_IS_BIT_CLR(PWR->VOSR, PWR_VOSR_VOSRDY) && (timeout != 0U)) in HAL_PWREx_ControlVoltageScaling() 238 timeout--; in HAL_PWREx_ControlVoltageScaling() 242 if (timeout == 0U) in HAL_PWREx_ControlVoltageScaling() 248 timeout = ((PWR_VOSF_SETTING_DELAY_VALUE * SystemCoreClock) / 1000000U) + 1U; in HAL_PWREx_ControlVoltageScaling() 249 while ((HAL_IS_BIT_CLR(PWR->SVMSR, PWR_SVMSR_ACTVOSRDY)) && (timeout != 0U)) in HAL_PWREx_ControlVoltageScaling() 251 timeout--; in HAL_PWREx_ControlVoltageScaling() 255 if (timeout == 0U) in HAL_PWREx_ControlVoltageScaling() 283 uint32_t timeout; in HAL_PWREx_ConfigSupply() local [all …]
|
/hal_stm32-3.7.0/stm32cube/stm32f4xx/soc/ |
D | system_stm32f4xx.c | 283 register uint32_t tmpreg = 0, timeout = 0xFFFF; in SystemInit_ExtMemCtl() local 377 while((tmpreg != 0) && (timeout-- > 0)) in SystemInit_ExtMemCtl() 388 timeout = 0xFFFF; in SystemInit_ExtMemCtl() 389 while((tmpreg != 0) && (timeout-- > 0)) in SystemInit_ExtMemCtl() 397 timeout = 0xFFFF; in SystemInit_ExtMemCtl() 398 while((tmpreg != 0) && (timeout-- > 0)) in SystemInit_ExtMemCtl() 406 timeout = 0xFFFF; in SystemInit_ExtMemCtl() 407 while((tmpreg != 0) && (timeout-- > 0)) in SystemInit_ExtMemCtl() 451 register uint32_t tmpreg = 0, timeout = 0xFFFF; in SystemInit_ExtMemCtl() local 585 while((tmpreg != 0) && (timeout-- > 0)) in SystemInit_ExtMemCtl() [all …]
|
/hal_stm32-3.7.0/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_rtc.c | 571 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local 586 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_EnterInitMode() 590 timeout --; in LL_RTC_EnterInitMode() 593 if (timeout == 0U) in LL_RTC_EnterInitMode() 642 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local 654 while ((timeout != 0U) && (tmp != 0U)) in LL_RTC_WaitForSynchro() 658 timeout--; in LL_RTC_WaitForSynchro() 661 if (timeout == 0U) in LL_RTC_WaitForSynchro() 669 timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() 671 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_WaitForSynchro() [all …]
|
/hal_stm32-3.7.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_rtc.c | 740 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local 755 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_EnterInitMode() 759 timeout --; in LL_RTC_EnterInitMode() 762 if (timeout == 0U) in LL_RTC_EnterInitMode() 811 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local 823 while ((timeout != 0U) && (tmp != 0U)) in LL_RTC_WaitForSynchro() 827 timeout--; in LL_RTC_WaitForSynchro() 830 if (timeout == 0U) in LL_RTC_WaitForSynchro() 838 timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() 840 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_WaitForSynchro() [all …]
|
/hal_stm32-3.7.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_rtc.c | 724 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local 739 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_EnterInitMode() 743 timeout --; in LL_RTC_EnterInitMode() 746 if (timeout == 0U) in LL_RTC_EnterInitMode() 795 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local 807 while ((timeout != 0U) && (tmp != 0U)) in LL_RTC_WaitForSynchro() 811 timeout--; in LL_RTC_WaitForSynchro() 814 if (timeout == 0U) in LL_RTC_WaitForSynchro() 822 timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() 824 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_WaitForSynchro() [all …]
|
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pwr_ex.c | 342 uint32_t timeout; in HAL_PWREx_ControlVoltageScaling() local 379 timeout = ((PWR_FLAG_SETTING_DELAY * (SystemCoreClock / 1000U)) / 1000U) + 1U; in HAL_PWREx_ControlVoltageScaling() 380 while (HAL_IS_BIT_CLR(PWR->VOSR, PWR_VOSR_VOSRDY) && (timeout != 0U)) in HAL_PWREx_ControlVoltageScaling() 382 timeout--; in HAL_PWREx_ControlVoltageScaling() 386 if (timeout != 0U) in HAL_PWREx_ControlVoltageScaling() 389 timeout = ((PWR_FLAG_SETTING_DELAY * (SystemCoreClock / 1000U)) / 1000U) + 1U; in HAL_PWREx_ControlVoltageScaling() 390 while ((HAL_IS_BIT_CLR(PWR->SVMSR, PWR_SVMSR_ACTVOSRDY)) && (timeout != 0U)) in HAL_PWREx_ControlVoltageScaling() 392 timeout--; in HAL_PWREx_ControlVoltageScaling() 397 if (timeout == 0U) in HAL_PWREx_ControlVoltageScaling() 425 uint32_t timeout; in HAL_PWREx_ConfigSupply() local [all …]
|
D | stm32u5xx_ll_rtc.c | 747 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local 762 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_EnterInitMode() 766 timeout --; in LL_RTC_EnterInitMode() 769 if (timeout == 0U) in LL_RTC_EnterInitMode() 818 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local 830 while ((timeout != 0U) && (tmp != 0U)) in LL_RTC_WaitForSynchro() 834 timeout--; in LL_RTC_WaitForSynchro() 837 if (timeout == 0U) in LL_RTC_WaitForSynchro() 845 timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() 847 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_WaitForSynchro() [all …]
|
/hal_stm32-3.7.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_rtc.c | 744 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local 759 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_EnterInitMode() 763 timeout --; in LL_RTC_EnterInitMode() 766 if (timeout == 0U) in LL_RTC_EnterInitMode() 815 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local 827 while ((timeout != 0U) && (tmp != 0U)) in LL_RTC_WaitForSynchro() 831 timeout--; in LL_RTC_WaitForSynchro() 834 if (timeout == 0U) in LL_RTC_WaitForSynchro() 842 timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() 844 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_WaitForSynchro() [all …]
|
/hal_stm32-3.7.0/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_rtc.c | 756 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local 771 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_EnterInitMode() 775 timeout --; in LL_RTC_EnterInitMode() 778 if (timeout == 0U) in LL_RTC_EnterInitMode() 827 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local 839 while ((timeout != 0U) && (tmp != 0U)) in LL_RTC_WaitForSynchro() 843 timeout--; in LL_RTC_WaitForSynchro() 846 if (timeout == 0U) in LL_RTC_WaitForSynchro() 854 timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() 856 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_WaitForSynchro() [all …]
|
/hal_stm32-3.7.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_rtc.c | 747 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local 762 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_EnterInitMode() 766 timeout --; in LL_RTC_EnterInitMode() 769 if (timeout == 0U) in LL_RTC_EnterInitMode() 818 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local 830 while ((timeout != 0U) && (tmp != 0U)) in LL_RTC_WaitForSynchro() 834 timeout--; in LL_RTC_WaitForSynchro() 837 if (timeout == 0U) in LL_RTC_WaitForSynchro() 845 timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() 847 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_WaitForSynchro() [all …]
|
/hal_stm32-3.7.0/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_rtc.c | 740 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local 755 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_EnterInitMode() 759 timeout --; in LL_RTC_EnterInitMode() 762 if (timeout == 0U) in LL_RTC_EnterInitMode() 811 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local 823 while ((timeout != 0U) && (tmp != 0U)) in LL_RTC_WaitForSynchro() 827 timeout--; in LL_RTC_WaitForSynchro() 830 if (timeout == 0U) in LL_RTC_WaitForSynchro() 838 timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() 840 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_WaitForSynchro() [all …]
|
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_i3c.h | 1156 uint32_t timeout); 1165 uint32_t timeout); 1174 uint32_t timeout); 1183 uint32_t timeout); 1201 uint32_t timeout); 1206 uint32_t timeout); 1210 uint32_t timeout); 1218 …ypeDef HAL_I3C_Tgt_Transmit(I3C_HandleTypeDef *hi3c, I3C_XferTypeDef *pXferData, uint32_t timeout); 1221 …TypeDef HAL_I3C_Tgt_Receive(I3C_HandleTypeDef *hi3c, I3C_XferTypeDef *pXferData, uint32_t timeout); 1224 HAL_StatusTypeDef HAL_I3C_Tgt_ControlRoleReq(I3C_HandleTypeDef *hi3c, uint32_t timeout); [all …]
|
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_i3c.h | 1156 uint32_t timeout); 1165 uint32_t timeout); 1174 uint32_t timeout); 1183 uint32_t timeout); 1201 uint32_t timeout); 1206 uint32_t timeout); 1210 uint32_t timeout); 1218 …ypeDef HAL_I3C_Tgt_Transmit(I3C_HandleTypeDef *hi3c, I3C_XferTypeDef *pXferData, uint32_t timeout); 1221 …TypeDef HAL_I3C_Tgt_Receive(I3C_HandleTypeDef *hi3c, I3C_XferTypeDef *pXferData, uint32_t timeout); 1224 HAL_StatusTypeDef HAL_I3C_Tgt_ControlRoleReq(I3C_HandleTypeDef *hi3c, uint32_t timeout); [all …]
|
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_i3c.c | 525 static HAL_StatusTypeDef I3C_WaitOnDAAUntilTimeout(I3C_HandleTypeDef *hi3c, uint32_t timeout, uint3… 527 uint32_t timeout, uint32_t tickstart); 560 uint32_t timeout); 2621 uint32_t timeout) in HAL_I3C_Ctrl_TransmitCCC() argument 2719 if (timeout != HAL_MAX_DELAY) in HAL_I3C_Ctrl_TransmitCCC() 2721 if (((HAL_GetTick() - tickstart) > timeout) || (timeout == 0U)) in HAL_I3C_Ctrl_TransmitCCC() 3071 uint32_t timeout) in HAL_I3C_Ctrl_ReceiveCCC() argument 3185 if (timeout != HAL_MAX_DELAY) in HAL_I3C_Ctrl_ReceiveCCC() 3187 if (((HAL_GetTick() - tickstart) > timeout) || (timeout == 0U)) in HAL_I3C_Ctrl_ReceiveCCC() 3625 uint32_t timeout) in HAL_I3C_Ctrl_Transmit() argument [all …]
|
D | stm32h7rsxx_ll_rtc.c | 731 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local 746 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_EnterInitMode() 750 timeout --; in LL_RTC_EnterInitMode() 753 if (timeout == 0U) in LL_RTC_EnterInitMode() 802 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local 814 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_WaitForSynchro() 818 timeout--; in LL_RTC_WaitForSynchro() 823 if (timeout == 0U) in LL_RTC_WaitForSynchro()
|
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_i3c.c | 525 static HAL_StatusTypeDef I3C_WaitOnDAAUntilTimeout(I3C_HandleTypeDef *hi3c, uint32_t timeout, uint3… 527 uint32_t timeout, uint32_t tickstart); 560 uint32_t timeout); 2621 uint32_t timeout) in HAL_I3C_Ctrl_TransmitCCC() argument 2719 if (timeout != HAL_MAX_DELAY) in HAL_I3C_Ctrl_TransmitCCC() 2721 if (((HAL_GetTick() - tickstart) > timeout) || (timeout == 0U)) in HAL_I3C_Ctrl_TransmitCCC() 3071 uint32_t timeout) in HAL_I3C_Ctrl_ReceiveCCC() argument 3185 if (timeout != HAL_MAX_DELAY) in HAL_I3C_Ctrl_ReceiveCCC() 3187 if (((HAL_GetTick() - tickstart) > timeout) || (timeout == 0U)) in HAL_I3C_Ctrl_ReceiveCCC() 3625 uint32_t timeout) in HAL_I3C_Ctrl_Transmit() argument [all …]
|
/hal_stm32-3.7.0/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_rtc.c | 575 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local 590 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_EnterInitMode() 594 timeout --; in LL_RTC_EnterInitMode() 597 if (timeout == 0U) in LL_RTC_EnterInitMode() 646 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local 658 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_WaitForSynchro() 662 timeout--; in LL_RTC_WaitForSynchro() 665 if (timeout == 0U) in LL_RTC_WaitForSynchro()
|
/hal_stm32-3.7.0/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_rtc.c | 743 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local 758 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_EnterInitMode() 762 timeout --; in LL_RTC_EnterInitMode() 765 if (timeout == 0U) in LL_RTC_EnterInitMode() 814 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local 825 timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() 827 while ((timeout != 0U) && (tmp != 1U)) in LL_RTC_WaitForSynchro() 831 timeout--; in LL_RTC_WaitForSynchro() 834 if (timeout == 0U) in LL_RTC_WaitForSynchro()
|