Home
last modified time | relevance | path

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

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_opamp.c170 assert_param(IS_LL_OPAMP_POWER_MODE(OPAMP_InitStruct->PowerMode)); in LL_OPAMP_Init()
177 if(OPAMP_InitStruct->FunctionalMode != LL_OPAMP_MODE_FOLLOWER) in LL_OPAMP_Init()
188 if(OPAMP_InitStruct->FunctionalMode != LL_OPAMP_MODE_FOLLOWER) in LL_OPAMP_Init()
206 | OPAMP_InitStruct->FunctionalMode in LL_OPAMP_Init()
207 | OPAMP_InitStruct->InputNonInverting in LL_OPAMP_Init()
232 | OPAMP_InitStruct->FunctionalMode in LL_OPAMP_Init()
233 | OPAMP_InitStruct->InputNonInverting in LL_OPAMP_Init()
249 void LL_OPAMP_StructInit(LL_OPAMP_InitTypeDef *OPAMP_InitStruct) in LL_OPAMP_StructInit() argument
252 OPAMP_InitStruct->PowerMode = LL_OPAMP_POWERMODE_NORMAL; in LL_OPAMP_StructInit()
253 OPAMP_InitStruct->FunctionalMode = LL_OPAMP_MODE_FOLLOWER; in LL_OPAMP_StructInit()
[all …]
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/
A Dn32l43x_opamp.c102 void OPAMP_StructInit(OPAMP_InitType* OPAMP_InitStruct) in OPAMP_StructInit() argument
104 OPAMP_InitStruct->Opa2SrcSel = OPAMP2_CS_TIMSRCSEL_TIM1CC6; in OPAMP_StructInit()
105 OPAMP_InitStruct->Gain = OPAMP_CS_PGA_GAIN_2; in OPAMP_StructInit()
106 OPAMP_InitStruct->HighVolRangeEn = ENABLE; in OPAMP_StructInit()
107 OPAMP_InitStruct->TimeAutoMuxEn = DISABLE; in OPAMP_StructInit()
108 OPAMP_InitStruct->Mod = OPAMP_CS_PGA_EN; in OPAMP_StructInit()
110 void OPAMP_Init(OPAMPX OPAMPx, OPAMP_InitType* OPAMP_InitStruct) in OPAMP_Init() argument
116 SetBitMsk(tmp, OPAMP_InitStruct->Gain, OPAMP_CS_PGA_GAIN_MASK); in OPAMP_Init()
117 if (OPAMP_InitStruct->HighVolRangeEn==ENABLE) in OPAMP_Init()
121 if (OPAMP_InitStruct->TimeAutoMuxEn==ENABLE) in OPAMP_Init()
[all …]
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/
A Dn32l40x_opamp.c102 void OPAMP_StructInit(OPAMP_InitType* OPAMP_InitStruct) in OPAMP_StructInit() argument
104 OPAMP_InitStruct->Opa2SrcSel = OPAMP2_CS_TIMSRCSEL_TIM1CC6; in OPAMP_StructInit()
105 OPAMP_InitStruct->Gain = OPAMP_CS_PGA_GAIN_2; in OPAMP_StructInit()
106 OPAMP_InitStruct->HighVolRangeEn = ENABLE; in OPAMP_StructInit()
107 OPAMP_InitStruct->TimeAutoMuxEn = DISABLE; in OPAMP_StructInit()
108 OPAMP_InitStruct->Mod = OPAMP_CS_PGA_EN; in OPAMP_StructInit()
110 void OPAMP_Init(OPAMPX OPAMPx, OPAMP_InitType* OPAMP_InitStruct) in OPAMP_Init() argument
116 SetBitMsk(tmp, OPAMP_InitStruct->Gain, OPAMP_CS_PGA_GAIN_MASK); in OPAMP_Init()
117 if (OPAMP_InitStruct->HighVolRangeEn==ENABLE) in OPAMP_Init()
121 if (OPAMP_InitStruct->TimeAutoMuxEn==ENABLE) in OPAMP_Init()
[all …]
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/
A Dn32g43x_opamp.c102 void OPAMP_StructInit(OPAMP_InitType* OPAMP_InitStruct) in OPAMP_StructInit() argument
104 OPAMP_InitStruct->Opa2SrcSel = OPAMP2_CS_TIMSRCSEL_TIM1CC6; in OPAMP_StructInit()
105 OPAMP_InitStruct->Gain = OPAMP_CS_PGA_GAIN_2; in OPAMP_StructInit()
106 OPAMP_InitStruct->HighVolRangeEn = ENABLE; in OPAMP_StructInit()
107 OPAMP_InitStruct->TimeAutoMuxEn = DISABLE; in OPAMP_StructInit()
108 OPAMP_InitStruct->Mod = OPAMP_CS_PGA_EN; in OPAMP_StructInit()
110 void OPAMP_Init(OPAMPX OPAMPx, OPAMP_InitType* OPAMP_InitStruct) in OPAMP_Init() argument
116 SetBitMsk(tmp, OPAMP_InitStruct->Gain, OPAMP_CS_PGA_GAIN_MASK); in OPAMP_Init()
117 if (OPAMP_InitStruct->HighVolRangeEn==ENABLE) in OPAMP_Init()
121 if (OPAMP_InitStruct->TimeAutoMuxEn==ENABLE) in OPAMP_Init()
[all …]
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/
A Dn32g45x_opamp.c103 void OPAMP_StructInit(OPAMP_InitType* OPAMP_InitStruct) in OPAMP_StructInit() argument
105 OPAMP_InitStruct->Gain = OPAMP_CS_PGA_GAIN_2; in OPAMP_StructInit()
106 OPAMP_InitStruct->HighVolRangeEn = ENABLE; in OPAMP_StructInit()
107 OPAMP_InitStruct->TimeAutoMuxEn = DISABLE; in OPAMP_StructInit()
108 OPAMP_InitStruct->Mod = OPAMP_CS_PGA_EN; in OPAMP_StructInit()
111 void OPAMP_Init(OPAMPX OPAMPx, OPAMP_InitType* OPAMP_InitStruct) in OPAMP_Init() argument
116 SetBitMsk(tmp, OPAMP_InitStruct->Gain, OPAMP_CS_PGA_GAIN_MASK); in OPAMP_Init()
118 if (OPAMP_InitStruct->HighVolRangeEn==ENABLE) in OPAMP_Init()
123 if (OPAMP_InitStruct->TimeAutoMuxEn==ENABLE) in OPAMP_Init()
128 SetBitMsk(tmp, OPAMP_InitStruct->Mod, OPAMP_CS_MOD_MASK); in OPAMP_Init()
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/
A Dn32g45x_opamp.c103 void OPAMP_StructInit(OPAMP_InitType* OPAMP_InitStruct) in OPAMP_StructInit() argument
105 OPAMP_InitStruct->Gain = OPAMP_CS_PGA_GAIN_2; in OPAMP_StructInit()
106 OPAMP_InitStruct->HighVolRangeEn = ENABLE; in OPAMP_StructInit()
107 OPAMP_InitStruct->TimeAutoMuxEn = DISABLE; in OPAMP_StructInit()
108 OPAMP_InitStruct->Mod = OPAMP_CS_PGA_EN; in OPAMP_StructInit()
111 void OPAMP_Init(OPAMPX OPAMPx, OPAMP_InitType* OPAMP_InitStruct) in OPAMP_Init() argument
116 SetBitMsk(tmp, OPAMP_InitStruct->Gain, OPAMP_CS_PGA_GAIN_MASK); in OPAMP_Init()
118 if(OPAMP_InitStruct->HighVolRangeEn==ENABLE) in OPAMP_Init()
123 if(OPAMP_InitStruct->TimeAutoMuxEn==ENABLE) in OPAMP_Init()
128 SetBitMsk(tmp, OPAMP_InitStruct->Mod, OPAMP_CS_MOD_MASK); in OPAMP_Init()
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/
A Dn32l40x_opamp.h184 void OPAMP_StructInit(OPAMP_InitType* OPAMP_InitStruct);
185 void OPAMP_Init(OPAMPX OPAMPx, OPAMP_InitType* OPAMP_InitStruct);
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/
A Dn32l43x_opamp.h184 void OPAMP_StructInit(OPAMP_InitType* OPAMP_InitStruct);
185 void OPAMP_Init(OPAMPX OPAMPx, OPAMP_InitType* OPAMP_InitStruct);
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/
A Dn32g43x_opamp.h184 void OPAMP_StructInit(OPAMP_InitType* OPAMP_InitStruct);
185 void OPAMP_Init(OPAMPX OPAMPx, OPAMP_InitType* OPAMP_InitStruct);
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/
A Dn32g45x_opamp.h188 void OPAMP_StructInit(OPAMP_InitType* OPAMP_InitStruct);
189 void OPAMP_Init(OPAMPX OPAMPx, OPAMP_InitType* OPAMP_InitStruct);
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/
A Dn32g45x_opamp.h188 void OPAMP_StructInit(OPAMP_InitType* OPAMP_InitStruct);
189 void OPAMP_Init(OPAMPX OPAMPx, OPAMP_InitType* OPAMP_InitStruct);
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_opamp.h889 ErrorStatus LL_OPAMP_Init(OPAMP_TypeDef *OPAMPx, LL_OPAMP_InitTypeDef *OPAMP_InitStruct);
890 void LL_OPAMP_StructInit(LL_OPAMP_InitTypeDef *OPAMP_InitStruct);

Completed in 23 milliseconds