Home
last modified time | relevance | path

Searched refs:DAC_OutputBuffer (Results 1 – 6 of 6) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_dac.c601 assert_param(IS_DAC_OUTPUT_BUFFER_STATE(sConfig->DAC_OutputBuffer)); in HAL_DAC_ConfigChannel()
617 tmpreg2 = (sConfig->DAC_Trigger | sConfig->DAC_OutputBuffer); in HAL_DAC_ConfigChannel()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_dac.c808 assert_param(IS_DAC_OUTPUT_BUFFER_STATE(sConfig->DAC_OutputBuffer)); in HAL_DAC_ConfigChannel()
820 SET_BIT(tmpreg1, (sConfig->DAC_Trigger | sConfig->DAC_OutputBuffer)); in HAL_DAC_ConfigChannel()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_dac.h101 …uint32_t DAC_OutputBuffer; /*!< Specifies whether the DAC channel output buffer is enabled or dis… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_dac.h105 …uint32_t DAC_OutputBuffer; /*!< Specifies whether the DAC channel output buffer is enabled or dis… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dac.c1221 assert_param(IS_DAC_OUTPUT_BUFFER_STATE(sConfig->DAC_OutputBuffer)); in HAL_DAC_ConfigChannel()
1322 …tmpreg2 = (sConfig->DAC_SampleAndHold | sConfig->DAC_OutputBuffer | sConfig->DAC_ConnectOnChipPeri… in HAL_DAC_ConfigChannel()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_dac.h148 …uint32_t DAC_OutputBuffer; /*!< Specifies whether the DAC channel output buffer is ena… member