Searched refs:invert (Results 1 – 4 of 4) sorted by relevance
| /hal_silabs-latest/simplicity_sdk/platform/emlib/src/ |
| D | em_acmp.c | 423 unsigned int pin, bool enable, bool invert) in ACMP_GPIOSetup() argument 435 | (invert << _ACMP_CTRL_GPIOINV_SHIFT); in ACMP_GPIOSetup() 462 void ACMP_GPIOSetup(ACMP_TypeDef *acmp, uint32_t location, bool enable, bool invert) in ACMP_GPIOSetup() argument 472 invert << _ACMP_CTRL_GPIOINV_SHIFT); in ACMP_GPIOSetup()
|
| /hal_silabs-latest/gecko/emlib/src/ |
| D | em_acmp.c | 423 unsigned int pin, bool enable, bool invert) in ACMP_GPIOSetup() argument 435 | (invert << _ACMP_CTRL_GPIOINV_SHIFT); in ACMP_GPIOSetup() 462 void ACMP_GPIOSetup(ACMP_TypeDef *acmp, uint32_t location, bool enable, bool invert) in ACMP_GPIOSetup() argument 472 invert << _ACMP_CTRL_GPIOINV_SHIFT); in ACMP_GPIOSetup()
|
| /hal_silabs-latest/gecko/emlib/inc/ |
| D | em_acmp.h | 964 …_GPIOSetup(ACMP_TypeDef *acmp, GPIO_Port_TypeDef port, unsigned int pin, bool enable, bool invert); 966 void ACMP_GPIOSetup(ACMP_TypeDef *acmp, uint32_t location, bool enable, bool invert);
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/inc/ |
| D | em_acmp.h | 968 …_GPIOSetup(ACMP_TypeDef *acmp, GPIO_Port_TypeDef port, unsigned int pin, bool enable, bool invert); 970 void ACMP_GPIOSetup(ACMP_TypeDef *acmp, uint32_t location, bool enable, bool invert);
|