Home
last modified time | relevance | path

Searched refs:OutputConnection (Results 1 – 2 of 2) sorted by relevance

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_dac.c218 assert_param(IS_LL_DAC_OUTPUT_CONNECTION(DAC_InitStruct->OutputConnection)); in LL_DAC_Init()
270 | DAC_InitStruct->OutputConnection in LL_DAC_Init()
298 DAC_InitStruct->OutputConnection = LL_DAC_OUTPUT_CONNECT_GPIO; in LL_DAC_StructInit()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_dac.h177 uint32_t OutputConnection; /*!< Set the output connection for the selected DAC channel. member
1014 uint32_t OutputBuffer, uint32_t OutputConnection) in LL_DAC_ConfigOutput() argument
1018 … (OutputMode | OutputBuffer | OutputConnection) << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_ConfigOutput()
1148 …void LL_DAC_SetOutputConnection(DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t OutputConnection) in LL_DAC_SetOutputConnection() argument
1152 OutputConnection << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_SetOutputConnection()