You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s32: drivers: s32k148: patch ADC for compatibility with MCUX
In order to reuse existing device header with MCUX SDK ADC driver,
it is needed to rename these fields:
- CV[ADC_CV_COUNT] -> CV1,CV2
- ASC1X,SC1[ADC_SC1ZZ_COUNT] -> SC1[ADC_SC1_COUNT]
- ARX,R[ADC_RZZ_COUNT] -> R[ADC_R_COUNT]
Signed-off-by: Marcin Wierzbicki <[email protected]>
0 commit comments