HAL + 0/4 examples
CodeScope will show references to HAL_DFSDM_FilterRegularStart_DMA() from the following samples and libraries:
Drivers
Boards
Examples
STM32F412G-Discovery
Examples
DFSDM
STM32F413H-Discovery
Examples
DFSDM
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_DFSDM_FilterRegularStart_DMA()

HAL_DFSDM_FilterRegularStart_DMA() function

This function allows to start regular conversion in DMA mode.

Syntax

HAL_StatusTypeDef HAL_DFSDM_FilterRegularStart_DMA(DFSDM_Filter_HandleTypeDef *hdfsdm_filter,     int32_t *pData,     uint32_t Length);
Implemented in stm32f4xx_hal_dfsdm.c:2453

Arguments

hdfsdm_filter

DFSDM filter handle.

pData

The destination buffer address.

Length

The length of data to be transferred from DFSDM filter to memory.

Return value

HAL status

Notes

This function should be called only when DFSDM filter instance is in idle state or if injected conversion is ongoing. Please note that data on buffer will contain signed regular conversion value on 24 most significant bits and corresponding channel on 3 least significant bits.

Examples

HAL_DFSDM_FilterRegularStart_DMA() is referenced by 4 libraries and example projects.

References

LocationText
stm32f4xx_hal_dfsdm.c:2453
HAL_StatusTypeDef HAL_DFSDM_FilterRegularStart_DMA(DFSDM_Filter_HandleTypeDef *hdfsdm_filter,
stm32f4xx_hal_dfsdm.h:877
HAL_StatusTypeDef HAL_DFSDM_FilterRegularStart_DMA(DFSDM_Filter_HandleTypeDef *hdfsdm_filter, int32_t *pData, uint32_t Length);