DFSDM channel input structure definition. More...
#include <stm32h7xx_hal_dfsdm.h>
Public Attributes | |
uint32_t | DataPacking |
uint32_t | Multiplexer |
uint32_t | Pins |
DFSDM channel input structure definition.
Definition at line 69 of file stm32h7xx_hal_dfsdm.h.
uint32_t DFSDM_Channel_InputTypeDef::DataPacking |
Standard, interleaved or dual mode for internal register. This parameter can be a value of DFSDM channel input data packing
Definition at line 73 of file stm32h7xx_hal_dfsdm.h.
uint32_t DFSDM_Channel_InputTypeDef::Multiplexer |
Input is external serial inputs, internal register or ADC output. This parameter can be a value of DFSDM channel input multiplexer
Definition at line 71 of file stm32h7xx_hal_dfsdm.h.
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 75 of file stm32h7xx_hal_dfsdm.h.