Home
last modified time | relevance | path

Searched refs:SamplingIOs (Results 1 – 18 of 18) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_tsc.c268 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()
882 assert_param(IS_TSC_GROUP(config->SamplingIOs)); in HAL_TSC_IOConfig()
891 htsc->Instance->IOHCR = (~(config->ChannelIOs | config->ShieldIOs | config->SamplingIOs)); in HAL_TSC_IOConfig()
897 htsc->Instance->IOSCR = config->SamplingIOs; in HAL_TSC_IOConfig()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_tsc.c268 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()
882 assert_param(IS_TSC_GROUP(config->SamplingIOs)); in HAL_TSC_IOConfig()
891 htsc->Instance->IOHCR = (~(config->ChannelIOs | config->ShieldIOs | config->SamplingIOs)); in HAL_TSC_IOConfig()
897 htsc->Instance->IOSCR = config->SamplingIOs; in HAL_TSC_IOConfig()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_tsc.c221 assert_param(IS_TSC_GROUP(htsc->Init.SamplingIOs)); in HAL_TSC_Init()
272 …htsc->Instance->IOHCR = (~(htsc->Init.ChannelIOs | htsc->Init.ShieldIOs | htsc->Init.SamplingIOs)); in HAL_TSC_Init()
278 htsc->Instance->IOSCR = htsc->Init.SamplingIOs; in HAL_TSC_Init()
835 assert_param(IS_TSC_GROUP(config->SamplingIOs)); in HAL_TSC_IOConfig()
844 htsc->Instance->IOHCR = (~(config->ChannelIOs | config->ShieldIOs | config->SamplingIOs)); in HAL_TSC_IOConfig()
850 htsc->Instance->IOSCR = config->SamplingIOs; in HAL_TSC_IOConfig()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_tsc.c265 assert_param(IS_TSC_GROUP(htsc->Init.SamplingIOs)); in HAL_TSC_Init()
316 …htsc->Instance->IOHCR = (~(htsc->Init.ChannelIOs | htsc->Init.ShieldIOs | htsc->Init.SamplingIOs)); in HAL_TSC_Init()
322 htsc->Instance->IOSCR = htsc->Init.SamplingIOs; in HAL_TSC_Init()
879 assert_param(IS_TSC_GROUP(config->SamplingIOs)); in HAL_TSC_IOConfig()
888 htsc->Instance->IOHCR = (~(config->ChannelIOs | config->ShieldIOs | config->SamplingIOs)); in HAL_TSC_IOConfig()
894 htsc->Instance->IOSCR = config->SamplingIOs; in HAL_TSC_IOConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_tsc.c268 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()
882 assert_param(IS_TSC_GROUP(config->SamplingIOs)); in HAL_TSC_IOConfig()
891 htsc->Instance->IOHCR = (~(config->ChannelIOs | config->ShieldIOs | config->SamplingIOs)); in HAL_TSC_IOConfig()
897 htsc->Instance->IOSCR = config->SamplingIOs; in HAL_TSC_IOConfig()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_tsc.c221 assert_param(IS_TSC_GROUP(htsc->Init.SamplingIOs)); in HAL_TSC_Init()
272 …htsc->Instance->IOHCR = (~(htsc->Init.ChannelIOs | htsc->Init.ShieldIOs | htsc->Init.SamplingIOs)); in HAL_TSC_Init()
278 htsc->Instance->IOSCR = htsc->Init.SamplingIOs; in HAL_TSC_Init()
835 assert_param(IS_TSC_GROUP(config->SamplingIOs)); in HAL_TSC_IOConfig()
844 htsc->Instance->IOHCR = (~(config->ChannelIOs | config->ShieldIOs | config->SamplingIOs)); in HAL_TSC_IOConfig()
850 htsc->Instance->IOSCR = config->SamplingIOs; in HAL_TSC_IOConfig()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_tsc.c262 assert_param(IS_TSC_GROUP(htsc->Init.SamplingIOs)); in HAL_TSC_Init()
313 …htsc->Instance->IOHCR = (~(htsc->Init.ChannelIOs | htsc->Init.ShieldIOs | htsc->Init.SamplingIOs)); in HAL_TSC_Init()
319 htsc->Instance->IOSCR = htsc->Init.SamplingIOs; in HAL_TSC_Init()
876 assert_param(IS_TSC_GROUP(config->SamplingIOs)); in HAL_TSC_IOConfig()
885 htsc->Instance->IOHCR = (~(config->ChannelIOs | config->ShieldIOs | config->SamplingIOs)); in HAL_TSC_IOConfig()
891 htsc->Instance->IOSCR = config->SamplingIOs; in HAL_TSC_IOConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_tsc.c269 assert_param(IS_TSC_GROUP(htsc->Init.SamplingIOs)); in HAL_TSC_Init()
320 …htsc->Instance->IOHCR = (~(htsc->Init.ChannelIOs | htsc->Init.ShieldIOs | htsc->Init.SamplingIOs)); in HAL_TSC_Init()
326 htsc->Instance->IOSCR = htsc->Init.SamplingIOs; in HAL_TSC_Init()
883 assert_param(IS_TSC_GROUP(config->SamplingIOs)); in HAL_TSC_IOConfig()
892 htsc->Instance->IOHCR = (~(config->ChannelIOs | config->ShieldIOs | config->SamplingIOs)); in HAL_TSC_IOConfig()
898 htsc->Instance->IOSCR = config->SamplingIOs; in HAL_TSC_IOConfig()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_tsc.c264 assert_param(IS_TSC_GROUP(htsc->Init.SamplingIOs)); in HAL_TSC_Init()
315 …htsc->Instance->IOHCR = (~(htsc->Init.ChannelIOs | htsc->Init.ShieldIOs | htsc->Init.SamplingIOs)); in HAL_TSC_Init()
321 htsc->Instance->IOSCR = htsc->Init.SamplingIOs; in HAL_TSC_Init()
878 assert_param(IS_TSC_GROUP(config->SamplingIOs)); in HAL_TSC_IOConfig()
887 htsc->Instance->IOHCR = (~(config->ChannelIOs | config->ShieldIOs | config->SamplingIOs)); in HAL_TSC_IOConfig()
893 htsc->Instance->IOSCR = config->SamplingIOs; in HAL_TSC_IOConfig()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_tsc.h94 uint32_t SamplingIOs; /*!< Sampling IOs mask */ member
104 uint32_t SamplingIOs; /*!< Sampling IOs mask */ member
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_tsc.h93 uint32_t SamplingIOs; /*!< Sampling IOs mask */ member
103 uint32_t SamplingIOs; /*!< Sampling IOs mask */ member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_tsc.h93 uint32_t SamplingIOs; /*!< Sampling IOs mask */ member
103 uint32_t SamplingIOs; /*!< Sampling IOs mask */ member
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_tsc.h94 uint32_t SamplingIOs; /*!< Sampling IOs mask */ member
104 uint32_t SamplingIOs; /*!< Sampling IOs mask */ member
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_tsc.h93 uint32_t SamplingIOs; /*!< Sampling IOs mask */ member
103 uint32_t SamplingIOs; /*!< Sampling IOs mask */ member
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_tsc.h93 uint32_t SamplingIOs; /*!< Sampling IOs mask */ member
103 uint32_t SamplingIOs; /*!< Sampling IOs mask */ member
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_tsc.h93 uint32_t SamplingIOs; /*!< Sampling IOs mask */ member
103 uint32_t SamplingIOs; /*!< Sampling IOs mask */ member
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_tsc.h94 uint32_t SamplingIOs; /*!< Sampling IOs mask */ member
104 uint32_t SamplingIOs; /*!< Sampling IOs mask */ member
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_tsc.h93 uint32_t SamplingIOs; /*!< Sampling IOs mask */ member
103 uint32_t SamplingIOs; /*!< Sampling IOs mask */ member