Searched refs:ASCR1 (Results 1 – 7 of 7) sorted by relevance
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_system.h | 1087 SET_BIT(RI->ASCR1, IOSwitch); in LL_RI_CloseIOSwitchLinkedToADC() 1131 CLEAR_BIT(RI->ASCR1, IOSwitch); in LL_RI_OpenIOSwitchLinkedToADC() 1141 SET_BIT(RI->ASCR1, RI_ASCR1_SCM); in LL_RI_EnableSwitchControlMode() 1151 CLEAR_BIT(RI->ASCR1, RI_ASCR1_SCM); in LL_RI_DisableSwitchControlMode()
|
D | stm32l1xx_hal.h | 697 #define __HAL_RI_SWITCHCONTROLMODE_ENABLE() SET_BIT(RI->ASCR1, RI_ASCR1_SCM) 699 #define __HAL_RI_SWITCHCONTROLMODE_DISABLE() CLEAR_BIT(RI->ASCR1, RI_ASCR1_SCM) 710 SET_BIT(RI->ASCR1, (__IOSWITCH__) & 0x7FFFFFFF); \ 721 CLEAR_BIT(RI->ASCR1, (__IOSWITCH__) & 0x7FFFFFFF); \
|
D | stm32l1xx_ll_comp.h | 491 …register uint32_t *preg = ((uint32_t *)((uint32_t) ((uint32_t)(&(RI->ASCR1)) + ((__COMP_IS_INSTANC… in LL_COMP_SetInputPlus() 554 …register uint32_t *preg = ((uint32_t *)((uint32_t) ((uint32_t)(&(RI->ASCR1)) + ((__COMP_IS_INSTANC… in LL_COMP_GetInputPlus()
|
/loramac-node-2.7.6/src/boards/SKiM980A/cmsis/ |
D | stm32l151xba.h | 411 __IO uint32_t ASCR1; /*!< RI analog switches control register, Address offset: 0x04 */ member
|
/loramac-node-2.7.6/src/boards/SKiM880B/cmsis/ |
D | stm32l151xba.h | 411 __IO uint32_t ASCR1; /*!< RI analog switches control register, Address offset: 0x04 */ member
|
/loramac-node-2.7.6/src/boards/NAMote72/cmsis/ |
D | stm32l152xc.h | 455 __IO uint32_t ASCR1; /*!< RI analog switches control register, Address offset: 0x04 */ member
|
/loramac-node-2.7.6/src/boards/NucleoL152/cmsis/ |
D | stm32l152xe.h | 464 __IO uint32_t ASCR1; /*!< RI analog switches control register, Address offset: 0x04 */ member
|