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

Function LETIMER_IntClear

bsp/efm32/Libraries/emlib/inc/em_letimer.h:169–172  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

167 * (LETIMER_IF_nnn).
168 ******************************************************************************/
169__STATIC_INLINE void LETIMER_IntClear(LETIMER_TypeDef *letimer, uint32_t flags)
170{
171 letimer->IFC = flags;
172}
173
174
175/***************************************************************************//**

Callers 1

SysTick_ConfigurationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected