Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/pwm/
Dfsl_pwm.c29 #define PWM_RESETS_ARRAY PWM_RSTS macro
31 #define PWM_RESETS_ARRAY FLEXPWM_RSTS macro
33 #define PWM_RESETS_ARRAY FLEXPWM_RSTS_N macro
47 #if defined(PWM_RESETS_ARRAY)
49 static const reset_ip_name_t s_pwmResets[] = PWM_RESETS_ARRAY;
289 #if defined(PWM_RESETS_ARRAY) in PWM_Init()