Home
last modified time | relevance | path

Searched refs:TPM_StartTimer (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/components/pwm/
Dfsl_adapter_pwm_tpm.c105 TPM_StartTimer(s_tpmBase[halPwmState->instance], kTPM_SystemClock); in HAL_PwmSetupPwm()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/timer/
Dfsl_adapter_tpm.c171 TPM_StartTimer(s_TPMBase[HAL_TimerGetInstance(halTimerHandle)], kTPM_SystemClock); in HAL_TimerEnable()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/tpm/
Dfsl_tpm.h859 static inline void TPM_StartTimer(TPM_Type *base, tpm_clock_source_t clockSource) in TPM_StartTimer() function