|
STM32L443xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_DAC_EnableDMAReq (DAC_TypeDef *DACx, uint32_t DAC_Channel) |
| Enable DAC DMA transfer request of the selected channel. | |
| __STATIC_INLINE void | LL_DAC_DisableDMAReq (DAC_TypeDef *DACx, uint32_t DAC_Channel) |
| Disable DAC DMA transfer request of the selected channel. | |
| __STATIC_INLINE uint32_t | LL_DAC_IsDMAReqEnabled (DAC_TypeDef *DACx, uint32_t DAC_Channel) |
| Get DAC DMA transfer request state of the selected channel. | |
| __STATIC_INLINE uint32_t | LL_DAC_DMA_GetRegAddr (DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t Register) |
| Function to help to configure DMA transfer to DAC: retrieve the DAC register address from DAC instance and a list of DAC registers intended to be used (most commonly) with DMA transfer. | |
| __STATIC_INLINE void LL_DAC_DisableDMAReq | ( | DAC_TypeDef * | DACx, |
| uint32_t | DAC_Channel | ||
| ) |
Disable DAC DMA transfer request of the selected channel.
| DACx | DAC instance |
| DAC_Channel | This parameter can be one of the following values: (1) On this STM32 serie, parameter not available on all devices. Refer to device datasheet for channels availability. |
| None |
Definition at line 1365 of file stm32l4xx_ll_dac.h.
References DAC_CR_CHX_BITOFFSET_MASK.
| __STATIC_INLINE uint32_t LL_DAC_DMA_GetRegAddr | ( | DAC_TypeDef * | DACx, |
| uint32_t | DAC_Channel, | ||
| uint32_t | Register | ||
| ) |
Function to help to configure DMA transfer to DAC: retrieve the DAC register address from DAC instance and a list of DAC registers intended to be used (most commonly) with DMA transfer.
| DACx | DAC instance |
| DAC_Channel | This parameter can be one of the following values: (1) On this STM32 serie, parameter not available on all devices. Refer to device datasheet for channels availability. |
| Register | This parameter can be one of the following values: |
| DAC | register address |
Definition at line 1426 of file stm32l4xx_ll_dac.h.
References __DAC_PTR_REG_OFFSET, and DAC_REG_DHR_REGOFFSET_MASK_POSBIT0.
| __STATIC_INLINE void LL_DAC_EnableDMAReq | ( | DAC_TypeDef * | DACx, |
| uint32_t | DAC_Channel | ||
| ) |
Enable DAC DMA transfer request of the selected channel.
| DACx | DAC instance |
| DAC_Channel | This parameter can be one of the following values: (1) On this STM32 serie, parameter not available on all devices. Refer to device datasheet for channels availability. |
| None |
Definition at line 1344 of file stm32l4xx_ll_dac.h.
References DAC_CR_CHX_BITOFFSET_MASK.
| __STATIC_INLINE uint32_t LL_DAC_IsDMAReqEnabled | ( | DAC_TypeDef * | DACx, |
| uint32_t | DAC_Channel | ||
| ) |
Get DAC DMA transfer request state of the selected channel.
(0: DAC DMA transfer request is disabled, 1: DAC DMA transfer request is enabled)
| DACx | DAC instance |
| DAC_Channel | This parameter can be one of the following values: (1) On this STM32 serie, parameter not available on all devices. Refer to device datasheet for channels availability. |
| State | of bit (1 or 0). |
Definition at line 1385 of file stm32l4xx_ll_dac.h.
References DAC_CR_CHX_BITOFFSET_MASK.
1.7.6.1