Searched defs:acmp (Results 1 – 4 of 4) sorted by relevance
| /hal_silabs-latest/simplicity_sdk/platform/emlib/src/ |
| D | em_acmp.c | 123 #define ACMP_DEVICE_ID(acmp) ( \ argument 127 #define ACMP_DEVICE_ID(acmp) ( \ argument 166 void ACMP_CapsenseInit(ACMP_TypeDef *acmp, const ACMP_CapsenseInit_TypeDef *init) in ACMP_CapsenseInit() 248 void ACMP_CapsenseChannelSet(ACMP_TypeDef *acmp, ACMP_Channel_TypeDef channel) in ACMP_CapsenseChannelSet() 286 void ACMP_Disable(ACMP_TypeDef *acmp) in ACMP_Disable() 315 void ACMP_Enable(ACMP_TypeDef *acmp) in ACMP_Enable() 344 void ACMP_ExternalInputSelect(ACMP_TypeDef *acmp, ACMP_ExternalInput_Typedef aport) in ACMP_ExternalInputSelect() 367 void ACMP_Reset(ACMP_TypeDef *acmp) in ACMP_Reset() 422 void ACMP_GPIOSetup(ACMP_TypeDef *acmp, GPIO_Port_TypeDef port, in ACMP_GPIOSetup() 462 void ACMP_GPIOSetup(ACMP_TypeDef *acmp, uint32_t location, bool enable, bool invert) in ACMP_GPIOSetup() [all …]
|
| /hal_silabs-latest/gecko/emlib/src/ |
| D | em_acmp.c | 123 #define ACMP_DEVICE_ID(acmp) ( \ argument 127 #define ACMP_DEVICE_ID(acmp) ( \ argument 166 void ACMP_CapsenseInit(ACMP_TypeDef *acmp, const ACMP_CapsenseInit_TypeDef *init) in ACMP_CapsenseInit() 248 void ACMP_CapsenseChannelSet(ACMP_TypeDef *acmp, ACMP_Channel_TypeDef channel) in ACMP_CapsenseChannelSet() 286 void ACMP_Disable(ACMP_TypeDef *acmp) in ACMP_Disable() 315 void ACMP_Enable(ACMP_TypeDef *acmp) in ACMP_Enable() 344 void ACMP_ExternalInputSelect(ACMP_TypeDef *acmp, ACMP_ExternalInput_Typedef aport) in ACMP_ExternalInputSelect() 367 void ACMP_Reset(ACMP_TypeDef *acmp) in ACMP_Reset() 422 void ACMP_GPIOSetup(ACMP_TypeDef *acmp, GPIO_Port_TypeDef port, in ACMP_GPIOSetup() 462 void ACMP_GPIOSetup(ACMP_TypeDef *acmp, uint32_t location, bool enable, bool invert) in ACMP_GPIOSetup() [all …]
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/inc/ |
| D | em_acmp.h | 993 __STATIC_INLINE void ACMP_IntClear(ACMP_TypeDef *acmp, uint32_t flags) in ACMP_IntClear() 1014 __STATIC_INLINE void ACMP_IntDisable(ACMP_TypeDef *acmp, uint32_t flags) in ACMP_IntDisable() 1036 __STATIC_INLINE void ACMP_IntEnable(ACMP_TypeDef *acmp, uint32_t flags) in ACMP_IntEnable() 1060 __STATIC_INLINE uint32_t ACMP_IntGet(ACMP_TypeDef *acmp) in ACMP_IntGet() 1084 __STATIC_INLINE uint32_t ACMP_IntGetEnabled(ACMP_TypeDef *acmp) in ACMP_IntGetEnabled() 1108 __STATIC_INLINE void ACMP_IntSet(ACMP_TypeDef *acmp, uint32_t flags) in ACMP_IntSet() 1149 __STATIC_INLINE bool ACMP_OutputGet(ACMP_TypeDef *acmp) in ACMP_OutputGet()
|
| /hal_silabs-latest/gecko/emlib/inc/ |
| D | em_acmp.h | 989 __STATIC_INLINE void ACMP_IntClear(ACMP_TypeDef *acmp, uint32_t flags) in ACMP_IntClear() 1010 __STATIC_INLINE void ACMP_IntDisable(ACMP_TypeDef *acmp, uint32_t flags) in ACMP_IntDisable() 1032 __STATIC_INLINE void ACMP_IntEnable(ACMP_TypeDef *acmp, uint32_t flags) in ACMP_IntEnable() 1056 __STATIC_INLINE uint32_t ACMP_IntGet(ACMP_TypeDef *acmp) in ACMP_IntGet() 1080 __STATIC_INLINE uint32_t ACMP_IntGetEnabled(ACMP_TypeDef *acmp) in ACMP_IntGetEnabled() 1104 __STATIC_INLINE void ACMP_IntSet(ACMP_TypeDef *acmp, uint32_t flags) in ACMP_IntSet()
|