Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_i3c.h1382 __STATIC_INLINE void LL_I3C_SetMaxReadLength(I3C_TypeDef *I3Cx, uint16_t MaxReadLength) in LL_I3C_SetMaxReadLength() argument
1384 MODIFY_REG(I3Cx->MAXRLR, I3C_MAXRLR_MRL, MaxReadLength); in LL_I3C_SetMaxReadLength()
Dstm32h5xx_hal_i3c.h277 …uint32_t MaxReadLength; /*!< I3C target Maximum Read Length (updated during SETMRL CCC) … member
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_i3c.c6671 pCCCInfo->MaxReadLength = LL_I3C_GetMaxReadLength(hi3c->Instance); in HAL_I3C_GetCCCInfo()