Home
last modified time | relevance | path

Searched refs:DAC_ALIGN_8B_R (Results 1 – 8 of 8) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_dac_ex.c247 if (Alignment == DAC_ALIGN_8B_R) in HAL_DACEx_DualSetValue()
446 case DAC_ALIGN_8B_R: in HAL_DAC_Start_DMA()
480 case DAC_ALIGN_8B_R: in HAL_DAC_Start_DMA()
781 case DAC_ALIGN_8B_R: in HAL_DAC_Start_DMA()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_dac.h169 #define DAC_ALIGN_8B_R (0x00000008U) macro
304 ((ALIGN) == DAC_ALIGN_8B_R))
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_dac.h206 #define DAC_ALIGN_8B_R ((uint32_t)0x00000008U) macro
210 ((ALIGN) == DAC_ALIGN_8B_R))
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_dac.h307 #define DAC_ALIGN_8B_R 0x00000008U macro
511 ((ALIGN) == DAC_ALIGN_8B_R))
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_dac.c515 case DAC_ALIGN_8B_R: in HAL_DAC_Start_DMA()
548 case DAC_ALIGN_8B_R: in HAL_DAC_Start_DMA()
Dstm32l1xx_hal_dac_ex.c237 if (Alignment == DAC_ALIGN_8B_R) in HAL_DACEx_DualSetValue()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dac.c710 case DAC_ALIGN_8B_R: in HAL_DAC_Start_DMA()
804 case DAC_ALIGN_8B_R: in HAL_DAC_Start_DMA()
837 case DAC_ALIGN_8B_R: in HAL_DAC_Start_DMA()
Dstm32l4xx_hal_dac_ex.c232 if (Alignment == DAC_ALIGN_8B_R) in HAL_DACEx_DualSetValue()