Home
last modified time | relevance | path

Searched refs:ResetData (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
571 assert_param(IS_DAC_RESET_DATA(ResetData)); in HAL_DACEx_SawtoothWaveGenerate()
587 | (ResetData << DAC_STR1_STRSTDATA1_Pos)); in HAL_DACEx_SawtoothWaveGenerate()
596 | (ResetData << DAC_STR2_STRSTDATA2_Pos)); in HAL_DACEx_SawtoothWaveGenerate()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_dac.h1157 …E void LL_DAC_SetWaveSawtoothResetData(DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t ResetData) in LL_DAC_SetWaveSawtoothResetData() argument
1165 ResetData << DAC_STR1_STRSTDATA1_Pos); in LL_DAC_SetWaveSawtoothResetData()
Dstm32g4xx_hal_dac_ex.h277 uint32_t ResetData, uint32_t StepData);