Searched refs:SamplingIOs (Results 1 – 2 of 2) sorted by relevance
268 assert_param(IS_TSC_GROUP(htsc->Init.SamplingIOs)); in HAL_TSC_Init()319 …htsc->Instance->IOHCR = (~(htsc->Init.ChannelIOs | htsc->Init.ShieldIOs | htsc->Init.SamplingIOs)); in HAL_TSC_Init()325 htsc->Instance->IOSCR = htsc->Init.SamplingIOs; in HAL_TSC_Init()881 assert_param(IS_TSC_GROUP(config->SamplingIOs)); in HAL_TSC_IOConfig()890 htsc->Instance->IOHCR = (~(config->ChannelIOs | config->ShieldIOs | config->SamplingIOs)); in HAL_TSC_IOConfig()896 htsc->Instance->IOSCR = config->SamplingIOs; in HAL_TSC_IOConfig()
93 uint32_t SamplingIOs; /*!< Sampling IOs mask */ member103 uint32_t SamplingIOs; /*!< Sampling IOs mask */ member