Searched refs:ACMP_Type (Results 1 – 16 of 16) sorted by relevance
| /bsp/nv32f100x/lib/inc/ |
| A D | acmp.h | 236 __STATIC_INLINE void ACMP_Enable(ACMP_Type *pACMPx) in ACMP_Enable() 254 __STATIC_INLINE void ACMP_Disable(ACMP_Type *pACMPx) in ACMP_Disable() 290 __STATIC_INLINE void ACMP_EnablePinOut(ACMP_Type *pACMPx) in ACMP_EnablePinOut() 308 __STATIC_INLINE void ACMP_DisablePinOut(ACMP_Type *pACMPx) in ACMP_DisablePinOut() 344 __STATIC_INLINE void ACMP_EnableInterrupt(ACMP_Type *pACMPx) in ACMP_EnableInterrupt() 380 __STATIC_INLINE uint8_t ACMP_GetFlag(ACMP_Type *pACMPx) in ACMP_GetFlag() 398 __STATIC_INLINE void ACMP_ClrFlag(ACMP_Type *pACMPx) in ACMP_ClrFlag() 456 __STATIC_INLINE void ACMP_DacEnable(ACMP_Type *pACMPx) in ACMP_DacEnable() 474 __STATIC_INLINE void ACMP_DacDisable(ACMP_Type *pACMPx) in ACMP_DacDisable() 557 void ACMP_Init(ACMP_Type *pACMPx, ACMP_ConfigType *pConfig); [all …]
|
| A D | NV32.h | 141 } ACMP_Type; typedef 197 #define ACMP0 ((ACMP_Type *)ACMP0_BASE) 201 #define ACMP1 ((ACMP_Type *)ACMP1_BASE)
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_acmp_drv.h | 93 static inline void acmp_channel_config_dac(ACMP_Type *ptr, uint8_t ch, uint32_t value) in acmp_channel_config_dac() 107 static inline void acmp_channel_clear_status(ACMP_Type *ptr, uint8_t ch, uint32_t mask) in acmp_channel_clear_status() 119 static inline uint32_t acmp_channel_get_status(ACMP_Type *ptr, uint8_t ch) in acmp_channel_get_status() 136 static inline void acmp_channel_dma_request_enable(ACMP_Type *ptr, uint8_t ch, in acmp_channel_dma_request_enable() 155 static inline void acmp_channel_enable_irq(ACMP_Type *ptr, uint8_t ch, in acmp_channel_enable_irq() 171 static inline void acmp_channel_enable_dac(ACMP_Type *ptr, uint8_t ch, bool enable) in acmp_channel_enable_dac() 186 static inline void acmp_channel_enable_hpmode(ACMP_Type *ptr, uint8_t ch, bool enable) in acmp_channel_enable_hpmode() 199 static inline void acmp_channel_set_hyst(ACMP_Type *ptr, uint8_t ch, uint8_t level) in acmp_channel_set_hyst() 214 static inline void acmp_channel_enable_cmp(ACMP_Type *ptr, uint8_t ch, bool enable) in acmp_channel_enable_cmp() 302 static inline void acmp_channel_enable_sync(ACMP_Type *ptr, uint8_t ch, bool enable) in acmp_channel_enable_sync() [all …]
|
| /bsp/nv32f100x/lib/src/ |
| A D | acmp.c | 64 void ACMP_Init(ACMP_Type *pACMPx, ACMP_ConfigType *pConfig) in ACMP_Init() 102 void ACMP_ConfigDAC(ACMP_Type *pACMPx, ACMP_DACType *pDACConfig) in ACMP_ConfigDAC() 120 void ACMP_DeInit(ACMP_Type *pACMPx) in ACMP_DeInit() 160 void ACMP_SetCallback(ACMP_Type *pACMPx, ACMP_CallbackPtr pfnCallback) in ACMP_SetCallback()
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_acmp_drv.c | 10 hpm_stat_t acmp_channel_config(ACMP_Type *ptr, uint8_t ch, acmp_channel_config_t *config, bool enab… in acmp_channel_config() 32 void acmp_channel_get_default_config(ACMP_Type *ptr, acmp_channel_config_t *config) in acmp_channel_get_default_config()
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6E00/HPM6E80/ |
| A D | hpm_soc.h | 533 #define HPM_ACMP0 ((ACMP_Type *) HPM_ACMP0_BASE) 537 #define HPM_ACMP1 ((ACMP_Type *) HPM_ACMP1_BASE) 541 #define HPM_ACMP2 ((ACMP_Type *) HPM_ACMP2_BASE) 545 #define HPM_ACMP3 ((ACMP_Type *) HPM_ACMP3_BASE)
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM5300/HPM5301/ |
| A D | hpm_soc.h | 286 #define HPM_ACMP ((ACMP_Type *) HPM_ACMP_BASE)
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6700/ip/ |
| A D | hpm_acmp_regs.h | 22 } ACMP_Type; typedef
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6E00/ip/ |
| A D | hpm_acmp_regs.h | 22 } ACMP_Type; typedef
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6200/ip/ |
| A D | hpm_acmp_regs.h | 22 } ACMP_Type; typedef
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6300/ip/ |
| A D | hpm_acmp_regs.h | 22 } ACMP_Type; typedef
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM5300/ip/ |
| A D | hpm_acmp_regs.h | 22 } ACMP_Type; typedef
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM5300/HPM5361/ |
| A D | hpm_soc.h | 482 #define HPM_ACMP ((ACMP_Type *) HPM_ACMP_BASE)
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6300/HPM6360/ |
| A D | hpm_soc.h | 166 #define HPM_ACMP ((ACMP_Type *) HPM_ACMP_BASE)
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6200/HPM6280/ |
| A D | hpm_soc.h | 192 #define HPM_ACMP ((ACMP_Type *) HPM_ACMP_BASE)
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6700/HPM6750/ |
| A D | hpm_soc.h | 226 #define HPM_ACMP ((ACMP_Type *) HPM_ACMP_BASE)
|
Completed in 44 milliseconds