Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_tsc.c181 assert_param(IS_TSC_MCE_IT(htsc->Init.MaxCountInterrupt)); in HAL_TSC_Init()
383 assert_param(IS_TSC_MCE_IT(htsc->Init.MaxCountInterrupt)); in HAL_TSC_Start_IT()
395 if (htsc->Init.MaxCountInterrupt == ENABLE) in HAL_TSC_Start_IT()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tsc.c273 assert_param(IS_TSC_MCE_IT(htsc->Init.MaxCountInterrupt)); in HAL_TSC_Init()
683 assert_param(IS_TSC_MCE_IT(htsc->Init.MaxCountInterrupt)); in HAL_TSC_Start_IT()
695 if ((FunctionalState)htsc->Init.MaxCountInterrupt == ENABLE) in HAL_TSC_Start_IT()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_tsc.h98 uint32_t MaxCountInterrupt; /*!< Max count interrupt activation */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tsc.h105 uint32_t MaxCountInterrupt; /*!< Max count interrupt activation member