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()
90 else if (I3Cx == I3C2) in LL_I3C_DeInit()
117 ErrorStatus LL_I3C_Init(I3C_TypeDef *I3Cx, LL_I3C_InitTypeDef *I3C_InitStruct, uint32_t Mode) in LL_I3C_Init() argument
123 assert_param(IS_I3C_ALL_INSTANCE(I3Cx)); in LL_I3C_Init()
126 LL_I3C_Disable(I3Cx); in LL_I3C_Init()
136 LL_I3C_SetMode(I3Cx, LL_I3C_MODE_CONTROLLER); in LL_I3C_Init()
146 LL_I3C_ConfigClockWaveForm(I3Cx, waveform_value); in LL_I3C_Init()
155 LL_I3C_SetCtrlBusCharacteristic(I3Cx, timing_value); in LL_I3C_Init()
160 LL_I3C_SetMode(I3Cx, LL_I3C_MODE_TARGET); in LL_I3C_Init()
164 LL_I3C_SetTgtBusCharacteristic(I3Cx, I3C_InitStruct->TgtBusCharacteristic.BusAvailableDuration); in LL_I3C_Init()
168 LL_I3C_Enable(I3Cx); in LL_I3C_Init()