Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_tsc.h137 #define TSC_CTPH_1CYCLE ((uint32_t)((uint32_t) 0U << 28U)) macro
503 #define IS_TSC_CTPH(VAL) (((VAL) == TSC_CTPH_1CYCLE) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tsc.h212 #define TSC_CTPH_1CYCLE 0x00000000UL /*!… macro
652 #define IS_TSC_CTPH(__VALUE__) (((__VALUE__) == TSC_CTPH_1CYCLE) || \