Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_tsc.c217 static uint32_t TSC_extract_groups(uint32_t iomask);
328 htsc->Instance->IOGCSR = TSC_extract_groups(htsc->Init.ChannelIOs); in HAL_TSC_Init()
899 htsc->Instance->IOGCSR = TSC_extract_groups(config->ChannelIOs); in HAL_TSC_IOConfig()
1095 static uint32_t TSC_extract_groups(uint32_t iomask) in TSC_extract_groups() function