MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / ACMP_IntClear

Function ACMP_IntClear

bsp/efm32/Libraries/emlib/inc/em_acmp.h:280–283  ·  view source on GitHub ↗

/ * @brief * Clear one or more pending ACMP interrupts. * * @param[in] acmp * Pointer to ACMP peripheral register block. * * @param[in] flags * Pending ACMP interrupt source to clear. Use a bitwise logic OR combination * of valid interrupt flags for the ACMP module (ACMP_IF_nnn). ******************************************************************************/

Source from the content-addressed store, hash-verified

278 * of valid interrupt flags for the ACMP module (ACMP_IF_nnn).
279 ******************************************************************************/
280__STATIC_INLINE void ACMP_IntClear(ACMP_TypeDef *acmp, uint32_t flags)
281{
282 acmp->IFC = flags;
283}
284
285
286/***************************************************************************//**

Callers 1

rt_acmp_controlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected