Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_comp.h582 #define IS_COMP2_LPTIMCONNECTION(LPTIMCONNECTION) (((LPTIMCONNECTION) == COMP_LPTIMCONNECTION_DIS… macro
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_comp.c330 assert_param(IS_COMP2_LPTIMCONNECTION(hcomp->Init.LPTIMConnection)); in HAL_COMP_Init()