Searched refs:DAC_OutputBuffer (Results 1 – 16 of 16) sorted by relevance
134 assert_param(IS_DAC_OUTPUT_BUFFER_STATE(DAC_InitStruct->DAC_OutputBuffer)); in DAC_Init()147 DAC_InitStruct->DAC_LFSRUnmask_TriangleAmplitude | DAC_InitStruct->DAC_OutputBuffer); in DAC_Init()170 DAC_InitStruct->DAC_OutputBuffer = DAC_OutputBuffer_Enable; in DAC_StructInit()
99 assert_param(IS_DAC_OUTPUT_BUFFER_STATE(DAC_InitStruct->DAC_OutputBuffer)); in DAC_Init()112 DAC_InitStruct->DAC_LFSRUnmask_TriangleAmplitude | DAC_InitStruct->DAC_OutputBuffer); in DAC_Init()135 DAC_InitStruct->DAC_OutputBuffer = DAC_OutputBuffer_Enable; in DAC_StructInit()
59 … (u32)(init_struct->DAC_LFSRUnmask_TriangleAmplitude) | (u32)(init_struct->DAC_OutputBuffer)) in DAC_Init()73 init_struct->DAC_OutputBuffer = DAC_OutputBuffer_Enable; in DAC_StructInit()
56 DAC_InitStruct->DAC_LFSRUnmask_TriangleAmplitude | DAC_InitStruct->DAC_OutputBuffer); in DAC_Init()72 DAC_InitStruct->DAC_OutputBuffer = DAC_OutputBuffer_Enable; in DAC_StructInit()
31 .Init.DAC_OutputBuffer = DAC_OutputBuffer_Enable, \42 .Init.DAC_OutputBuffer = DAC_OutputBuffer_Enable, \
112 emDACBOFF_TypeDef DAC_OutputBuffer; member
32 …uint32_t DAC_OutputBuffer; /*!< Specifies whether the DAC channel output buffer is… member
32 …uint32_t DAC_OutputBuffer; /* Specifies whether the DAC channel output buffer is e… member
163 if(!IS_DAC_OUTPUT_BUFFER_STATE(sConfig->DAC_OutputBuffer)) return HAL_ERROR; in HAL_DAC_ConfigChannel()233 …if((sConfig->DAC_SampleAndHold == DAC_SAMPLEANDHOLD_ENABLE)&&(sConfig->DAC_OutputBuffer==DAC_OUTPU… in HAL_DAC_ConfigChannel()237 tmpreg2 = (sConfig->DAC_SampleAndHold | sConfig->DAC_OutputBuffer | ConnectOnChipPeripheral); in HAL_DAC_ConfigChannel()
150 DAC_ChanConf.DAC_OutputBuffer = DAC_OUTPUTBUFFER_DISABLE; in stm32_set_dac_value()
50 uint32_t DAC_OutputBuffer; member
41 …uint32_t DAC_OutputBuffer; /*!< Specifies whether the DAC channel output buffer is… member
946 assert_param(IS_DAC_OUTPUT_BUFFER_STATE(sConfig->DAC_OutputBuffer)); in HAL_DAC_ConfigChannel()962 tmpreg2 = (sConfig->DAC_Trigger | sConfig->DAC_OutputBuffer); in HAL_DAC_ConfigChannel()
107 …uint32_t DAC_OutputBuffer; /*!< Specifies whether the DAC channel output buffer is ena… member
294 …uint32_t DAC_OutputBuffer; /*!< Specifies whether the DAC channel output buffer is ena… member
Completed in 33 milliseconds