Searched refs:IBISize (Results 1 – 3 of 3) sorted by relevance
2444 …C_INLINE void LL_I3C_TargetHandleMessage(I3C_TypeDef *I3Cx, uint32_t MessageType, uint32_t IBISize) in LL_I3C_TargetHandleMessage() argument2446 WRITE_REG(I3Cx->CR, (MessageType | IBISize) & (I3C_CR_DCNT | I3C_CR_MTYPE)); in LL_I3C_TargetHandleMessage()
2447 …C_INLINE void LL_I3C_TargetHandleMessage(I3C_TypeDef *I3Cx, uint32_t MessageType, uint32_t IBISize) in LL_I3C_TargetHandleMessage() argument2449 WRITE_REG(I3Cx->CR, (MessageType | IBISize) & (I3C_CR_DCNT | I3C_CR_MTYPE)); in LL_I3C_TargetHandleMessage()