Searched refs:IS_TSC_GROUP (Results 1 – 2 of 2) sorted by relevance
274 assert_param(IS_TSC_GROUP(htsc->Init.ChannelIOs)); in HAL_TSC_Init()275 assert_param(IS_TSC_GROUP(htsc->Init.ShieldIOs)); in HAL_TSC_Init()276 assert_param(IS_TSC_GROUP(htsc->Init.SamplingIOs)); in HAL_TSC_Init()887 assert_param(IS_TSC_GROUP(config->ChannelIOs)); in HAL_TSC_IOConfig()888 assert_param(IS_TSC_GROUP(config->ShieldIOs)); in HAL_TSC_IOConfig()889 assert_param(IS_TSC_GROUP(config->SamplingIOs)); in HAL_TSC_IOConfig()
720 #define IS_TSC_GROUP(__VALUE__) ((((__VALUE__) & TSC_GROUPX_NOT_SUPPORTED) != TSC_GROUPX_NOT… macro