Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_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()
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()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_tsc.h93 uint32_t SamplingIOs; /*!< Sampling IOs mask */ member
103 uint32_t SamplingIOs; /*!< Sampling IOs mask */ member