Home
last modified time | relevance | path

Searched refs:OutputPolarity (Results 1 – 25 of 56) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_comp.c647 assert_param(IS_LL_COMP_OUTPUT_POLARITY(COMP_InitStruct->OutputPolarity)); in LL_COMP_Init()
690 | COMP_InitStruct->OutputPolarity in LL_COMP_Init()
720 COMP_InitStruct->OutputPolarity = LL_COMP_OUTPUTPOL_NONINVERTED; in LL_COMP_StructInit()
928 assert_param(IS_LL_COMP_OUTPUT_POLARITY(COMP_InitStruct->OutputPolarity)); in LL_COMP_Init()
960 | COMP_InitStruct->OutputPolarity in LL_COMP_Init()
979 | COMP_InitStruct->OutputPolarity in LL_COMP_Init()
1008 COMP_InitStruct->OutputPolarity = LL_COMP_OUTPUTPOL_NONINVERTED; in LL_COMP_StructInit()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_comp.c218 assert_param(IS_LL_COMP_OUTPUT_POLARITY(COMP_InitStruct->OutputPolarity)); in LL_COMP_Init()
240 | COMP_InitStruct->OutputPolarity in LL_COMP_Init()
256 | COMP_InitStruct->OutputPolarity in LL_COMP_Init()
283 COMP_InitStruct->OutputPolarity = LL_COMP_OUTPUTPOL_NONINVERTED; in LL_COMP_StructInit()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_comp.c212 assert_param(IS_LL_COMP_OUTPUT_POLARITY(COMP_InitStruct->OutputPolarity)); in LL_COMP_Init()
244 | COMP_InitStruct->OutputPolarity in LL_COMP_Init()
263 | COMP_InitStruct->OutputPolarity in LL_COMP_Init()
292 COMP_InitStruct->OutputPolarity = LL_COMP_OUTPUTPOL_NONINVERTED; in LL_COMP_StructInit()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_comp.c196 assert_param(IS_LL_COMP_OUTPUT_POLARITY(COMP_InitStruct->OutputPolarity)); in LL_COMP_Init()
226 | COMP_InitStruct->OutputPolarity in LL_COMP_Init()
244 | COMP_InitStruct->OutputPolarity in LL_COMP_Init()
271 COMP_InitStruct->OutputPolarity = LL_COMP_OUTPUTPOL_NONINVERTED; in LL_COMP_StructInit()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_comp.c225 assert_param(IS_LL_COMP_OUTPUT_POLARITY(COMP_InitStruct->OutputPolarity)); in LL_COMP_Init()
255 | COMP_InitStruct->OutputPolarity in LL_COMP_Init()
273 | COMP_InitStruct->OutputPolarity in LL_COMP_Init()
301 COMP_InitStruct->OutputPolarity = LL_COMP_OUTPUTPOL_NONINVERTED; in LL_COMP_StructInit()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_comp.c174 assert_param(IS_LL_COMP_OUTPUT_POLARITY(COMP_InitStruct->OutputPolarity)); in LL_COMP_Init()
200 | COMP_InitStruct->OutputPolarity in LL_COMP_Init()
227 COMP_InitStruct->OutputPolarity = LL_COMP_OUTPUTPOL_NONINVERTED; in LL_COMP_StructInit()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_comp.c177 assert_param(IS_LL_COMP_OUTPUT_POLARITY(COMP_InitStruct->OutputPolarity)); in LL_COMP_Init()
206 | COMP_InitStruct->OutputPolarity in LL_COMP_Init()
233 COMP_InitStruct->OutputPolarity = LL_COMP_OUTPUTPOL_NONINVERTED; in LL_COMP_StructInit()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_comp.c178 assert_param(IS_LL_COMP_OUTPUT_POLARITY(COMP_InitStruct->OutputPolarity)); in LL_COMP_Init()
204 | COMP_InitStruct->OutputPolarity in LL_COMP_Init()
231 COMP_InitStruct->OutputPolarity = LL_COMP_OUTPUTPOL_NONINVERTED; in LL_COMP_StructInit()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_comp.h102 uint32_t OutputPolarity; /*!< Set comparator output polarity. member
1202 __STATIC_INLINE void LL_COMP_SetOutputPolarity(COMP_TypeDef *COMPx, uint32_t OutputPolarity) in LL_COMP_SetOutputPolarity() argument
1204 MODIFY_REG(COMPx->CSR, COMP_CSR_COMPxPOL, OutputPolarity); in LL_COMP_SetOutputPolarity()
1522 uint32_t OutputPolarity; /*!< Set comparator output polarity. member
2087 __STATIC_INLINE void LL_COMP_SetOutputPolarity(COMP_TypeDef *COMPx, uint32_t OutputPolarity) in LL_COMP_SetOutputPolarity() argument
2091 OutputPolarity << __COMP_BITOFFSET_INSTANCE(COMPx)); in LL_COMP_SetOutputPolarity()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_comp.c182 assert_param(IS_LL_COMP_OUTPUT_POLARITY(COMP_InitStruct->OutputPolarity)); in LL_COMP_Init()
208 | COMP_InitStruct->OutputPolarity in LL_COMP_Init()
235 COMP_InitStruct->OutputPolarity = LL_COMP_OUTPUTPOL_NONINVERTED; in LL_COMP_StructInit()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_comp.c189 assert_param(IS_LL_COMP_OUTPUT_POLARITY(COMP_InitStruct->OutputPolarity)); in LL_COMP_Init()
215 | COMP_InitStruct->OutputPolarity in LL_COMP_Init()
242 COMP_InitStruct->OutputPolarity = LL_COMP_OUTPUTPOL_NONINVERTED; in LL_COMP_StructInit()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_comp.c182 assert_param(IS_LL_COMP_OUTPUT_POLARITY(COMP_InitStruct->OutputPolarity)); in LL_COMP_Init()
210 | COMP_InitStruct->OutputPolarity in LL_COMP_Init()
237 COMP_InitStruct->OutputPolarity = LL_COMP_OUTPUTPOL_NONINVERTED; in LL_COMP_StructInit()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_comp.c196 assert_param(IS_LL_COMP_OUTPUT_POLARITY(COMP_InitStruct->OutputPolarity)); in LL_COMP_Init()
225 | COMP_InitStruct->OutputPolarity in LL_COMP_Init()
256 COMP_InitStruct->OutputPolarity = LL_COMP_OUTPUTPOL_NONINVERTED; in LL_COMP_StructInit()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_comp.c180 assert_param(IS_LL_COMP_OUTPUT_POLARITY(COMP_InitStruct->OutputPolarity)); in LL_COMP_Init()
209 | COMP_InitStruct->OutputPolarity in LL_COMP_Init()
238 COMP_InitStruct->OutputPolarity = LL_COMP_OUTPUTPOL_NONINVERTED; in LL_COMP_StructInit()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_comp.h81 uint32_t OutputPolarity; /*!< Set comparator output polarity. member
544 __STATIC_INLINE void LL_COMP_SetOutputPolarity(COMP_TypeDef *COMPx, uint32_t OutputPolarity) in LL_COMP_SetOutputPolarity() argument
546 MODIFY_REG(COMPx->CSR, COMP_CSR_COMPxPOLARITY, OutputPolarity); in LL_COMP_SetOutputPolarity()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_comp.h94 uint32_t OutputPolarity; /*!< Set comparator output polarity. member
564 __STATIC_INLINE void LL_COMP_SetOutputPolarity(COMP_TypeDef *COMPx, uint32_t OutputPolarity) in LL_COMP_SetOutputPolarity() argument
566 MODIFY_REG(COMPx->CSR, COMP_CSR_POLARITY, OutputPolarity); in LL_COMP_SetOutputPolarity()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_comp.h94 uint32_t OutputPolarity; /*!< Set comparator output polarity. member
568 __STATIC_INLINE void LL_COMP_SetOutputPolarity(COMP_TypeDef *COMPx, uint32_t OutputPolarity) in LL_COMP_SetOutputPolarity() argument
570 MODIFY_REG(COMPx->CSR, COMP_CSR_POLARITY, OutputPolarity); in LL_COMP_SetOutputPolarity()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_comp.h94 uint32_t OutputPolarity; /*!< Set comparator output polarity. member
583 __STATIC_INLINE void LL_COMP_SetOutputPolarity(COMP_TypeDef *COMPx, uint32_t OutputPolarity) in LL_COMP_SetOutputPolarity() argument
585 MODIFY_REG(COMPx->CSR, COMP_CSR_POLARITY, OutputPolarity); in LL_COMP_SetOutputPolarity()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_comp.h86 uint32_t OutputPolarity; /*!< Set comparator output polarity. member
530 __STATIC_INLINE void LL_COMP_SetOutputPolarity(COMP_TypeDef *COMPx, uint32_t OutputPolarity) in LL_COMP_SetOutputPolarity() argument
532 MODIFY_REG(COMPx->CFGR1, COMP_CFGR1_POLARITY, OutputPolarity); in LL_COMP_SetOutputPolarity()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_comp.h79 uint32_t OutputPolarity; /*!< Set comparator output polarity. member
504 __STATIC_INLINE void LL_COMP_SetOutputPolarity(COMP_TypeDef *COMPx, uint32_t OutputPolarity) in LL_COMP_SetOutputPolarity() argument
506 MODIFY_REG(COMPx->CSR, COMP_CSR_POLARITY, OutputPolarity); in LL_COMP_SetOutputPolarity()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_comp.h136 uint32_t OutputPolarity; /*!< Set comparator output polarity. member
662 __STATIC_INLINE void LL_COMP_SetOutputPolarity(COMP_TypeDef *COMPx, uint32_t OutputPolarity) in LL_COMP_SetOutputPolarity() argument
666 OutputPolarity << __COMP_BITOFFSET_INSTANCE(COMPx) ); in LL_COMP_SetOutputPolarity()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_comp.h94 uint32_t OutputPolarity; /*!< Set comparator output polarity. member
652 __STATIC_INLINE void LL_COMP_SetOutputPolarity(COMP_TypeDef *COMPx, uint32_t OutputPolarity) in LL_COMP_SetOutputPolarity() argument
654 MODIFY_REG(COMPx->CSR, COMP_CSR_POLARITY, OutputPolarity); in LL_COMP_SetOutputPolarity()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_comp.h123 uint32_t OutputPolarity; /*!< Set comparator output polarity. member
652 __STATIC_INLINE void LL_COMP_SetOutputPolarity(COMP_TypeDef *COMPx, uint32_t OutputPolarity) in LL_COMP_SetOutputPolarity() argument
654 MODIFY_REG(COMPx->CSR, COMP_CSR_POLARITY, OutputPolarity); in LL_COMP_SetOutputPolarity()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_comp.h123 uint32_t OutputPolarity; /*!< Set comparator output polarity. member
680 __STATIC_INLINE void LL_COMP_SetOutputPolarity(COMP_TypeDef *COMPx, uint32_t OutputPolarity) in LL_COMP_SetOutputPolarity() argument
682 MODIFY_REG(COMPx->CSR, COMP_CSR_POLARITY, OutputPolarity); in LL_COMP_SetOutputPolarity()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_comp.h123 uint32_t OutputPolarity; /*!< Set comparator output polarity. member
684 __STATIC_INLINE void LL_COMP_SetOutputPolarity(COMP_TypeDef *COMPx, uint32_t OutputPolarity) in LL_COMP_SetOutputPolarity() argument
686 MODIFY_REG(COMPx->CSR, COMP_CSR_POLARITY, OutputPolarity); in LL_COMP_SetOutputPolarity()

123