Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_tsc.c354 if (htsc->Init.IODefaultMode == TSC_IODEF_OUT_PP_LOW) in HAL_TSC_Start()
408 if (htsc->Init.IODefaultMode == TSC_IODEF_OUT_PP_LOW) in HAL_TSC_Start_IT()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_tsc.h190 #define TSC_IODEF_OUT_PP_LOW ((uint32_t)0U) macro
556 #define IS_TSC_IODEF(VAL) (((VAL) == TSC_IODEF_OUT_PP_LOW) || ((VAL) == TSC_IODEF_IN_FLOAT))
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tsc.c654 if (htsc->Init.IODefaultMode == TSC_IODEF_OUT_PP_LOW) in HAL_TSC_Start()
708 if (htsc->Init.IODefaultMode == TSC_IODEF_OUT_PP_LOW) in HAL_TSC_Start_IT()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tsc.h296 #define TSC_IODEF_OUT_PP_LOW 0x00000000UL /*!< I/Os are forced to output push-pull low */ macro
709 #define IS_TSC_IODEF(__VALUE__) (((__VALUE__) == TSC_IODEF_OUT_PP_LOW) || ((__VALUE__) == T…