Init registeration of ADC and DAC
The default initialization of ADC_
and DAC_
creates platform supported analog parts and drivers. This might be useful when customized ADC/DAC drivers need to be initialized together with built-in drivers. In order to achieve this, an static void Init(void)
function should be registered before platform.Initialize
call.
由 Victor Chen 编辑于