Home
last modified time | relevance | path

Searched refs:StepData (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_dac_ex.c560 uint32_t ResetData, uint32_t StepData) in HAL_DACEx_SawtoothWaveGenerate() argument
572 assert_param(IS_DAC_STEP_DATA(StepData)); in HAL_DACEx_SawtoothWaveGenerate()
585 (StepData << DAC_STR1_STINCDATA1_Pos) in HAL_DACEx_SawtoothWaveGenerate()
594 (StepData << DAC_STR2_STINCDATA2_Pos) in HAL_DACEx_SawtoothWaveGenerate()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_dac.h1213 …INE void LL_DAC_SetWaveSawtoothStepData(DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t StepData) in LL_DAC_SetWaveSawtoothStepData() argument
1221 StepData << DAC_STR1_STINCDATA1_Pos); in LL_DAC_SetWaveSawtoothStepData()
Dstm32g4xx_hal_dac_ex.h277 uint32_t ResetData, uint32_t StepData);