Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_comp.c412 __HAL_RI_IOSWITCH_CLOSE(RI_IOSWITCH_VCOMP); in HAL_COMP_Init()
417 __HAL_RI_IOSWITCH_CLOSE(hcomp->Init.NonInvertingInput); in HAL_COMP_Init()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal.h715 #define __HAL_RI_IOSWITCH_CLOSE(__IOSWITCH__) do { assert_param(IS_RI_IOSWITCH(__IOSWITCH__)); \ macro