used sdk : 5.4.7mcu : stm32f446redual motorIn function R3_2_CurrentReadingCalibration has below code: pHandle->PhaseAOffset >>= 3; pHandle->PhaseBOffset >>= 3; pHandle->PhaseCOffset >>= 3;But NB_CONVERSIONS is defined 16u, So is it true the right cod...