Lines Matching refs:option
557 …StatusTypeDef I3C_Xfer_PriorPreparation(I3C_HandleTypeDef *hi3c, uint8_t counter, uint32_t option);
568 uint32_t option);
2165 uint32_t option) in HAL_I3C_AddDescToFrame() argument
2189 if (((option & I3C_OPERATION_TYPE_MASK) == LL_I3C_CONTROLLER_MTYPE_CCC) || in HAL_I3C_AddDescToFrame()
2190 ((option & I3C_OPERATION_TYPE_MASK) == LL_I3C_CONTROLLER_MTYPE_DIRECT)) in HAL_I3C_AddDescToFrame()
2196 (((option & (I3C_OPERATION_TYPE_MASK | I3C_DEFINE_BYTE_MASK)) == \ in HAL_I3C_AddDescToFrame()
2219 if (I3C_ControlBuffer_PriorPreparation(hi3c, nbFrame, option) != HAL_OK) in HAL_I3C_AddDescToFrame()
2226 if (I3C_Xfer_PriorPreparation(hi3c, nbFrame, option) != HAL_OK) in HAL_I3C_AddDescToFrame()
8949 …_StatusTypeDef I3C_Xfer_PriorPreparation(I3C_HandleTypeDef *hi3c, uint8_t counter, uint32_t option) in I3C_Xfer_PriorPreparation() argument
8961 if ((option & I3C_OPERATION_TYPE_MASK) == LL_I3C_CONTROLLER_MTYPE_DIRECT) in I3C_Xfer_PriorPreparation()
8967 if (((option & I3C_DEFINE_BYTE_MASK) != 0U) && (direction == HAL_I3C_DIRECTION_READ)) in I3C_Xfer_PriorPreparation()
9021 else if ((option & I3C_OPERATION_TYPE_MASK) == LL_I3C_CONTROLLER_MTYPE_CCC) in I3C_Xfer_PriorPreparation()
9195 uint32_t option) in I3C_ControlBuffer_PriorPreparation() argument
9212 nb_define_bytes = (option & I3C_DEFINE_BYTE_MASK); in I3C_ControlBuffer_PriorPreparation()
9213 stop_condition = (option & I3C_RESTART_STOP_MASK); in I3C_ControlBuffer_PriorPreparation()
9216 if ((option & I3C_ARBITRATION_HEADER_MASK) == I3C_ARBITRATION_HEADER_MASK) in I3C_ControlBuffer_PriorPreparation()
9228 if ((option & I3C_OPERATION_TYPE_MASK) == LL_I3C_CONTROLLER_MTYPE_CCC) in I3C_ControlBuffer_PriorPreparation()
9257 else if ((option & I3C_OPERATION_TYPE_MASK) == LL_I3C_CONTROLLER_MTYPE_DIRECT) in I3C_ControlBuffer_PriorPreparation()
9331 (option & I3C_OPERATION_TYPE_MASK) | stop_condition); in I3C_ControlBuffer_PriorPreparation()
9348 (option & I3C_OPERATION_TYPE_MASK) | LL_I3C_GENERATE_STOP); in I3C_ControlBuffer_PriorPreparation()