Home
last modified time | relevance | path

Searched refs:AFE_Enable (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/afe/
Dfsl_afe.c79 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()
Dfsl_afe.h279 static inline void AFE_Enable(AFE_Type *base, bool enable) in AFE_Enable() function