Home
last modified time | relevance | path

Searched refs:waveform_value (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_i3c.c121 uint32_t waveform_value; in LL_I3C_Init() local
142 waveform_value = in LL_I3C_Init()
148 LL_I3C_ConfigClockWaveForm(I3Cx, waveform_value); in LL_I3C_Init()
Dstm32h5xx_hal_i3c.c497 uint32_t waveform_value; in HAL_I3C_Init() local
573waveform_value = ((uint32_t)hi3c->Init.CtrlBusCharacteristic.SCLPPLowDuration … in HAL_I3C_Init()
578 LL_I3C_ConfigClockWaveForm(hi3c->Instance, waveform_value); in HAL_I3C_Init()
1551 uint32_t waveform_value; in HAL_I3C_Ctrl_BusCharacteristicConfig() local
1588 waveform_value = ((uint32_t)pConfig->SCLPPLowDuration | in HAL_I3C_Ctrl_BusCharacteristicConfig()
1593 LL_I3C_ConfigClockWaveForm(hi3c->Instance, waveform_value); in HAL_I3C_Ctrl_BusCharacteristicConfig()