My Project
Loading...
Searching...
No Matches
Input and Output operation functions

Functions

HAL_StatusTypeDef HAL_TSC_Start (TSC_HandleTypeDef *htsc)
 
HAL_StatusTypeDef HAL_TSC_Start_IT (TSC_HandleTypeDef *htsc)
 
HAL_StatusTypeDef HAL_TSC_Stop (TSC_HandleTypeDef *htsc)
 
HAL_StatusTypeDef HAL_TSC_Stop_IT (TSC_HandleTypeDef *htsc)
 
HAL_StatusTypeDef HAL_TSC_PollForAcquisition (TSC_HandleTypeDef *htsc)
 
TSC_GroupStatusTypeDef HAL_TSC_GroupGetStatus (const TSC_HandleTypeDef *htsc, uint32_t gx_index)
 
uint32_t HAL_TSC_GroupGetValue (const TSC_HandleTypeDef *htsc, uint32_t gx_index)
 

Detailed Description

Function Documentation

◆ HAL_TSC_GroupGetStatus()

TSC_GroupStatusTypeDef HAL_TSC_GroupGetStatus ( const TSC_HandleTypeDef htsc,
uint32_t  gx_index 
)

◆ HAL_TSC_GroupGetValue()

uint32_t HAL_TSC_GroupGetValue ( const TSC_HandleTypeDef htsc,
uint32_t  gx_index 
)

◆ HAL_TSC_PollForAcquisition()

HAL_StatusTypeDef HAL_TSC_PollForAcquisition ( TSC_HandleTypeDef htsc)

◆ HAL_TSC_Start()

HAL_StatusTypeDef HAL_TSC_Start ( TSC_HandleTypeDef htsc)

◆ HAL_TSC_Start_IT()

HAL_StatusTypeDef HAL_TSC_Start_IT ( TSC_HandleTypeDef htsc)

◆ HAL_TSC_Stop()

HAL_StatusTypeDef HAL_TSC_Stop ( TSC_HandleTypeDef htsc)

◆ HAL_TSC_Stop_IT()

HAL_StatusTypeDef HAL_TSC_Stop_IT ( TSC_HandleTypeDef htsc)