Home
last modified time | relevance | path

Searched refs:DAC_CR_BOFF1 (Results 1 – 25 of 125) sorted by relevance

12345

/hal_stm32-3.6.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_dac.h305 #define LL_DAC_OUTPUT_BUFFER_DISABLE (DAC_CR_BOFF1) /*!< The selected DAC channel ou…
743 DAC_CR_BOFF1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK), in LL_DAC_SetOutputBuffer()
761 return (uint32_t)(READ_BIT(DACx->CR, DAC_CR_BOFF1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)) in LL_DAC_GetOutputBuffer()
Dstm32l1xx_hal_dac.h184 #define DAC_OUTPUTBUFFER_DISABLE (DAC_CR_BOFF1)
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_dac.h306 #define LL_DAC_OUTPUT_BUFFER_DISABLE (DAC_CR_BOFF1) /*!< The selected DAC channel ou…
747 DAC_CR_BOFF1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK), in LL_DAC_SetOutputBuffer()
765 return (uint32_t)(READ_BIT(DACx->CR, DAC_CR_BOFF1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)) in LL_DAC_GetOutputBuffer()
Dstm32f7xx_hal_dac.h185 #define DAC_OUTPUTBUFFER_DISABLE (DAC_CR_BOFF1)
/hal_stm32-3.6.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_dac.h306 #define LL_DAC_OUTPUT_BUFFER_DISABLE (DAC_CR_BOFF1) /*!< The selected DAC channel ou…
746 DAC_CR_BOFF1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK), in LL_DAC_SetOutputBuffer()
764 return (uint32_t)(READ_BIT(DACx->CR, DAC_CR_BOFF1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)) in LL_DAC_GetOutputBuffer()
Dstm32f2xx_hal_dac.h185 #define DAC_OUTPUTBUFFER_DISABLE (DAC_CR_BOFF1)
/hal_stm32-3.6.0/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_dac.h282 #define LL_DAC_OUTPUT_BUFFER_DISABLE (DAC_CR_BOFF1) /*!< The selected DAC channel ou…
788 DAC_CR_BOFF1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK), in LL_DAC_SetOutputBuffer()
809 return (uint32_t)(READ_BIT(DACx->CR, DAC_CR_BOFF1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)) in LL_DAC_GetOutputBuffer()
Dstm32f0xx_hal_dac.h159 #define DAC_OUTPUTBUFFER_DISABLE ((uint32_t)DAC_CR_BOFF1)
/hal_stm32-3.6.0/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_dac.h280 #define LL_DAC_OUTPUT_BUFFER_DISABLE (DAC_CR_BOFF1) /*!< The selected DAC channel ou…
784 DAC_CR_BOFF1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK), in LL_DAC_SetOutputBuffer()
805 return (uint32_t)(READ_BIT(DACx->CR, DAC_CR_BOFF1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)) in LL_DAC_GetOutputBuffer()
Dstm32l0xx_hal_dac.h205 #define DAC_OUTPUTBUFFER_DISABLE (DAC_CR_BOFF1)
/hal_stm32-3.6.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_dac.h308 #define LL_DAC_OUTPUT_BUFFER_DISABLE (DAC_CR_BOFF1) /*!< The selected DAC channel ou…
750 DAC_CR_BOFF1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK), in LL_DAC_SetOutputBuffer()
768 return (uint32_t)(READ_BIT(DACx->CR, DAC_CR_BOFF1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)) in LL_DAC_GetOutputBuffer()
Dstm32f1xx_hal_dac.h168 #define DAC_OUTPUTBUFFER_DISABLE (DAC_CR_BOFF1)
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_dac.h316 #define LL_DAC_OUTPUT_BUFFER_DISABLE (DAC_CR_BOFF1) /*!< The selected DAC channel ou…
817 DAC_CR_BOFF1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK), in LL_DAC_SetOutputBuffer()
838 return (uint32_t)(READ_BIT(DACx->CR, DAC_CR_BOFF1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)) in LL_DAC_GetOutputBuffer()
Dstm32f4xx_hal_dac.h187 #define DAC_OUTPUTBUFFER_DISABLE (DAC_CR_BOFF1)
/hal_stm32-3.6.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_dac.c202 | DAC_CR_BOFF1 in LL_DAC_Init()
217 | DAC_CR_BOFF1 in LL_DAC_Init()
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()
183 tmpreg1 &= ~(((uint32_t)(DAC_CR_TSEL1 | DAC_CR_TEN1 | DAC_CR_BOFF1)) << Channel); in HAL_DAC_ConfigChannel()
/hal_stm32-3.6.0/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_dac.c199 | DAC_CR_BOFF1 in LL_DAC_Init()
214 | DAC_CR_BOFF1 in LL_DAC_Init()
/hal_stm32-3.6.0/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_dac.c195 | DAC_CR_BOFF1 in LL_DAC_Init()
210 | DAC_CR_BOFF1 in LL_DAC_Init()
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_dac.c201 | DAC_CR_BOFF1 in LL_DAC_Init()
216 | DAC_CR_BOFF1 in LL_DAC_Init()
/hal_stm32-3.6.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_dac.c202 | DAC_CR_BOFF1 in LL_DAC_Init()
217 | DAC_CR_BOFF1 in LL_DAC_Init()
/hal_stm32-3.6.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_dac.c200 | DAC_CR_BOFF1 in LL_DAC_Init()
215 | DAC_CR_BOFF1 in LL_DAC_Init()
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_dac.h331 #define LL_DAC_OUTPUT_BUFFER_DISABLE (DAC_CR_BOFF1) /*!< The selected DAC channel ou…
868 DAC_CR_BOFF1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK), in LL_DAC_SetOutputBuffer()
897 return (uint32_t)(READ_BIT(DACx->CR, DAC_CR_BOFF1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)) in LL_DAC_GetOutputBuffer()
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_dac.c211 | DAC_CR_BOFF1 in LL_DAC_Init()
226 | DAC_CR_BOFF1 in LL_DAC_Init()
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_dac.c266 | DAC_CR_BOFF1 in LL_DAC_Init()
281 | DAC_CR_BOFF1 in LL_DAC_Init()
Dstm32f3xx_hal_dac_ex.c813 …(((uint32_t)(DAC_CR_MAMP1 | DAC_CR_WAVE1 | DAC_CR_TSEL1 | DAC_CR_TEN1 | DAC_CR_BOFF1)) << Channel); 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()

12345