|
STM32G474xx HAL用户手册
|
函数 | |
| __STATIC_INLINE void | LL_COMP_SetOutputPolarity (COMP_TypeDef *COMPx, uint32_t OutputPolarity) |
| 设置比较器实例输出极性。 | |
| __STATIC_INLINE uint32_t | LL_COMP_GetOutputPolarity (const COMP_TypeDef *COMPx) |
| 获取比较器实例输出极性。 | |
| __STATIC_INLINE void | LL_COMP_SetOutputBlankingSource (COMP_TypeDef *COMPx, uint32_t BlankingSource) |
| 设置比较器实例消隐源。 | |
| __STATIC_INLINE uint32_t | LL_COMP_GetOutputBlankingSource (const COMP_TypeDef *COMPx) |
| 获取比较器实例消隐源。 | |
| __STATIC_INLINE uint32_t LL_COMP_GetOutputBlankingSource | ( | const COMP_TypeDef * | COMPx | ) |
获取比较器实例消隐源。
| COMPx | 比较器实例 |
定义于文件 stm32g4xx_ll_comp.h 的 620 行。
| __STATIC_INLINE uint32_t LL_COMP_GetOutputPolarity | ( | const COMP_TypeDef * | COMPx | ) |
获取比较器实例输出极性。
| COMPx | 比较器实例 |
| 返回值 | 可以是以下值之一: |
定义于文件 stm32g4xx_ll_comp.h 的 517 行。
| __STATIC_INLINE void LL_COMP_SetOutputBlankingSource | ( | COMP_TypeDef * | COMPx, |
| uint32_t | BlankingSource | ||
| ) |
设置比较器实例消隐源。
| 无 |
定义于文件 stm32g4xx_ll_comp.h 的 569 行。
| __STATIC_INLINE void LL_COMP_SetOutputPolarity | ( | COMP_TypeDef * | COMPx, |
| uint32_t | OutputPolarity | ||
| ) |