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

Function ACMP_Disable

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

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

Source from the content-addressed store, hash-verified

155 * Pointer to ACMP peripheral register block.
156 ******************************************************************************/
157void ACMP_Disable(ACMP_TypeDef *acmp)
158{
159 acmp->CTRL &= ~ACMP_CTRL_EN;
160}
161
162/***************************************************************************//**
163 * @brief

Callers 1

rt_acmp_controlFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected