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

Function RTC_IntClear

bsp/efm32/Libraries/emlib/inc/em_rtc.h:106–109  ·  view source on GitHub ↗

/ * @brief * Clear one or more pending RTC interrupts. * * @param[in] flags * RTC interrupt sources to clear. Use a set of interrupt flags OR-ed * together to clear multiple interrupt sources for the RTC module * (RTC_IFS_nnn). ******************************************************************************/

Source from the content-addressed store, hash-verified

104 * (RTC_IFS_nnn).
105 ******************************************************************************/
106__STATIC_INLINE void RTC_IntClear(uint32_t flags)
107{
108 RTC->IFC = flags;
109}
110
111
112/***************************************************************************//**

Callers 1

rt_hw_rtc_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected