Searched refs:MaxReadLength (Results 1 – 3 of 3) sorted by relevance
1382 __STATIC_INLINE void LL_I3C_SetMaxReadLength(I3C_TypeDef *I3Cx, uint16_t MaxReadLength) in LL_I3C_SetMaxReadLength() argument1384 MODIFY_REG(I3Cx->MAXRLR, I3C_MAXRLR_MRL, MaxReadLength); in LL_I3C_SetMaxReadLength()
277 …uint32_t MaxReadLength; /*!< I3C target Maximum Read Length (updated during SETMRL CCC) … member
6671 pCCCInfo->MaxReadLength = LL_I3C_GetMaxReadLength(hi3c->Instance); in HAL_I3C_GetCCCInfo()