Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_i3c.h1261 #define IS_I3C_TSCOTIME_VALUE(__VALUE__) (((__VALUE__) == HAL_I3C_TURNAROUND_TIME_TSCO_LESS_12NS) |… macro
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_i3c.c1859 assert_param(IS_I3C_TSCOTIME_VALUE(pConfig->DataTurnAroundDuration)); in HAL_I3C_Tgt_Config()