Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 25 of 78) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_i3c.c2743 uint32_t timeout) in HAL_I3C_Ctrl_TransmitCCC()
3193 uint32_t timeout) in HAL_I3C_Ctrl_ReceiveCCC()
3745 uint32_t timeout) in HAL_I3C_Ctrl_Transmit()
4193 uint32_t timeout) in HAL_I3C_Ctrl_Receive()
5009 uint32_t timeout) in HAL_I3C_Ctrl_DynAddrAssign()
5286 uint32_t timeout) in HAL_I3C_Ctrl_IsDeviceI3C_Ready()
5327 uint32_t timeout) in HAL_I3C_Ctrl_IsDeviceI2C_Ready()
5363 HAL_StatusTypeDef HAL_I3C_Ctrl_GenerateArbitration(I3C_HandleTypeDef *hi3c, uint32_t timeout) in HAL_I3C_Ctrl_GenerateArbitration()
5501 …TypeDef HAL_I3C_Tgt_Transmit(I3C_HandleTypeDef *hi3c, I3C_XferTypeDef *pXferData, uint32_t timeout) in HAL_I3C_Tgt_Transmit()
5902 …sTypeDef HAL_I3C_Tgt_Receive(I3C_HandleTypeDef *hi3c, I3C_XferTypeDef *pXferData, uint32_t timeout) in HAL_I3C_Tgt_Receive()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_i3c.c2743 uint32_t timeout) in HAL_I3C_Ctrl_TransmitCCC()
3193 uint32_t timeout) in HAL_I3C_Ctrl_ReceiveCCC()
3745 uint32_t timeout) in HAL_I3C_Ctrl_Transmit()
4193 uint32_t timeout) in HAL_I3C_Ctrl_Receive()
5009 uint32_t timeout) in HAL_I3C_Ctrl_DynAddrAssign()
5286 uint32_t timeout) in HAL_I3C_Ctrl_IsDeviceI3C_Ready()
5327 uint32_t timeout) in HAL_I3C_Ctrl_IsDeviceI2C_Ready()
5363 HAL_StatusTypeDef HAL_I3C_Ctrl_GenerateArbitration(I3C_HandleTypeDef *hi3c, uint32_t timeout) in HAL_I3C_Ctrl_GenerateArbitration()
5502 …TypeDef HAL_I3C_Tgt_Transmit(I3C_HandleTypeDef *hi3c, I3C_XferTypeDef *pXferData, uint32_t timeout) in HAL_I3C_Tgt_Transmit()
5906 …sTypeDef HAL_I3C_Tgt_Receive(I3C_HandleTypeDef *hi3c, I3C_XferTypeDef *pXferData, uint32_t timeout) in HAL_I3C_Tgt_Receive()
[all …]
Dstm32h7rsxx_ll_rtc.c731 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local
802 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_i3c.c2743 uint32_t timeout) in HAL_I3C_Ctrl_TransmitCCC()
3193 uint32_t timeout) in HAL_I3C_Ctrl_ReceiveCCC()
3745 uint32_t timeout) in HAL_I3C_Ctrl_Transmit()
4193 uint32_t timeout) in HAL_I3C_Ctrl_Receive()
5009 uint32_t timeout) in HAL_I3C_Ctrl_DynAddrAssign()
5286 uint32_t timeout) in HAL_I3C_Ctrl_IsDeviceI3C_Ready()
5327 uint32_t timeout) in HAL_I3C_Ctrl_IsDeviceI2C_Ready()
5363 HAL_StatusTypeDef HAL_I3C_Ctrl_GenerateArbitration(I3C_HandleTypeDef *hi3c, uint32_t timeout) in HAL_I3C_Ctrl_GenerateArbitration()
5501 …TypeDef HAL_I3C_Tgt_Transmit(I3C_HandleTypeDef *hi3c, I3C_XferTypeDef *pXferData, uint32_t timeout) in HAL_I3C_Tgt_Transmit()
5902 …sTypeDef HAL_I3C_Tgt_Receive(I3C_HandleTypeDef *hi3c, I3C_XferTypeDef *pXferData, uint32_t timeout) in HAL_I3C_Tgt_Receive()
[all …]
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_pccard.c310 uint32_t timeout = 0U; in HAL_PCCARD_Read_ID() local
378 uint32_t timeout = 0U; in HAL_PCCARD_Read_Sector() local
459 uint32_t timeout = 0U; in HAL_PCCARD_Write_Sector() local
536 uint32_t timeout = PCCARD_TIMEOUT_ERASE_SECTOR; in HAL_PCCARD_Erase_Sector() local
881 uint32_t timeout = PCCARD_TIMEOUT_STATUS; in HAL_PCCARD_GetStatus() local
Dstm32f2xx_ll_rtc.c701 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local
772 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_pccard.c310 uint32_t timeout = PCCARD_TIMEOUT_READ_ID, index = 0U; in HAL_PCCARD_Read_ID() local
374 uint32_t timeout = PCCARD_TIMEOUT_READ_WRITE_SECTOR, index = 0U; in HAL_PCCARD_Read_Sector() local
451 uint32_t timeout = PCCARD_TIMEOUT_READ_WRITE_SECTOR, index = 0U; in HAL_PCCARD_Write_Sector() local
524 uint32_t timeout = PCCARD_TIMEOUT_ERASE_SECTOR; in HAL_PCCARD_Erase_Sector() local
869 uint32_t timeout = PCCARD_TIMEOUT_STATUS, status_pccard = 0U; in HAL_PCCARD_GetStatus() local
Dstm32f3xx_ll_rtc.c721 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local
792 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_pccard.c310 uint32_t timeout = PCCARD_TIMEOUT_READ_ID, index = 0U; in HAL_PCCARD_Read_ID() local
374 uint32_t timeout = PCCARD_TIMEOUT_READ_WRITE_SECTOR, index = 0U; in HAL_PCCARD_Read_Sector() local
451 uint32_t timeout = PCCARD_TIMEOUT_READ_WRITE_SECTOR, index = 0U; in HAL_PCCARD_Write_Sector() local
524 uint32_t timeout = PCCARD_TIMEOUT_ERASE_SECTOR; in HAL_PCCARD_Erase_Sector() local
869 uint32_t timeout = PCCARD_TIMEOUT_STATUS, status_pccard = 0U; in HAL_PCCARD_GetStatus() local
Dstm32f4xx_ll_rtc.c721 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local
792 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_pccard.c311 uint32_t timeout = 0U; in HAL_PCCARD_Read_ID() local
376 uint32_t timeout = 0U; in HAL_PCCARD_Read_Sector() local
454 uint32_t timeout = 0U; in HAL_PCCARD_Write_Sector() local
528 uint32_t timeout = PCCARD_TIMEOUT_ERASE_SECTOR; in HAL_PCCARD_Erase_Sector() local
873 uint32_t timeout = PCCARD_TIMEOUT_STATUS; in HAL_PCCARD_GetStatus() local
Dstm32f1xx_ll_rtc.c366 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local
405 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_ExitInitMode() local
495 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dsystem_stm32f4xx.c283 register uint32_t tmpreg = 0, timeout = 0xFFFF; in SystemInit_ExtMemCtl() local
451 register uint32_t tmpreg = 0, timeout = 0xFFFF; in SystemInit_ExtMemCtl() local
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_rtc.c573 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local
644 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_rtc.c575 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local
646 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_rtc.c566 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local
637 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_rtc.c733 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local
804 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_rtc.c756 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local
827 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_rtc.c740 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local
811 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_rtc.c744 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local
815 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_rtc.c747 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local
818 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_rtc.c743 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local
814 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_rtc.c724 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local
795 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_rtc.c724 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local
795 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_rtc.c740 __IO uint32_t timeout = RTC_INITMODE_TIMEOUT; in LL_RTC_EnterInitMode() local
811 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() local

1234