Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_i3c.c106 uint32_t waveform_value; in LL_I3C_Init() local
127 waveform_value = in LL_I3C_Init()
133 LL_I3C_ConfigClockWaveForm(I3Cx, waveform_value); in LL_I3C_Init()
Dstm32h7rsxx_hal_i3c.c629 uint32_t waveform_value; in HAL_I3C_Init() local
705waveform_value = ((uint32_t)hi3c->Init.CtrlBusCharacteristic.SCLPPLowDuration … in HAL_I3C_Init()
710 LL_I3C_ConfigClockWaveForm(hi3c->Instance, waveform_value); in HAL_I3C_Init()
1689 uint32_t waveform_value; in HAL_I3C_Ctrl_BusCharacteristicConfig() local
1726 waveform_value = ((uint32_t)pConfig->SCLPPLowDuration | in HAL_I3C_Ctrl_BusCharacteristicConfig()
1731 LL_I3C_ConfigClockWaveForm(hi3c->Instance, waveform_value); in HAL_I3C_Ctrl_BusCharacteristicConfig()
/hal_stm32-latest/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.c629 uint32_t waveform_value; in HAL_I3C_Init() local
705waveform_value = ((uint32_t)hi3c->Init.CtrlBusCharacteristic.SCLPPLowDuration … in HAL_I3C_Init()
710 LL_I3C_ConfigClockWaveForm(hi3c->Instance, waveform_value); in HAL_I3C_Init()
1689 uint32_t waveform_value; in HAL_I3C_Ctrl_BusCharacteristicConfig() local
1726 waveform_value = ((uint32_t)pConfig->SCLPPLowDuration | in HAL_I3C_Ctrl_BusCharacteristicConfig()
1731 LL_I3C_ConfigClockWaveForm(hi3c->Instance, waveform_value); in HAL_I3C_Ctrl_BusCharacteristicConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_i3c.c119 uint32_t waveform_value; in LL_I3C_Init() local
140 waveform_value = in LL_I3C_Init()
146 LL_I3C_ConfigClockWaveForm(I3Cx, waveform_value); in LL_I3C_Init()
Dstm32n6xx_hal_i3c.c629 uint32_t waveform_value; in HAL_I3C_Init() local
705waveform_value = ((uint32_t)hi3c->Init.CtrlBusCharacteristic.SCLPPLowDuration … in HAL_I3C_Init()
710 LL_I3C_ConfigClockWaveForm(hi3c->Instance, waveform_value); in HAL_I3C_Init()
1689 uint32_t waveform_value; in HAL_I3C_Ctrl_BusCharacteristicConfig() local
1726 waveform_value = ((uint32_t)pConfig->SCLPPLowDuration | in HAL_I3C_Ctrl_BusCharacteristicConfig()
1731 LL_I3C_ConfigClockWaveForm(hi3c->Instance, waveform_value); in HAL_I3C_Ctrl_BusCharacteristicConfig()