Home
last modified time | relevance | path

Searched refs:OPAMP1 (Results 1 – 12 of 12) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_opamp.h51 #if defined (OPAMP1) || defined (OPAMP2)
328 #if defined(OPAMP1) && defined(OPAMP2)
348 #if defined(OPAMP1) && defined(OPAMP2)
350 (LL_OPAMP_IsEnabled(OPAMP1) | \
354 (LL_OPAMP_IsEnabled(OPAMP1))
394 MODIFY_REG(OPAMP1->CSR, OPAMP1_CSR_OPARANGE, PowerRange); in LL_OPAMP_SetCommonPowerRange()
410 return (uint32_t)(READ_BIT(OPAMP1->CSR, OPAMP1_CSR_OPARANGE)); in LL_OPAMP_GetCommonPowerRange()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_opamp_ex.h141 ( ( ((__HANDLE__)->Instance == OPAMP1) \
160 ( ( ((__HANDLE__)->Instance == OPAMP1) \
177 ( ( ((__HANDLE__)->Instance == OPAMP1) \
206 ( ( ((__HANDLE__)->Instance == OPAMP1) \
Dstm32l1xx_ll_opamp.h51 #if defined (OPAMP1) || defined (OPAMP2) || defined (OPAMP3)
336 #if defined(OPAMP1) && defined(OPAMP2) && defined(OPAMP3)
356 #if defined(OPAMP1) && defined(OPAMP2) && defined(OPAMP3)
358 (LL_OPAMP_IsEnabled(OPAMP1) | \
363 (LL_OPAMP_IsEnabled(OPAMP1) | \
Dstm32l1xx_ll_comp.h202 #if defined(OPAMP1)
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_ll_opamp.c50 #if defined (OPAMP1) || defined (OPAMP2) || defined (OPAMP3)
81 (((__OPAMPX__) == OPAMP1) \
102 (((__OPAMPX__) == OPAMP1) \
Dstm32l1xx_hal_opamp.c368 if ((hopamp->Instance == OPAMP1) || (hopamp->Instance == OPAMP2)) in HAL_OPAMP_Init()
394 else if (hopamp->Instance != OPAMP1) in HAL_OPAMP_Init()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_opamp_ex.c161 tmp_opamp1_reg_trimming = &OPAMP1->OTR; in HAL_OPAMPEx_SelfCalibrateAll()
165 tmp_opamp1_reg_trimming = &OPAMP1->LPOTR; in HAL_OPAMPEx_SelfCalibrateAll()
Dstm32l4xx_ll_opamp.c50 #if defined (OPAMP1) || defined (OPAMP2)
Dstm32l4xx_hal_opamp.c440 MODIFY_REG(OPAMP1->CSR, OPAMP1_CSR_OPARANGE, hopamp->Init.PowerSupplyRange); in HAL_OPAMP_Init()
/loramac-node-2.7.6/src/boards/NAMote72/cmsis/
Dstm32l152xc.h769 #define OPAMP1 ((OPAMP_TypeDef *) OPAMP_BASE) macro
8788 #define IS_OPAMP_ALL_INSTANCE(INSTANCE) (((INSTANCE) == OPAMP1) || \
/loramac-node-2.7.6/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h792 #define OPAMP1 ((OPAMP_TypeDef *) OPAMP_BASE) macro
9092 #define IS_OPAMP_ALL_INSTANCE(INSTANCE) (((INSTANCE) == OPAMP1) || \
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h1353 #define OPAMP1 ((OPAMP_TypeDef *) OPAMP1_BASE) macro
17967 #define IS_OPAMP_ALL_INSTANCE(INSTANCE) (((INSTANCE) == OPAMP1) || \