16 lines
539 B
Plaintext
16 lines
539 B
Plaintext
% var module = system.modules['/driverlib/analog.js'];
|
|
%if (module != null)
|
|
%{
|
|
//*****************************************************************************
|
|
//
|
|
// Analog PinMux Configurations
|
|
//
|
|
//*****************************************************************************
|
|
% for(var i = 0; i < module.$instances.length; i++) {
|
|
% var instance = module.$instances[i];
|
|
% let analog = instance.analog;
|
|
% let solution = analog.$solution;
|
|
%let peripheral = system.deviceData.peripherals[solution.peripheralName];
|
|
% }
|
|
%}
|
|
% |