Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/ftm/
Dfsl_ftm.c74 uint32_t FTM_GetInstance(FTM_Type *base) in FTM_GetInstance() function
256 (void)CLOCK_EnableClock(s_ftmClocks[FTM_GetInstance(base)]); in FTM_Init()
260 RESET_ReleasePeripheralReset(s_ftmResets[FTM_GetInstance(base)]); in FTM_Init()
350 (void)CLOCK_DisableClock(s_ftmClocks[FTM_GetInstance(base)]); in FTM_Deinit()
Dfsl_ftm.h645 uint32_t FTM_GetInstance(FTM_Type *base);