STM32H735xx HAL User Manual
|
DFSDM channel input structure definition. More...
#include <stm32h7xx_hal_dfsdm.h>
Data Fields | |
uint32_t | Multiplexer |
uint32_t | DataPacking |
uint32_t | Pins |
DFSDM channel input structure definition.
Definition at line 68 of file stm32h7xx_hal_dfsdm.h.
Standard, interleaved or dual mode for internal register. This parameter can be a value of DFSDM channel input data packing
Definition at line 72 of file stm32h7xx_hal_dfsdm.h.
Referenced by HAL_DFSDM_ChannelInit().
Input is external serial inputs, internal register or ADC output. This parameter can be a value of DFSDM channel input multiplexer
Definition at line 70 of file stm32h7xx_hal_dfsdm.h.
Referenced by HAL_DFSDM_ChannelInit().
uint32_t DFSDM_Channel_InputTypeDef::Pins |
Input pins are taken from same or following channel. This parameter can be a value of DFSDM channel input pins
Definition at line 74 of file stm32h7xx_hal_dfsdm.h.
Referenced by HAL_DFSDM_ChannelInit().