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

Function ACMP_Enable

bsp/efm32/Libraries/emlib/src/em_acmp.c:169–172  ·  view source on GitHub ↗

/ * @brief * Enables the ACMP. * * @param[in] acmp * Pointer to ACMP peripheral register block. ******************************************************************************/

Source from the content-addressed store, hash-verified

167 * Pointer to ACMP peripheral register block.
168 ******************************************************************************/
169void ACMP_Enable(ACMP_TypeDef *acmp)
170{
171 acmp->CTRL |= ACMP_CTRL_EN;
172}
173
174/***************************************************************************//**
175 * @brief

Callers 1

rt_acmp_controlFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected