![]() |
RTEMS 6.1-rc7
|
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... | |
HAL DFSDM Filter states definition.