Searched refs:OPAMP_TRIMMING_VALUE_MASK (Results 1 – 9 of 9) sorted by relevance
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_opamp.h | 68 #define OPAMP_TRIMMING_VALUE_MASK (OPAMP_OTR_AO1_OPT_OFFSET_TRIM_HIGH | OPAMP_OTR_AO1_OPT… macro 799 …(TransistorsDiffPair & OPAMP_TRIMMING_VALUE_MASK) << (OPAMP_OTR_AO2_OPT_OFFSET_TRIM_LOW_Pos * __OP… in LL_OPAMP_SetTrimmingValue() 800 …TrimmingValue << (POSITION_VAL(TransistorsDiffPair & OPAMP_TRIMMING_VALUE_MASK) + (OPAMP_OTR_AO2_O… in LL_OPAMP_SetTrimmingValue() 828 …return (uint32_t)(READ_BIT(*preg, (TransistorsDiffPair & OPAMP_TRIMMING_VALUE_MASK) << (OPAMP_OTR_… in LL_OPAMP_GetTrimmingValue() 829 …>> (POSITION_VAL(TransistorsDiffPair & OPAMP_TRIMMING_VALUE_MASK) + (OPAMP_OTR_AO2_OPT_OFFSET_TRIM… in LL_OPAMP_GetTrimmingValue()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_opamp.h | 67 #define OPAMP_TRIMMING_VALUE_MASK (OPAMP_OTR_TRIMOFFSETP | OPAMP_OTR_TRIMOFFSETN) macro 724 (TransistorsDiffPair & OPAMP_TRIMMING_VALUE_MASK) << 1U, in LL_OPAMP_SetTrimmingValue() 755 return (uint32_t)(READ_BIT(*preg, (TransistorsDiffPair & OPAMP_TRIMMING_VALUE_MASK)) in LL_OPAMP_GetTrimmingValue()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_opamp.h | 67 #define OPAMP_TRIMMING_VALUE_MASK (OPAMP_OTR_TRIMOFFSETP | OPAMP_OTR_TRIMOFFSETN) macro 722 (TransistorsDiffPair & OPAMP_TRIMMING_VALUE_MASK), in LL_OPAMP_SetTrimmingValue() 755 READ_BIT(*preg, (TransistorsDiffPair & OPAMP_TRIMMING_VALUE_MASK)) >> in LL_OPAMP_GetTrimmingValue()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_opamp.h | 67 #define OPAMP_TRIMMING_VALUE_MASK (OPAMP_OTR_TRIMOFFSETP | OPAMP_OTR_TRIMOFFSETN) macro 710 (TransistorsDiffPair & OPAMP_TRIMMING_VALUE_MASK) << 1U, in LL_OPAMP_SetTrimmingValue() 739 return (uint32_t)(READ_BIT(*preg, (TransistorsDiffPair & OPAMP_TRIMMING_VALUE_MASK)) in LL_OPAMP_GetTrimmingValue()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_opamp.h | 67 #define OPAMP_TRIMMING_VALUE_MASK (OPAMP_OTR_TRIMOFFSETP | OPAMP_OTR_TRIMOFFSETN) macro 749 (TransistorsDiffPair & OPAMP_TRIMMING_VALUE_MASK), in LL_OPAMP_SetTrimmingValue() 784 READ_BIT(*preg, (TransistorsDiffPair & OPAMP_TRIMMING_VALUE_MASK)) >> in LL_OPAMP_GetTrimmingValue()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_opamp.h | 67 #define OPAMP_TRIMMING_VALUE_MASK (OPAMP_OTR_TRIMOFFSETP | OPAMP_OTR_TRIMOFFSETN) macro 759 (TransistorsDiffPair & OPAMP_TRIMMING_VALUE_MASK), in LL_OPAMP_SetTrimmingValue() 788 return (uint32_t)(READ_BIT(*preg, (TransistorsDiffPair & OPAMP_TRIMMING_VALUE_MASK)) in LL_OPAMP_GetTrimmingValue()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_opamp.h | 67 #define OPAMP_TRIMMING_VALUE_MASK (OPAMP_OTR_TRIMOFFSETP | OPAMP_OTR_TRIMOFFSETN) macro 759 (TransistorsDiffPair & OPAMP_TRIMMING_VALUE_MASK), in LL_OPAMP_SetTrimmingValue() 788 return (uint32_t)(READ_BIT(*preg, (TransistorsDiffPair & OPAMP_TRIMMING_VALUE_MASK)) in LL_OPAMP_GetTrimmingValue()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_opamp.h | 54 #define OPAMP_TRIMMING_VALUE_MASK (OPAMP_CSR_TRIMOFFSETN | OPAMP_CSR_TRIMOFFSETP) macro 754 (TransistorsDiffPair & OPAMP_TRIMMING_VALUE_MASK), in LL_OPAMP_SetTrimmingValue() 772 return (uint32_t)(READ_BIT(OPAMPx->CSR, (TransistorsDiffPair & OPAMP_TRIMMING_VALUE_MASK)) in LL_OPAMP_GetTrimmingValue()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_opamp.h | 54 #define OPAMP_TRIMMING_VALUE_MASK (OPAMP_CSR_TRIMOFFSETN | OPAMP_CSR_TRIMOFFSETP) macro 870 (TransistorsDiffPair & OPAMP_TRIMMING_VALUE_MASK), in LL_OPAMP_SetTrimmingValue() 888 return (uint32_t)(READ_BIT(OPAMPx->CSR, (TransistorsDiffPair & OPAMP_TRIMMING_VALUE_MASK)) in LL_OPAMP_GetTrimmingValue()
|