Home
last modified time | relevance | path

Searched refs:InputPlus (Results 1 – 25 of 48) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_comp.h82 uint32_t InputPlus; /*!< Set comparator input plus (non-inverting input). member
854 …ATIC_INLINE void LL_COMP_ConfigInputs(COMP_TypeDef *COMPx, uint32_t InputMinus, uint32_t InputPlus) in LL_COMP_ConfigInputs() argument
859 InputMinus | InputPlus); in LL_COMP_ConfigInputs()
863 InputMinus | InputPlus); in LL_COMP_ConfigInputs()
867 InputMinus | InputPlus); in LL_COMP_ConfigInputs()
898 __STATIC_INLINE void LL_COMP_SetInputPlus(COMP_TypeDef *COMPx, uint32_t InputPlus) in LL_COMP_SetInputPlus() argument
901 MODIFY_REG(COMPx->CSR, (COMP_CSR_COMPxNONINSEL | COMP_CSR_COMPxSW1), InputPlus); in LL_COMP_SetInputPlus()
903 MODIFY_REG(COMPx->CSR, COMP_CSR_COMPxNONINSEL, InputPlus); in LL_COMP_SetInputPlus()
905 MODIFY_REG(COMPx->CSR, COMP_CSR_COMPxSW1, InputPlus); in LL_COMP_SetInputPlus()
1502 uint32_t InputPlus; /*!< Set comparator input plus (non-inverting input). member
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_comp.h71 uint32_t InputPlus; /*!< Set comparator input plus (non-inverting input). member
366 …ATIC_INLINE void LL_COMP_ConfigInputs(COMP_TypeDef *COMPx, uint32_t InputMinus, uint32_t InputPlus) in LL_COMP_ConfigInputs() argument
368 …MODIFY_REG(COMPx->CFGR2, COMP_CFGR2_INPSEL0, ((InputPlus == LL_COMP_INPUT_PLUS_IO2) ? COMP_CFGR2_I… in LL_COMP_ConfigInputs()
372 InputMinus | InputPlus); in LL_COMP_ConfigInputs()
389 __STATIC_INLINE void LL_COMP_SetInputPlus(COMP_TypeDef *COMPx, uint32_t InputPlus) in LL_COMP_SetInputPlus() argument
391 …MODIFY_REG(COMPx->CFGR2, COMP_CFGR2_INPSEL0, ((InputPlus == LL_COMP_INPUT_PLUS_IO2) ? COMP_CFGR2_I… in LL_COMP_SetInputPlus()
392 MODIFY_REG(COMPx->CFGR1, COMP_CFGR1_INPSEL1 | COMP_CFGR1_INPSEL2, InputPlus); in LL_COMP_SetInputPlus()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_comp.h77 uint32_t InputPlus; /*!< Set comparator input plus (non-inverting input). member
433 …ATIC_INLINE void LL_COMP_ConfigInputs(COMP_TypeDef *COMPx, uint32_t InputMinus, uint32_t InputPlus) in LL_COMP_ConfigInputs() argument
440 InputMinus | InputPlus); in LL_COMP_ConfigInputs()
445 InputMinus | InputPlus); in LL_COMP_ConfigInputs()
462 __STATIC_INLINE void LL_COMP_SetInputPlus(COMP_TypeDef *COMPx, uint32_t InputPlus) in LL_COMP_SetInputPlus() argument
465 MODIFY_REG(COMPx->CFGR, COMP_CFGRx_INPSEL | COMP_CFGRx_INP2SEL , InputPlus); in LL_COMP_SetInputPlus()
467 MODIFY_REG(COMPx->CFGR, COMP_CFGRx_INPSEL , InputPlus); in LL_COMP_SetInputPlus()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_comp.h79 uint32_t InputPlus; /*!< Set comparator input plus (non-inverting input). member
473 …ATIC_INLINE void LL_COMP_ConfigInputs(COMP_TypeDef *COMPx, uint32_t InputMinus, uint32_t InputPlus) in LL_COMP_ConfigInputs() argument
478 InputMinus | InputPlus); in LL_COMP_ConfigInputs()
482 InputMinus | InputPlus); in LL_COMP_ConfigInputs()
501 __STATIC_INLINE void LL_COMP_SetInputPlus(COMP_TypeDef *COMPx, uint32_t InputPlus) in LL_COMP_SetInputPlus() argument
503 MODIFY_REG(COMPx->CSR, COMP_CSR_INPSEL, InputPlus); in LL_COMP_SetInputPlus()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_comp.h71 uint32_t InputPlus; /*!< Set comparator input plus (non-inverting input). member
380 …ATIC_INLINE void LL_COMP_ConfigInputs(COMP_TypeDef *COMPx, uint32_t InputMinus, uint32_t InputPlus) in LL_COMP_ConfigInputs() argument
384 InputMinus | InputPlus); in LL_COMP_ConfigInputs()
405 __STATIC_INLINE void LL_COMP_SetInputPlus(COMP_TypeDef *COMPx, uint32_t InputPlus) in LL_COMP_SetInputPlus() argument
407 MODIFY_REG(COMPx->CSR, COMP_CSR_COMP2INPSEL, InputPlus); in LL_COMP_SetInputPlus()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_comp.h79 uint32_t InputPlus; /*!< Set comparator input plus (non-inverting input). member
415 …ATIC_INLINE void LL_COMP_ConfigInputs(COMP_TypeDef *COMPx, uint32_t InputMinus, uint32_t InputPlus) in LL_COMP_ConfigInputs() argument
419 InputMinus | InputPlus); in LL_COMP_ConfigInputs()
434 __STATIC_INLINE void LL_COMP_SetInputPlus(COMP_TypeDef *COMPx, uint32_t InputPlus) in LL_COMP_SetInputPlus() argument
436 MODIFY_REG(COMPx->CSR, COMP_CSR_INPSEL, InputPlus); in LL_COMP_SetInputPlus()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_comp.h79 uint32_t InputPlus; /*!< Set comparator input plus (non-inverting input). member
411 …ATIC_INLINE void LL_COMP_ConfigInputs(COMP_TypeDef *COMPx, uint32_t InputMinus, uint32_t InputPlus) in LL_COMP_ConfigInputs() argument
415 InputMinus | InputPlus); in LL_COMP_ConfigInputs()
433 __STATIC_INLINE void LL_COMP_SetInputPlus(COMP_TypeDef *COMPx, uint32_t InputPlus) in LL_COMP_SetInputPlus() argument
435 MODIFY_REG(COMPx->CSR, COMP_CSR_INPSEL, InputPlus); in LL_COMP_SetInputPlus()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_comp.h79 uint32_t InputPlus; /*!< Set comparator input plus (non-inverting input). member
426 …ATIC_INLINE void LL_COMP_ConfigInputs(COMP_TypeDef *COMPx, uint32_t InputMinus, uint32_t InputPlus) in LL_COMP_ConfigInputs() argument
430 InputMinus | InputPlus); in LL_COMP_ConfigInputs()
448 __STATIC_INLINE void LL_COMP_SetInputPlus(COMP_TypeDef *COMPx, uint32_t InputPlus) in LL_COMP_SetInputPlus() argument
450 MODIFY_REG(COMPx->CSR, COMP_CSR_INPSEL, InputPlus); in LL_COMP_SetInputPlus()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_comp.h64 uint32_t InputPlus; /*!< Set comparator input plus (non-inverting input). member
330 …ATIC_INLINE void LL_COMP_ConfigInputs(COMP_TypeDef *COMPx, uint32_t InputMinus, uint32_t InputPlus) in LL_COMP_ConfigInputs() argument
334 InputMinus | InputPlus); in LL_COMP_ConfigInputs()
349 __STATIC_INLINE void LL_COMP_SetInputPlus(COMP_TypeDef *COMPx, uint32_t InputPlus) in LL_COMP_SetInputPlus() argument
351 MODIFY_REG(COMPx->CSR, COMP_CSR_INPSEL, InputPlus); in LL_COMP_SetInputPlus()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_comp.c643 assert_param(IS_LL_COMP_INPUT_PLUS(COMPx, COMP_InitStruct->InputPlus)); in LL_COMP_Init()
683 | COMP_InitStruct->InputPlus in LL_COMP_Init()
716 COMP_InitStruct->InputPlus = LL_COMP_INPUT_PLUS_IO1; in LL_COMP_StructInit()
924 assert_param(IS_LL_COMP_INPUT_PLUS(COMPx, COMP_InitStruct->InputPlus)); in LL_COMP_Init()
956 | COMP_InitStruct->InputPlus in LL_COMP_Init()
975 | COMP_InitStruct->InputPlus in LL_COMP_Init()
1004 COMP_InitStruct->InputPlus = LL_COMP_INPUT_PLUS_IO1; in LL_COMP_StructInit()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_comp.h116 uint32_t InputPlus; /*!< Set comparator input plus (non-inverting input). member
442 …ATIC_INLINE void LL_COMP_ConfigInputs(COMP_TypeDef *COMPx, uint32_t InputMinus, uint32_t InputPlus) in LL_COMP_ConfigInputs() argument
449 …(InputMinus | InputPlus) << __COMP_BITOFFSET_INSTANCE(COMPx… in LL_COMP_ConfigInputs()
467 __STATIC_INLINE void LL_COMP_SetInputPlus(COMP_TypeDef *COMPx, uint32_t InputPlus) in LL_COMP_SetInputPlus() argument
474InputPlus << __COMP_BITOFFSET_INSTANCE(COMPx) ); in LL_COMP_SetInputPlus()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_comp.h108 uint32_t InputPlus; /*!< Set comparator input plus (non-inverting input). member
522 …ATIC_INLINE void LL_COMP_ConfigInputs(COMP_TypeDef *COMPx, uint32_t InputMinus, uint32_t InputPlus) in LL_COMP_ConfigInputs() argument
526 InputMinus | InputPlus); in LL_COMP_ConfigInputs()
540 __STATIC_INLINE void LL_COMP_SetInputPlus(COMP_TypeDef *COMPx, uint32_t InputPlus) in LL_COMP_SetInputPlus() argument
542 MODIFY_REG(COMPx->CSR, COMP_CSR_INPSEL, InputPlus); in LL_COMP_SetInputPlus()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_comp.h108 uint32_t InputPlus; /*!< Set comparator input plus (non-inverting input). member
540 …ATIC_INLINE void LL_COMP_ConfigInputs(COMP_TypeDef *COMPx, uint32_t InputMinus, uint32_t InputPlus) in LL_COMP_ConfigInputs() argument
544 InputMinus | InputPlus); in LL_COMP_ConfigInputs()
560 __STATIC_INLINE void LL_COMP_SetInputPlus(COMP_TypeDef *COMPx, uint32_t InputPlus) in LL_COMP_SetInputPlus() argument
562 MODIFY_REG(COMPx->CSR, COMP_CSR_INPSEL, InputPlus); in LL_COMP_SetInputPlus()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_comp.h108 uint32_t InputPlus; /*!< Set comparator input plus (non-inverting input). member
535 …ATIC_INLINE void LL_COMP_ConfigInputs(COMP_TypeDef *COMPx, uint32_t InputMinus, uint32_t InputPlus) in LL_COMP_ConfigInputs() argument
539 InputMinus | InputPlus); in LL_COMP_ConfigInputs()
559 __STATIC_INLINE void LL_COMP_SetInputPlus(COMP_TypeDef *COMPx, uint32_t InputPlus) in LL_COMP_SetInputPlus() argument
561 MODIFY_REG(COMPx->CSR, COMP_CSR_INPSEL, InputPlus); in LL_COMP_SetInputPlus()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_comp.c193 assert_param(IS_LL_COMP_INPUT_PLUS(COMPx, COMP_InitStruct->InputPlus)); in LL_COMP_Init()
222 | COMP_InitStruct->InputPlus in LL_COMP_Init()
250 COMP_InitStruct->InputPlus = LL_COMP_INPUT_PLUS_IO1; in LL_COMP_StructInit()
252 COMP_InitStruct->InputPlus = LL_COMP_INPUT_PLUS_IO2; in LL_COMP_StructInit()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_comp.c177 assert_param(IS_LL_COMP_INPUT_PLUS(COMPx, COMP_InitStruct->InputPlus)); in LL_COMP_Init()
206 | COMP_InitStruct->InputPlus in LL_COMP_Init()
214 ((COMP_InitStruct->InputPlus == LL_COMP_INPUT_PLUS_IO2) ? COMP_CFGR2_INPSEL0 : 0U)); in LL_COMP_Init()
235 COMP_InitStruct->InputPlus = LL_COMP_INPUT_PLUS_IO1; in LL_COMP_StructInit()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_comp.h108 uint32_t InputPlus; /*!< Set comparator input plus (non-inverting input). member
632 …ATIC_INLINE void LL_COMP_ConfigInputs(COMP_TypeDef *COMPx, uint32_t InputMinus, uint32_t InputPlus) in LL_COMP_ConfigInputs() argument
636 InputMinus | InputPlus); in LL_COMP_ConfigInputs()
652 __STATIC_INLINE void LL_COMP_SetInputPlus(COMP_TypeDef *COMPx, uint32_t InputPlus) in LL_COMP_SetInputPlus() argument
654 MODIFY_REG(COMPx->CSR, COMP_CSR_INPSEL, InputPlus); in LL_COMP_SetInputPlus()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_comp.c208 assert_param(IS_LL_COMP_INPUT_PLUS(COMPx, COMP_InitStruct->InputPlus)); in LL_COMP_Init()
240 | COMP_InitStruct->InputPlus in LL_COMP_Init()
259 | COMP_InitStruct->InputPlus in LL_COMP_Init()
288 COMP_InitStruct->InputPlus = LL_COMP_INPUT_PLUS_IO1; in LL_COMP_StructInit()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_comp.c193 assert_param(IS_LL_COMP_INPUT_PLUS(COMPx, COMP_InitStruct->InputPlus)); in LL_COMP_Init()
223 | COMP_InitStruct->InputPlus in LL_COMP_Init()
241 | COMP_InitStruct->InputPlus in LL_COMP_Init()
268 COMP_InitStruct->InputPlus = LL_COMP_INPUT_PLUS_IO1; in LL_COMP_StructInit()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_comp.c222 assert_param(IS_LL_COMP_INPUT_PLUS(COMPx, COMP_InitStruct->InputPlus)); in LL_COMP_Init()
252 | COMP_InitStruct->InputPlus in LL_COMP_Init()
270 | COMP_InitStruct->InputPlus in LL_COMP_Init()
298 COMP_InitStruct->InputPlus = LL_COMP_INPUT_PLUS_IO1; in LL_COMP_StructInit()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_comp.c265 assert_param(IS_LL_COMP_INPUT_PLUS(COMPx, COMP_InitStruct->InputPlus)); in LL_COMP_Init()
290 LL_COMP_SetInputPlus(COMPx, COMP_InitStruct->InputPlus); in LL_COMP_Init()
299 LL_COMP_SetInputPlus(COMPx, COMP_InitStruct->InputPlus); in LL_COMP_Init()
316 COMP_InitStruct->InputPlus = LL_COMP_INPUT_PLUS_IO1; in LL_COMP_StructInit()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_comp.c171 assert_param(IS_LL_COMP_INPUT_PLUS(COMPx, COMP_InitStruct->InputPlus)); in LL_COMP_Init()
197 | COMP_InitStruct->InputPlus in LL_COMP_Init()
224 COMP_InitStruct->InputPlus = LL_COMP_INPUT_PLUS_IO1; in LL_COMP_StructInit()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_comp.c174 assert_param(IS_LL_COMP_INPUT_PLUS(COMPx, COMP_InitStruct->InputPlus)); in LL_COMP_Init()
203 | COMP_InitStruct->InputPlus in LL_COMP_Init()
230 COMP_InitStruct->InputPlus = LL_COMP_INPUT_PLUS_IO1; in LL_COMP_StructInit()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_comp.c175 assert_param(IS_LL_COMP_INPUT_PLUS(COMPx, COMP_InitStruct->InputPlus)); in LL_COMP_Init()
201 | COMP_InitStruct->InputPlus in LL_COMP_Init()
228 COMP_InitStruct->InputPlus = LL_COMP_INPUT_PLUS_IO1; in LL_COMP_StructInit()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_comp.c179 assert_param(IS_LL_COMP_INPUT_PLUS(COMPx, COMP_InitStruct->InputPlus)); in LL_COMP_Init()
205 | COMP_InitStruct->InputPlus in LL_COMP_Init()
232 COMP_InitStruct->InputPlus = LL_COMP_INPUT_PLUS_IO1; in LL_COMP_StructInit()

12