/*FUNCTION********************************************************************** * * Function Name : TSI_HAL_Init * Description : Function inits the whole TSI peripheral * *END**************************************************************************/ void TSI_HAL_Init(TSI_Type * base) { TSI_WR_GENCS(base, 0); tsi_hal_gencs = 0; TSI_WR_DATA(base, 0); TSI_WR_TSHD(base, 0); }
/*FUNCTION********************************************************************** * * Function Name : TSI_HAL_Init * Description : Function resets the TSI peripheral to default state * *END**************************************************************************/ void TSI_HAL_Init(TSI_Type * base) { TSI_WR_GENCS(base, 0); TSI_WR_SCANC(base, 0); }