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()
8943 …_StatusTypeDef I3C_Xfer_PriorPreparation(I3C_HandleTypeDef *hi3c, uint8_t counter, uint32_t option) in I3C_Xfer_PriorPreparation() argument
8955 if ((option & I3C_OPERATION_TYPE_MASK) == LL_I3C_CONTROLLER_MTYPE_DIRECT) in I3C_Xfer_PriorPreparation()
8961 if (((option & I3C_DEFINE_BYTE_MASK) != 0U) && (direction == HAL_I3C_DIRECTION_READ)) in I3C_Xfer_PriorPreparation()
9015 else if ((option & I3C_OPERATION_TYPE_MASK) == LL_I3C_CONTROLLER_MTYPE_CCC) in I3C_Xfer_PriorPreparation()
9189 uint32_t option) in I3C_ControlBuffer_PriorPreparation() argument
9206 nb_define_bytes = (option & I3C_DEFINE_BYTE_MASK); in I3C_ControlBuffer_PriorPreparation()
9207 stop_condition = (option & I3C_RESTART_STOP_MASK); in I3C_ControlBuffer_PriorPreparation()
9210 if ((option & I3C_ARBITRATION_HEADER_MASK) == I3C_ARBITRATION_HEADER_MASK) in I3C_ControlBuffer_PriorPreparation()
9222 if ((option & I3C_OPERATION_TYPE_MASK) == LL_I3C_CONTROLLER_MTYPE_CCC) in I3C_ControlBuffer_PriorPreparation()
9251 else if ((option & I3C_OPERATION_TYPE_MASK) == LL_I3C_CONTROLLER_MTYPE_DIRECT) in I3C_ControlBuffer_PriorPreparation()
9325 (option & I3C_OPERATION_TYPE_MASK) | stop_condition); in I3C_ControlBuffer_PriorPreparation()
9342 (option & I3C_OPERATION_TYPE_MASK) | LL_I3C_GENERATE_STOP); in I3C_ControlBuffer_PriorPreparation()