Files
TI_C2000_F28377S_FreeRTOS/C2000Ware/driverlib/.meta/other/other.board.c.xdt
T
2026-08-30 23:04:35 -07:00

22 lines
760 B
Plaintext

% var module = system.modules['/driverlib/other.js'];
% let Common = system.getScript("/driverlib/Common.js");
% var nameOfModule = "other";
% var nameOfPeripheral = module.peripheralName;
//*****************************************************************************
//
// OTHER Configurations
//
//*****************************************************************************
void `nameOfPeripheral`_init(){
%if (module != null)
%{
% for(var i = 0; i < module.$instances.length; i++) {
% var instance = module.$instances[i];
//`instance.$name` initialization
% let instancePinmux = instance[nameOfModule];
% let solution = instancePinmux.$solution;
% let peripheral = system.deviceData.peripherals[solution.peripheralName];
%}
%}
}