Classes | Enumerations
DFSDM Exported Types
Collaboration diagram for DFSDM Exported Types:

Classes

struct  DFSDM_Channel_AwdTypeDef
 DFSDM channel analog watchdog structure definition. More...
 
struct  DFSDM_Channel_HandleTypeDef
 DFSDM channel handle structure definition. More...
 
struct  DFSDM_Channel_InitTypeDef
 DFSDM channel init structure definition. More...
 
struct  DFSDM_Channel_InputTypeDef
 DFSDM channel input structure definition. More...
 
struct  DFSDM_Channel_OutputClockTypeDef
 DFSDM channel output clock structure definition. More...
 
struct  DFSDM_Channel_SerialInterfaceTypeDef
 DFSDM channel serial interface structure definition. More...
 
struct  DFSDM_Filter_AwdParamTypeDef
 DFSDM filter analog watchdog parameters structure definition. More...
 
struct  DFSDM_Filter_FilterParamTypeDef
 DFSDM filter parameters structure definition. More...
 
struct  DFSDM_Filter_HandleTypeDef
 DFSDM filter handle structure definition. More...
 
struct  DFSDM_Filter_InitTypeDef
 DFSDM filter init structure definition. More...
 
struct  DFSDM_Filter_InjectedParamTypeDef
 DFSDM filter injected conversion parameters structure definition. More...
 
struct  DFSDM_Filter_RegularParamTypeDef
 DFSDM filter regular conversion parameters structure definition. More...
 

Enumerations

enum  HAL_DFSDM_Channel_StateTypeDef { HAL_DFSDM_CHANNEL_STATE_RESET = 0x00U, HAL_DFSDM_CHANNEL_STATE_READY = 0x01U, HAL_DFSDM_CHANNEL_STATE_ERROR = 0xFFU }
 HAL DFSDM Channel states definition. More...
 
enum  HAL_DFSDM_Filter_StateTypeDef {
  HAL_DFSDM_FILTER_STATE_RESET = 0x00U, HAL_DFSDM_FILTER_STATE_READY = 0x01U, HAL_DFSDM_FILTER_STATE_REG = 0x02U, HAL_DFSDM_FILTER_STATE_INJ = 0x03U,
  HAL_DFSDM_FILTER_STATE_REG_INJ = 0x04U, HAL_DFSDM_FILTER_STATE_ERROR = 0xFFU
}
 HAL DFSDM Filter states definition. More...
 

Detailed Description

Enumeration Type Documentation

◆ HAL_DFSDM_Channel_StateTypeDef

HAL DFSDM Channel states definition.

Enumerator
HAL_DFSDM_CHANNEL_STATE_RESET 

DFSDM channel not initialized

HAL_DFSDM_CHANNEL_STATE_READY 

DFSDM channel initialized and ready for use

HAL_DFSDM_CHANNEL_STATE_ERROR 

DFSDM channel state error

Definition at line 47 of file stm32h7xx_hal_dfsdm.h.

◆ HAL_DFSDM_Filter_StateTypeDef

HAL DFSDM Filter states definition.

Enumerator
HAL_DFSDM_FILTER_STATE_RESET 

DFSDM filter not initialized

HAL_DFSDM_FILTER_STATE_READY 

DFSDM filter initialized and ready for use

HAL_DFSDM_FILTER_STATE_REG 

DFSDM filter regular conversion in progress

HAL_DFSDM_FILTER_STATE_INJ 

DFSDM filter injected conversion in progress

HAL_DFSDM_FILTER_STATE_REG_INJ 

DFSDM filter regular and injected conversions in progress

HAL_DFSDM_FILTER_STATE_ERROR 

DFSDM filter state error

Definition at line 157 of file stm32h7xx_hal_dfsdm.h.



picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:08