Home
last modified time | relevance | path

Searched refs:DTS_MAXIMUM_TIMEOUT (Results 1 – 1 of 1) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dts.c184 #define DTS_MAXIMUM_TIMEOUT 1000U /* DTS maximum timeout of 1 second */ macro
1828 if ((HAL_GetTick() - tickstart) > DTS_MAXIMUM_TIMEOUT) in DTS_ProgramSdaRegister()