STM32L443xx HAL User Manual
|
Peripheral Control functions. More...
Functions | |
HAL_StatusTypeDef | HAL_TSC_IOConfig (TSC_HandleTypeDef *htsc, TSC_IOConfigTypeDef *config) |
Configure TSC IOs. | |
HAL_StatusTypeDef | HAL_TSC_IODischarge (TSC_HandleTypeDef *htsc, FunctionalState choice) |
Discharge TSC IOs. |
Peripheral Control functions.
=============================================================================== ##### Peripheral Control functions ##### =============================================================================== [..] This section provides functions allowing to: (+) Configure TSC IOs (+) Discharge TSC IOs
HAL_StatusTypeDef HAL_TSC_IOConfig | ( | TSC_HandleTypeDef * | htsc, |
TSC_IOConfigTypeDef * | config | ||
) |
Configure TSC IOs.
htsc | Pointer to a TSC_HandleTypeDef structure that contains the configuration information for the specified TSC. |
config | Pointer to the configuration structure. |
HAL | status |
Definition at line 877 of file stm32l4xx_hal_tsc.c.
References __HAL_TSC_STOP_ACQ, assert_param, TSC_IOConfigTypeDef::ChannelIOs, __TSC_HandleTypeDef::Instance, IS_TSC_GROUP, TSC_IOConfigTypeDef::SamplingIOs, TSC_IOConfigTypeDef::ShieldIOs, and TSC_extract_groups().
HAL_StatusTypeDef HAL_TSC_IODischarge | ( | TSC_HandleTypeDef * | htsc, |
FunctionalState | choice | ||
) |
Discharge TSC IOs.
htsc | Pointer to a TSC_HandleTypeDef structure that contains the configuration information for the specified TSC. |
choice | This parameter can be set to ENABLE or DISABLE. |
HAL | status |
Definition at line 917 of file stm32l4xx_hal_tsc.c.
References __HAL_TSC_SET_IODEF_INFLOAT, __HAL_TSC_SET_IODEF_OUTPPLOW, assert_param, and __TSC_HandleTypeDef::Instance.