Home
last modified time | relevance | path

Searched refs:FTM_Init (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/pwm/
Dfsl_adapter_pwm_ftm.c52 if (kStatus_Fail == FTM_Init(s_ftmBase[instance], &ftmInfo)) in HAL_PwmInit()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/timer/
Dfsl_adapter_ftm.c99 (void)FTM_Init(FTMBaseAddr, &ftmInfo); in HAL_TimerInit()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ftm/
Dfsl_ftm.h398 status_t FTM_Init(FTM_Type *base, const ftm_config_t *config);
Dfsl_ftm.c235 status_t FTM_Init(FTM_Type *base, const ftm_config_t *config) in FTM_Init() function