Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tsc.c276 assert_param(IS_TSC_GROUP(htsc->Init.SamplingIOs)); in HAL_TSC_Init()
327 …ance->IOHCR = (uint32_t)(~(htsc->Init.ChannelIOs | htsc->Init.ShieldIOs | htsc->Init.SamplingIOs)); in HAL_TSC_Init()
333 htsc->Instance->IOSCR = htsc->Init.SamplingIOs; in HAL_TSC_Init()
889 assert_param(IS_TSC_GROUP(config->SamplingIOs)); in HAL_TSC_IOConfig()
898 …htsc->Instance->IOHCR = (uint32_t)(~(config->ChannelIOs | config->ShieldIOs | config->SamplingIOs)… in HAL_TSC_IOConfig()
904 htsc->Instance->IOSCR = config->SamplingIOs; in HAL_TSC_IOConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_tsc.c218 …ance->IOHCR = (uint32_t)(~(htsc->Init.ChannelIOs | htsc->Init.ShieldIOs | htsc->Init.SamplingIOs)); in HAL_TSC_Init()
224 htsc->Instance->IOSCR = htsc->Init.SamplingIOs; in HAL_TSC_Init()
567 …htsc->Instance->IOHCR = (uint32_t)(~(config->ChannelIOs | config->ShieldIOs | config->SamplingIOs)… in HAL_TSC_IOConfig()
573 htsc->Instance->IOSCR = config->SamplingIOs; in HAL_TSC_IOConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_tsc.h101 uint32_t SamplingIOs; /*!< Sampling IOs mask */ member
111 uint32_t SamplingIOs; /*!< Sampling IOs mask */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tsc.h109 uint32_t SamplingIOs; /*!< Sampling IOs mask */ member
119 uint32_t SamplingIOs; /*!< Sampling IOs mask */ member