|
STM32G474xx HAL User Manual
|
宏定义 | |
| #define | DAC_TRIMMING_FACTORY (0x00000000UL) |
| #define | DAC_TRIMMING_USER (0x00000001UL) |
| #define DAC_TRIMMING_FACTORY (0x00000000UL) |
出厂校准
定义于文件 stm32g4xx_hal_dac.h 的第 324 行。
| #define DAC_TRIMMING_USER (0x00000001UL) |
用户校准
定义于文件 stm32g4xx_hal_dac.h 的第 325 行。
引用自 HAL_DAC_ConfigChannel()、HAL_DACEx_SelfCalibrate() 和 HAL_DACEx_SetUserTrimming()。
1.7.6.1