Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_comp.c314 if (hcomp->Init.LPTIMConnection != COMP_LPTIMCONNECTION_DISABLED) in HAL_COMP_Init()
320 assert_param(IS_COMP1_LPTIMCONNECTION(hcomp->Init.LPTIMConnection)); in HAL_COMP_Init()
330 assert_param(IS_COMP2_LPTIMCONNECTION(hcomp->Init.LPTIMConnection)); in HAL_COMP_Init()
332 switch (hcomp->Init.LPTIMConnection) in HAL_COMP_Init()
350 assert_param(IS_COMP2_LPTIMCONNECTION_RESTRICTED(hcomp->Init.LPTIMConnection)); in HAL_COMP_Init()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_comp.h85 uint32_t LPTIMConnection; /*!< Set comparator output connection to LPTIM peripheral. member