|
STM32L443xx HAL User Manual
|
Data Structures | |
| struct | TSC_InitTypeDef |
| TSC init structure definition. More... | |
| struct | TSC_IOConfigTypeDef |
| TSC IOs configuration structure definition. More... | |
| struct | __TSC_HandleTypeDef |
| TSC handle Structure definition. More... | |
Typedefs | |
| typedef struct __TSC_HandleTypeDef | TSC_HandleTypeDef |
| TSC handle Structure definition. | |
| typedef void(* | pTSC_CallbackTypeDef )(TSC_HandleTypeDef *htsc) |
| HAL TSC Callback pointer definition. | |
Enumerations | |
| enum | HAL_TSC_StateTypeDef { HAL_TSC_STATE_RESET = 0x00UL, HAL_TSC_STATE_READY = 0x01UL, HAL_TSC_STATE_BUSY = 0x02UL, HAL_TSC_STATE_ERROR = 0x03UL } |
| TSC state structure definition. More... | |
| enum | TSC_GroupStatusTypeDef { TSC_GROUP_ONGOING = 0x00UL, TSC_GROUP_COMPLETED = 0x01UL } |
| TSC group status structure definition. More... | |
| enum | { TSC_GROUP1_IDX = 0x00UL, TSC_GROUP2_IDX, TSC_GROUP3_IDX, TSC_GROUP4_IDX, TSC_GROUP5_IDX, TSC_GROUP6_IDX, TSC_GROUP7_IDX, TSC_NB_OF_GROUPS } |
| enum | HAL_TSC_CallbackIDTypeDef { HAL_TSC_CONV_COMPLETE_CB_ID = 0x00UL, HAL_TSC_ERROR_CB_ID = 0x01UL, HAL_TSC_MSPINIT_CB_ID = 0x02UL, HAL_TSC_MSPDEINIT_CB_ID = 0x03UL } |
| HAL TSC Callback ID enumeration definition. More... | |
| typedef void(* pTSC_CallbackTypeDef)(TSC_HandleTypeDef *htsc) |
HAL TSC Callback pointer definition.
pointer to an TSC callback function
Definition at line 169 of file stm32l4xx_hal_tsc.h.
| typedef struct __TSC_HandleTypeDef TSC_HandleTypeDef |
TSC handle Structure definition.
| anonymous enum |
| TSC_GROUP1_IDX | |
| TSC_GROUP2_IDX | |
| TSC_GROUP3_IDX | |
| TSC_GROUP4_IDX | |
| TSC_GROUP5_IDX | |
| TSC_GROUP6_IDX | |
| TSC_GROUP7_IDX | |
| TSC_NB_OF_GROUPS |
Definition at line 131 of file stm32l4xx_hal_tsc.h.
HAL TSC Callback ID enumeration definition.
Definition at line 156 of file stm32l4xx_hal_tsc.h.
| enum HAL_TSC_StateTypeDef |
TSC state structure definition.
Definition at line 47 of file stm32l4xx_hal_tsc.h.
TSC group status structure definition.
| TSC_GROUP_ONGOING |
Acquisition on group is on-going or not started |
| TSC_GROUP_COMPLETED |
Acquisition on group is completed with success (no max count error) |
Definition at line 58 of file stm32l4xx_hal_tsc.h.
1.7.6.1