Home
last modified time | relevance | path

Searched refs:acmp (Results 1 – 6 of 6) sorted by relevance

/bsp/efm32/
A Ddrv_acmp.c62 struct efm32_acmp_device_t *acmp; in rt_acmp_init() local
66 acmp->hook.cbFunc = RT_NULL; in rt_acmp_init()
67 acmp->hook.userPtr = RT_NULL; in rt_acmp_init()
99 struct efm32_acmp_device_t *acmp; in rt_acmp_control() local
201 struct efm32_acmp_device_t *acmp) in rt_hw_acmp_register() argument
214 device->user_data = acmp; in rt_hw_acmp_register()
238 (acmp->hook.cbFunc)(acmp->hook.userPtr); in rt_hw_acmp_isr()
271 if (acmp == RT_NULL) in rt_hw_acmp_unit_init()
311 return acmp; in rt_hw_acmp_unit_init()
314 if (acmp) in rt_hw_acmp_unit_init()
[all …]
/bsp/efm32/Libraries/emlib/src/
A Dem_acmp.c96 EFM_ASSERT(ACMP_REF_VALID(acmp)); in ACMP_CapsenseInit()
121 BITBAND_Peripheral(&(acmp->CTRL), in ACMP_CapsenseInit()
159 acmp->CTRL &= ~ACMP_CTRL_EN; in ACMP_Disable()
169 void ACMP_Enable(ACMP_TypeDef *acmp) in ACMP_Enable() argument
171 acmp->CTRL |= ACMP_CTRL_EN; in ACMP_Enable()
185 void ACMP_Reset(ACMP_TypeDef *acmp) in ACMP_Reset() argument
188 EFM_ASSERT(ACMP_REF_VALID(acmp)); in ACMP_Reset()
193 acmp->IFC = _ACMP_IF_MASK; in ACMP_Reset()
250 acmp->INPUTSEL = (acmp->INPUTSEL & ~(_ACMP_INPUTSEL_POSSEL_MASK | in ACMP_ChannelSet()
270 EFM_ASSERT(ACMP_REF_VALID(acmp)); in ACMP_Init()
[all …]
/bsp/efm32/Libraries/emlib/inc/
A Dem_acmp.h263 void ACMP_Disable(ACMP_TypeDef *acmp);
264 void ACMP_Enable(ACMP_TypeDef *acmp);
267 void ACMP_Reset(ACMP_TypeDef *acmp);
282 acmp->IFC = flags; in ACMP_IntClear()
299 acmp->IEN &= ~(flags); in ACMP_IntDisable()
321 acmp->IEN |= flags; in ACMP_IntEnable()
339 __STATIC_INLINE uint32_t ACMP_IntGet(ACMP_TypeDef *acmp) in ACMP_IntGet() argument
341 return(acmp->IF); in ACMP_IntGet()
370 tmp = acmp->IEN; in ACMP_IntGetEnabled()
373 return acmp->IF & tmp; in ACMP_IntGetEnabled()
[all …]
/bsp/rm48x50/HALCoGen/include/
A Dstd_nhet.h68 ACMP_FIELDS acmp ; member
1280 ACMP_FIELDS acmp ; member
/bsp/hpmicro/libraries/hpm_sdk/
A DCHANGELOG.md558 - samples: drivers: acmp: optimization for comparing input voltage
779 - doc: boards: hpm6300evk: fix acmp pin info.
829 - samples: drivers: acmp: fix one toggle value but multi toggle pulses
1010 - soc: HPM6750: acmp: add ACMP section
1054 - samples: drivers: fix acmp toggle error
/bsp/nxp/lpc/lpc824/
A Dproject.ewp2141 <name>$PROJ_DIR$\Libraries\peri_driver\acmp\acmp_8xx.c</name>

Completed in 31 milliseconds