]> git.sur5r.net Git - freertos/blob - Demo/HCS12_CodeWarrior_banked/DOC/RTOSDemo.txt
Add Full build configuration to the Kinetis demo. Still a work in progress.
[freertos] / Demo / HCS12_CodeWarrior_banked / DOC / RTOSDemo.txt
1 =============================================================================\r
2 List of methods in project: RTOSDemo\r
3 \r
4 THIS TEXT DESCRIPTION IS GENERATED BY THE TOOL. DO NOT MODIFY IT.\r
5 =============================================================================\r
6 \r
7 Module "TickTimer" (bean TimerInt)\r
8    TickTimer_Enable -Enable the bean - it starts the timer. Events may be generated ("DisableEvent"/"EnableEvent").\r
9    TickTimer_SetPeriodTicks16 -This method sets the new period of the generated events. The period is expressed in CPU [ticks] \r
10                 as a 16-bit unsigned integer number. This method is available only if runtime setting type 'from interval' is \r
11                 selected in the <Timing dialog box> in Runtime setting area.\r
12    TickTimer_SetPeriodTicks32 -This method sets the new period of the generated events. The period is expressed in CPU [ticks] \r
13                 as a 32-bit unsigned integer number. This method is available only if runtime setting type 'from interval' is \r
14                 selected in the <Timing dialog box> in Runtime setting area.\r
15    TickTimer_SetPeriodUS -This method sets the new period of the generated events. The period is expressed in [microseconds] as \r
16                 a 16-bit unsigned integer number. This method is available only if runtime setting type 'from interval' is \r
17                 selected in the <Timing dialog box> in Runtime setting area.\r
18    TickTimer_SetPeriodMS -This method sets the new period of the generated events. The period is expressed in [miliseconds] as \r
19                 a 16-bit unsigned integer number. This method is available only if runtime setting type 'from interval' is \r
20                 selected in the <Timing dialog box> in Runtime setting area.\r
21    TickTimer_SetFreqHz -This method sets the new frequency of the generated events. The frequency is expressed in [Hz] as a \r
22                 16-bit unsigned integer number. This method is available only if runtime setting type 'from interval' is \r
23                 selected in the <Timing dialog box> in Runtime setting area.\r
24 \r
25 Module "Byte1"     (bean ByteIO)\r
26    Byte1_PutBit -Put the specified value to the specified bit/pin of the Input/Output bean. If direction is [input] saves the \r
27                 value to a memory or a register, this value will be written to the pin after switching to the output mode - \r
28                 using [SetDir(TRUE)]. If direction is [output] writes the value to the pin.\r
29    Byte1_NegBit -Negate (invert) the specified bit of the Input/Output bean. It is the same as [PutBit(Bit,!GetBit(Bit))].\r
30 \r
31 Module "COM0"      (bean AsynchroSerial)\r
32    COM0_SetBaudRateMode -This method changes the channel communication speed (baud rate). This method can be used only if you \r
33                 specify a list of possible period settings at design time (see <Timing dialog box> - Runtime setting - from a \r
34                 list of values). Each of these settings constitutes a mode and Processor Expert^[TM] assigns them a mode \r
35                 identifier. The prescaler and compare values corresponding to each mode are calculated at design time. You may \r
36                 switch modes at runtime by referring only to a mode identifier. No run-time calculations are performed, all the \r
37                 calculations are performed at design time.\r
38 \r
39 Module "Cpu"       (bean MC9S12DP256_112)\r
40    Cpu_EnableInt -Enable maskable interrupts\r
41    Cpu_DisableInt -Disable maskable interrupts\r
42 \r
43 =============================================================================\r