RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Data Structures | Enumerations

Data Structures

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

◆ 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