DFSDM channel init structure definition. More...
#include <stm32h7xx_hal_dfsdm.h>
Public Attributes | |
DFSDM_Channel_AwdTypeDef | Awd |
DFSDM_Channel_InputTypeDef | Input |
int32_t | Offset |
DFSDM_Channel_OutputClockTypeDef | OutputClock |
uint32_t | RightBitShift |
DFSDM_Channel_SerialInterfaceTypeDef | SerialInterface |
DFSDM channel init structure definition.
Definition at line 104 of file stm32h7xx_hal_dfsdm.h.
DFSDM_Channel_AwdTypeDef DFSDM_Channel_InitTypeDef::Awd |
DFSDM channel analog watchdog parameters
Definition at line 109 of file stm32h7xx_hal_dfsdm.h.
DFSDM_Channel_InputTypeDef DFSDM_Channel_InitTypeDef::Input |
DFSDM channel input parameters
Definition at line 107 of file stm32h7xx_hal_dfsdm.h.
int32_t DFSDM_Channel_InitTypeDef::Offset |
DFSDM channel offset. This parameter must be a number between Min_Data = -8388608 and Max_Data = 8388607
Definition at line 110 of file stm32h7xx_hal_dfsdm.h.
DFSDM_Channel_OutputClockTypeDef DFSDM_Channel_InitTypeDef::OutputClock |
DFSDM channel output clock parameters
Definition at line 106 of file stm32h7xx_hal_dfsdm.h.
uint32_t DFSDM_Channel_InitTypeDef::RightBitShift |
DFSDM channel right bit shift. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0x1F
Definition at line 112 of file stm32h7xx_hal_dfsdm.h.
DFSDM_Channel_SerialInterfaceTypeDef DFSDM_Channel_InitTypeDef::SerialInterface |
DFSDM channel serial interface parameters
Definition at line 108 of file stm32h7xx_hal_dfsdm.h.