Searched refs:AFE_Enable (Results 1 – 2 of 2) sorted by relevance
79 AFE_Enable(base, true); /* Enable the AFE after the initialization. */ in AFE_Init()91 AFE_Enable(base, false); /* Disable the AFE module. */ in AFE_Deinit()
279 static inline void AFE_Enable(AFE_Type *base, bool enable) in AFE_Enable() function