DFSDM channel output clock structure definition. More...
#include <stm32h7xx_hal_dfsdm.h>
Public Attributes | |
FunctionalState | Activation |
uint32_t | Divider |
uint32_t | Selection |
DFSDM channel output clock structure definition.
Definition at line 57 of file stm32h7xx_hal_dfsdm.h.
FunctionalState DFSDM_Channel_OutputClockTypeDef::Activation |
Output clock enable/disable
Definition at line 59 of file stm32h7xx_hal_dfsdm.h.
uint32_t DFSDM_Channel_OutputClockTypeDef::Divider |
Output clock divider. This parameter must be a number between Min_Data = 2 and Max_Data = 256
Definition at line 62 of file stm32h7xx_hal_dfsdm.h.
uint32_t DFSDM_Channel_OutputClockTypeDef::Selection |
Output clock is system clock or audio clock. This parameter can be a value of DFSDM channel output clock selection
Definition at line 60 of file stm32h7xx_hal_dfsdm.h.