Home
last modified time | relevance | path

Searched refs:COMP_CSR_SW1 (Results 1 – 3 of 3) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal.h729 #if defined (COMP_CSR_SW1)
739 #define __HAL_RI_SWITCH_COMP1_SW1_CLOSE() SET_BIT(COMP->CSR, COMP_CSR_SW1)
741 #define __HAL_RI_SWITCH_COMP1_SW1_OPEN() CLEAR_BIT(COMP->CSR, COMP_CSR_SW1)
Dstm32l1xx_hal_comp_ex.h305 (READ_BIT(COMP->CSR, COMP_CSR_SW1) == RESET) )
/loramac-node-2.7.6/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h1702 #define COMP_CSR_SW1 COMP_CSR_SW1_Msk /*!< SW1 analog swit… macro