Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_tsc.h154 #define TSC_CTPL_1CYCLE ((uint32_t)((uint32_t) 0U << 24U)) macro
519 #define IS_TSC_CTPL(VAL) (((VAL) == TSC_CTPL_1CYCLE) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tsc.h235 #define TSC_CTPL_1CYCLE 0x00000000UL /*… macro
669 #define IS_TSC_CTPL(__VALUE__) (((__VALUE__) == TSC_CTPL_1CYCLE) || \