Lines Matching refs:I3Cx
75 ErrorStatus LL_I3C_DeInit(const I3C_TypeDef *I3Cx) in LL_I3C_DeInit() argument
80 assert_param(IS_I3C_ALL_INSTANCE(I3Cx)); in LL_I3C_DeInit()
82 if (I3Cx == I3C1) in LL_I3C_DeInit()
91 else if (I3Cx == I3C2) in LL_I3C_DeInit()
119 ErrorStatus LL_I3C_Init(I3C_TypeDef *I3Cx, LL_I3C_InitTypeDef *I3C_InitStruct, uint32_t Mode) in LL_I3C_Init() argument
125 assert_param(IS_I3C_ALL_INSTANCE(I3Cx)); in LL_I3C_Init()
128 LL_I3C_Disable(I3Cx); in LL_I3C_Init()
138 LL_I3C_SetMode(I3Cx, LL_I3C_MODE_CONTROLLER); in LL_I3C_Init()
148 LL_I3C_ConfigClockWaveForm(I3Cx, waveform_value); in LL_I3C_Init()
157 LL_I3C_SetCtrlBusCharacteristic(I3Cx, timing_value); in LL_I3C_Init()
162 LL_I3C_SetMode(I3Cx, LL_I3C_MODE_TARGET); in LL_I3C_Init()
166 LL_I3C_SetTgtBusCharacteristic(I3Cx, I3C_InitStruct->TgtBusCharacteristic.BusAvailableDuration); in LL_I3C_Init()
170 LL_I3C_Enable(I3Cx); in LL_I3C_Init()