Home
last modified time | relevance | path

Searched refs:DAC_CR_WAVE1 (Results 1 – 25 of 275) sorted by relevance

1234567891011

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_dac.c73 #if defined(DAC_CR_WAVE1)
177 #if defined(DAC_CR_WAVE1) in LL_DAC_Init()
191 #if defined(DAC_CR_WAVE1) in LL_DAC_Init()
195 #if defined(DAC_CR_WAVE1) in LL_DAC_Init()
200 | DAC_CR_WAVE1 in LL_DAC_Init()
216 | DAC_CR_WAVE1 in LL_DAC_Init()
246 #if defined(DAC_CR_WAVE1) in LL_DAC_StructInit()
Dstm32f0xx_hal_dac_ex.c129 …tmpreg1 &= ~(((uint32_t)(DAC_CR_MAMP1 | DAC_CR_WAVE1 | DAC_CR_TSEL1 | DAC_CR_TEN1 | DAC_CR_BOFF1))… in HAL_DAC_ConfigChannel()
946 …MODIFY_REG(hdac->Instance->CR, ((DAC_CR_WAVE1)|(DAC_CR_MAMP1))<<Channel, (DAC_CR_WAVE1_1 | Amplitu… in HAL_DACEx_TriangleWaveGenerate()
994 …MODIFY_REG(hdac->Instance->CR, ((DAC_CR_WAVE1)|(DAC_CR_MAMP1))<<Channel, (DAC_CR_WAVE1_0 | Amplitu… in HAL_DACEx_NoiseWaveGenerate()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_dac_ex.c813 …tmpreg1 &= ~(((uint32_t)(DAC_CR_MAMP1 | DAC_CR_WAVE1 | DAC_CR_TSEL1 | DAC_CR_TEN1 | DAC_CR_BOFF1))… in HAL_DAC_ConfigChannel()
819 …tmpreg1 &= ~(((uint32_t)(DAC_CR_MAMP1 | DAC_CR_WAVE1 | DAC_CR_TSEL1 | DAC_CR_TEN1 | DAC_CR_OUTEN1)… in HAL_DAC_ConfigChannel()
823 …tmpreg1 &= ~(((uint32_t)(DAC_CR_MAMP1 | DAC_CR_WAVE1 | DAC_CR_TSEL1 | DAC_CR_TEN1 | DAC_CR_BOFF1))… in HAL_DAC_ConfigChannel()
833 hdac->Instance->CR &= ~(DAC_CR_WAVE1 << Channel); in HAL_DAC_ConfigChannel()
883 …MODIFY_REG(hdac->Instance->CR, ((DAC_CR_WAVE1)|(DAC_CR_MAMP1))<<Channel, (DAC_CR_WAVE1_1 | Amplitu… in HAL_DACEx_TriangleWaveGenerate()
932 …MODIFY_REG(hdac->Instance->CR, ((DAC_CR_WAVE1)|(DAC_CR_MAMP1))<<Channel, (DAC_CR_WAVE1_0 | Amplitu… in HAL_DACEx_NoiseWaveGenerate()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_dac.h146 #if defined(DAC_CR_WAVE1)
574 #if defined(DAC_CR_WAVE1)
596 DAC_CR_WAVE1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK), in LL_DAC_SetWaveAutoGeneration()
619 return (uint32_t)(READ_BIT(DACx->CR, DAC_CR_WAVE1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)) in LL_DAC_GetWaveAutoGeneration()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_dac.c336 DAC_CR_WAVE1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK), in LL_DAC_Init()
357 | DAC_CR_WAVE1 in LL_DAC_Init()
372 | DAC_CR_WAVE1 in LL_DAC_Init()
Dstm32g4xx_hal_dac_ex.c463 MODIFY_REG(hdac->Instance->CR, ((DAC_CR_WAVE1) | (DAC_CR_MAMP1)) << (Channel & 0x10UL), in HAL_DACEx_TriangleWaveGenerate()
522 MODIFY_REG(hdac->Instance->CR, ((DAC_CR_WAVE1) | (DAC_CR_MAMP1)) << (Channel & 0x10UL), in HAL_DACEx_NoiseWaveGenerate()
601 (DAC_CR_WAVE1) << (Channel & 0x10UL), in HAL_DACEx_SawtoothWaveGenerate()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_dac.c198 | DAC_CR_WAVE1 in LL_DAC_Init()
214 | DAC_CR_WAVE1 in LL_DAC_Init()
Dstm32f2xx_hal_dac_ex.c204 MODIFY_REG(hdac->Instance->CR, ((DAC_CR_WAVE1) | (DAC_CR_MAMP1)) << (Channel & 0x10UL), in HAL_DACEx_TriangleWaveGenerate()
260 MODIFY_REG(hdac->Instance->CR, ((DAC_CR_WAVE1) | (DAC_CR_MAMP1)) << (Channel & 0x10UL), in HAL_DACEx_NoiseWaveGenerate()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_dac.c200 | DAC_CR_WAVE1 in LL_DAC_Init()
216 | DAC_CR_WAVE1 in LL_DAC_Init()
Dstm32f1xx_hal_dac_ex.c204 MODIFY_REG(hdac->Instance->CR, ((DAC_CR_WAVE1) | (DAC_CR_MAMP1)) << (Channel & 0x10UL), in HAL_DACEx_TriangleWaveGenerate()
260 MODIFY_REG(hdac->Instance->CR, ((DAC_CR_WAVE1) | (DAC_CR_MAMP1)) << (Channel & 0x10UL), in HAL_DACEx_NoiseWaveGenerate()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_dac.c198 | DAC_CR_WAVE1 in LL_DAC_Init()
214 | DAC_CR_WAVE1 in LL_DAC_Init()
Dstm32f7xx_hal_dac_ex.c204 MODIFY_REG(hdac->Instance->CR, ((DAC_CR_WAVE1) | (DAC_CR_MAMP1)) << (Channel & 0x10UL), in HAL_DACEx_TriangleWaveGenerate()
260 MODIFY_REG(hdac->Instance->CR, ((DAC_CR_WAVE1) | (DAC_CR_MAMP1)) << (Channel & 0x10UL), in HAL_DACEx_NoiseWaveGenerate()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_dac.c193 | DAC_CR_WAVE1 in LL_DAC_Init()
209 | DAC_CR_WAVE1 in LL_DAC_Init()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_dac.c197 | DAC_CR_WAVE1 in LL_DAC_Init()
213 | DAC_CR_WAVE1 in LL_DAC_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_dac.c206 | DAC_CR_WAVE1 in LL_DAC_Init()
222 | DAC_CR_WAVE1 in LL_DAC_Init()
Dstm32f4xx_hal_dac_ex.c204 MODIFY_REG(hdac->Instance->CR, ((DAC_CR_WAVE1) | (DAC_CR_MAMP1)) << (Channel & 0x10UL), in HAL_DACEx_TriangleWaveGenerate()
260 MODIFY_REG(hdac->Instance->CR, ((DAC_CR_WAVE1) | (DAC_CR_MAMP1)) << (Channel & 0x10UL), in HAL_DACEx_NoiseWaveGenerate()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_dac.c208 | DAC_CR_WAVE1 in LL_DAC_Init()
222 | DAC_CR_WAVE1 in LL_DAC_Init()
Dstm32wlxx_hal_dac_ex.c135 MODIFY_REG(hdac->Instance->CR, ((DAC_CR_WAVE1) | (DAC_CR_MAMP1)) << (Channel & 0x10UL), in HAL_DACEx_TriangleWaveGenerate()
184 MODIFY_REG(hdac->Instance->CR, ((DAC_CR_WAVE1) | (DAC_CR_MAMP1)) << (Channel & 0x10UL), in HAL_DACEx_NoiseWaveGenerate()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_dac.c210 | DAC_CR_WAVE1 in LL_DAC_Init()
224 | DAC_CR_WAVE1 in LL_DAC_Init()
Dstm32u0xx_hal_dac_ex.c141 MODIFY_REG(hdac->Instance->CR, ((DAC_CR_WAVE1) | (DAC_CR_MAMP1)) << (Channel & 0x10UL), in HAL_DACEx_TriangleWaveGenerate()
196 MODIFY_REG(hdac->Instance->CR, ((DAC_CR_WAVE1) | (DAC_CR_MAMP1)) << (Channel & 0x10UL), in HAL_DACEx_NoiseWaveGenerate()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_dac.c215 | DAC_CR_WAVE1 in LL_DAC_Init()
229 | DAC_CR_WAVE1 in LL_DAC_Init()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_dac.c217 | DAC_CR_WAVE1 in LL_DAC_Init()
231 | DAC_CR_WAVE1 in LL_DAC_Init()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_dac.c213 | DAC_CR_WAVE1 in LL_DAC_Init()
227 | DAC_CR_WAVE1 in LL_DAC_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_dac.c233 | DAC_CR_WAVE1 in LL_DAC_Init()
247 | DAC_CR_WAVE1 in LL_DAC_Init()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_dac.c243 | DAC_CR_WAVE1 in LL_DAC_Init()
257 | DAC_CR_WAVE1 in LL_DAC_Init()

1234567891011