Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_i3c.c7004 I3C_CCCInfoTypeDef *pCCCInfo) in HAL_I3C_GetCCCInfo() argument
7016 if (pCCCInfo == NULL) in HAL_I3C_GetCCCInfo()
7034 pCCCInfo->DynamicAddrValid = LL_I3C_IsEnabledOwnDynAddress(hi3c->Instance); in HAL_I3C_GetCCCInfo()
7035 pCCCInfo->DynamicAddr = LL_I3C_GetOwnDynamicAddress(hi3c->Instance); in HAL_I3C_GetCCCInfo()
7041 pCCCInfo->MaxWriteLength = LL_I3C_GetMaxWriteLength(hi3c->Instance); in HAL_I3C_GetCCCInfo()
7047 pCCCInfo->MaxReadLength = LL_I3C_GetMaxReadLength(hi3c->Instance); in HAL_I3C_GetCCCInfo()
7053 pCCCInfo->ResetAction = LL_I3C_GetResetAction(hi3c->Instance); in HAL_I3C_GetCCCInfo()
7059 pCCCInfo->ActivityState = LL_I3C_GetActivityState(hi3c->Instance); in HAL_I3C_GetCCCInfo()
7065 pCCCInfo->HotJoinAllowed = LL_I3C_IsEnabledHotJoin(hi3c->Instance); in HAL_I3C_GetCCCInfo()
7066 pCCCInfo->InBandAllowed = LL_I3C_IsEnabledIBI(hi3c->Instance); in HAL_I3C_GetCCCInfo()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_i3c.c7010 I3C_CCCInfoTypeDef *pCCCInfo) in HAL_I3C_GetCCCInfo() argument
7022 if (pCCCInfo == NULL) in HAL_I3C_GetCCCInfo()
7040 pCCCInfo->DynamicAddrValid = LL_I3C_IsEnabledOwnDynAddress(hi3c->Instance); in HAL_I3C_GetCCCInfo()
7041 pCCCInfo->DynamicAddr = LL_I3C_GetOwnDynamicAddress(hi3c->Instance); in HAL_I3C_GetCCCInfo()
7047 pCCCInfo->MaxWriteLength = LL_I3C_GetMaxWriteLength(hi3c->Instance); in HAL_I3C_GetCCCInfo()
7053 pCCCInfo->MaxReadLength = LL_I3C_GetMaxReadLength(hi3c->Instance); in HAL_I3C_GetCCCInfo()
7059 pCCCInfo->ResetAction = LL_I3C_GetResetAction(hi3c->Instance); in HAL_I3C_GetCCCInfo()
7065 pCCCInfo->ActivityState = LL_I3C_GetActivityState(hi3c->Instance); in HAL_I3C_GetCCCInfo()
7071 pCCCInfo->HotJoinAllowed = LL_I3C_IsEnabledHotJoin(hi3c->Instance); in HAL_I3C_GetCCCInfo()
7072 pCCCInfo->InBandAllowed = LL_I3C_IsEnabledIBI(hi3c->Instance); in HAL_I3C_GetCCCInfo()
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_i3c.c7004 I3C_CCCInfoTypeDef *pCCCInfo) in HAL_I3C_GetCCCInfo() argument
7016 if (pCCCInfo == NULL) in HAL_I3C_GetCCCInfo()
7034 pCCCInfo->DynamicAddrValid = LL_I3C_IsEnabledOwnDynAddress(hi3c->Instance); in HAL_I3C_GetCCCInfo()
7035 pCCCInfo->DynamicAddr = LL_I3C_GetOwnDynamicAddress(hi3c->Instance); in HAL_I3C_GetCCCInfo()
7041 pCCCInfo->MaxWriteLength = LL_I3C_GetMaxWriteLength(hi3c->Instance); in HAL_I3C_GetCCCInfo()
7047 pCCCInfo->MaxReadLength = LL_I3C_GetMaxReadLength(hi3c->Instance); in HAL_I3C_GetCCCInfo()
7053 pCCCInfo->ResetAction = LL_I3C_GetResetAction(hi3c->Instance); in HAL_I3C_GetCCCInfo()
7059 pCCCInfo->ActivityState = LL_I3C_GetActivityState(hi3c->Instance); in HAL_I3C_GetCCCInfo()
7065 pCCCInfo->HotJoinAllowed = LL_I3C_IsEnabledHotJoin(hi3c->Instance); in HAL_I3C_GetCCCInfo()
7066 pCCCInfo->InBandAllowed = LL_I3C_IsEnabledIBI(hi3c->Instance); in HAL_I3C_GetCCCInfo()
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_i3c.h1269 I3C_CCCInfoTypeDef *pCCCInfo);
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_i3c.h1269 I3C_CCCInfoTypeDef *pCCCInfo);
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_i3c.h1269 I3C_CCCInfoTypeDef *pCCCInfo);