/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_dac.c | 73 #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()
|
D | stm32f0xx_hal_dac_ex.c | 129 …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/ |
D | stm32f3xx_hal_dac_ex.c | 813 …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/ |
D | stm32f0xx_ll_dac.h | 146 #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/ |
D | stm32g4xx_ll_dac.c | 336 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()
|
D | stm32g4xx_hal_dac_ex.c | 463 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/ |
D | stm32f2xx_ll_dac.c | 198 | DAC_CR_WAVE1 in LL_DAC_Init() 214 | DAC_CR_WAVE1 in LL_DAC_Init()
|
D | stm32f2xx_hal_dac_ex.c | 204 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/ |
D | stm32f1xx_ll_dac.c | 200 | DAC_CR_WAVE1 in LL_DAC_Init() 216 | DAC_CR_WAVE1 in LL_DAC_Init()
|
D | stm32f1xx_hal_dac_ex.c | 204 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/ |
D | stm32f7xx_ll_dac.c | 198 | DAC_CR_WAVE1 in LL_DAC_Init() 214 | DAC_CR_WAVE1 in LL_DAC_Init()
|
D | stm32f7xx_hal_dac_ex.c | 204 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/ |
D | stm32l0xx_ll_dac.c | 193 | DAC_CR_WAVE1 in LL_DAC_Init() 209 | DAC_CR_WAVE1 in LL_DAC_Init()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_dac.c | 197 | DAC_CR_WAVE1 in LL_DAC_Init() 213 | DAC_CR_WAVE1 in LL_DAC_Init()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_dac.c | 206 | DAC_CR_WAVE1 in LL_DAC_Init() 222 | DAC_CR_WAVE1 in LL_DAC_Init()
|
D | stm32f4xx_hal_dac_ex.c | 204 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/ |
D | stm32wlxx_ll_dac.c | 208 | DAC_CR_WAVE1 in LL_DAC_Init() 222 | DAC_CR_WAVE1 in LL_DAC_Init()
|
D | stm32wlxx_hal_dac_ex.c | 135 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/ |
D | stm32u0xx_ll_dac.c | 210 | DAC_CR_WAVE1 in LL_DAC_Init() 224 | DAC_CR_WAVE1 in LL_DAC_Init()
|
D | stm32u0xx_hal_dac_ex.c | 141 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/ |
D | stm32l5xx_ll_dac.c | 215 | DAC_CR_WAVE1 in LL_DAC_Init() 229 | DAC_CR_WAVE1 in LL_DAC_Init()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_dac.c | 217 | DAC_CR_WAVE1 in LL_DAC_Init() 231 | DAC_CR_WAVE1 in LL_DAC_Init()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_dac.c | 213 | DAC_CR_WAVE1 in LL_DAC_Init() 227 | DAC_CR_WAVE1 in LL_DAC_Init()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_dac.c | 233 | DAC_CR_WAVE1 in LL_DAC_Init() 247 | DAC_CR_WAVE1 in LL_DAC_Init()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_dac.c | 243 | DAC_CR_WAVE1 in LL_DAC_Init() 257 | DAC_CR_WAVE1 in LL_DAC_Init()
|