forked from ErichStyger/mcuoneclipse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSPI.int
50 lines (50 loc) · 1.75 KB
/
SPI.int
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<Interface>
<Name>SPI</Name>
<Description>Interface to the SPI hardware</Description>
<Author>Erich Styger</Author>
<Version>01.012</Version>
<FileVersion>2</FileVersion>
<MethodList>
<Method>
<TMthdItem>
<Name>Init</Name>
<Symbol>Init</Symbol>
<TypeSpec>typeMethod</TypeSpec>
<Hint>This method initializes registers of the SPI module according to this Peripheral Initialization Bean settings. Call this method in user code to initialize the module. By default, the method is called by PE automatically; see "Call Init method" property of the bean for more details. </Hint>
<ItemLevel>BASIC</ItemLevel>
<ReadOnly>true</ReadOnly>
<EditLine>false</EditLine>
<TypeSpecNameChangeAble>false</TypeSpecNameChangeAble>
<DefaultIndex>0</DefaultIndex>
<TextValueIndex>true</TextValueIndex>
<RuntimeProperty>false</RuntimeProperty>
<CanDelete>false</CanDelete>
<IconPopup>false</IconPopup>
<DefaultValue>true</DefaultValue>
<Popup>false</Popup>
<PublicMethod>true</PublicMethod>
<IsAssembler>false</IsAssembler>
<InDefinition>true</InDefinition>
<Mode>meiAlwReq_!Exist</Mode>
<ReturnType>void</ReturnType>
<RetHint/>
<ParamCount>0</ParamCount>
<Scope>PRIVATE</Scope>
<Declarations>
<ANSIC>void #M#_#C#(void)</ANSIC>
</Declarations>
</TMthdItem>
</Method>
</MethodList>
<EventList>
<EmptySection_DummyValue/>
</EventList>
<Registration>
<Template>Init_SPI_HCS08</Template>
<Template>Init_SPI_ColdFireV1</Template>
</Registration>
<UserTypes>
<EmptySection_DummyValue/>
</UserTypes>
</Interface>