mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Add FreeRTOS-Plus directory.
This commit is contained in:
parent
7bd5f21ad5
commit
f508a5f653
6798 changed files with 134949 additions and 19 deletions
23
FreeRTOS/Demo/HCS12_CodeWarrior_banked/DOC/RTOSDemo.sig
Normal file
23
FreeRTOS/Demo/HCS12_CodeWarrior_banked/DOC/RTOSDemo.sig
Normal file
|
@ -0,0 +1,23 @@
|
|||
=================================================================
|
||||
This file was generated from Processor Expert 03.33
|
||||
project "RTOSDemo", 19/06/2005, 15:54
|
||||
-----------------------------------------------------------------
|
||||
There is no signal defined in this project.
|
||||
Hint: Signals may be defined in the Bean Inspector (advanced or expert view)
|
||||
=================================================================
|
||||
|
||||
=================================================================
|
||||
SIGNAL LIST
|
||||
-----------------------------------------------------------------
|
||||
SIGNAL NAME => PIN NAME
|
||||
-----------------------------------------------------------------
|
||||
=================================================================
|
||||
|
||||
|
||||
=================================================================
|
||||
PIN LIST
|
||||
-----------------------------------------------------------------
|
||||
PIN NAME => SIGNAL NAME
|
||||
-----------------------------------------------------------------
|
||||
=================================================================
|
||||
|
43
FreeRTOS/Demo/HCS12_CodeWarrior_banked/DOC/RTOSDemo.txt
Normal file
43
FreeRTOS/Demo/HCS12_CodeWarrior_banked/DOC/RTOSDemo.txt
Normal file
|
@ -0,0 +1,43 @@
|
|||
=============================================================================
|
||||
List of methods in project: RTOSDemo
|
||||
|
||||
THIS TEXT DESCRIPTION IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
|
||||
=============================================================================
|
||||
|
||||
Module "TickTimer" (bean TimerInt)
|
||||
TickTimer_Enable -Enable the bean - it starts the timer. Events may be generated ("DisableEvent"/"EnableEvent").
|
||||
TickTimer_SetPeriodTicks16 -This method sets the new period of the generated events. The period is expressed in CPU [ticks]
|
||||
as a 16-bit unsigned integer number. This method is available only if runtime setting type 'from interval' is
|
||||
selected in the <Timing dialog box> in Runtime setting area.
|
||||
TickTimer_SetPeriodTicks32 -This method sets the new period of the generated events. The period is expressed in CPU [ticks]
|
||||
as a 32-bit unsigned integer number. This method is available only if runtime setting type 'from interval' is
|
||||
selected in the <Timing dialog box> in Runtime setting area.
|
||||
TickTimer_SetPeriodUS -This method sets the new period of the generated events. The period is expressed in [microseconds] as
|
||||
a 16-bit unsigned integer number. This method is available only if runtime setting type 'from interval' is
|
||||
selected in the <Timing dialog box> in Runtime setting area.
|
||||
TickTimer_SetPeriodMS -This method sets the new period of the generated events. The period is expressed in [miliseconds] as
|
||||
a 16-bit unsigned integer number. This method is available only if runtime setting type 'from interval' is
|
||||
selected in the <Timing dialog box> in Runtime setting area.
|
||||
TickTimer_SetFreqHz -This method sets the new frequency of the generated events. The frequency is expressed in [Hz] as a
|
||||
16-bit unsigned integer number. This method is available only if runtime setting type 'from interval' is
|
||||
selected in the <Timing dialog box> in Runtime setting area.
|
||||
|
||||
Module "Byte1" (bean ByteIO)
|
||||
Byte1_PutBit -Put the specified value to the specified bit/pin of the Input/Output bean. If direction is [input] saves the
|
||||
value to a memory or a register, this value will be written to the pin after switching to the output mode -
|
||||
using [SetDir(TRUE)]. If direction is [output] writes the value to the pin.
|
||||
Byte1_NegBit -Negate (invert) the specified bit of the Input/Output bean. It is the same as [PutBit(Bit,!GetBit(Bit))].
|
||||
|
||||
Module "COM0" (bean AsynchroSerial)
|
||||
COM0_SetBaudRateMode -This method changes the channel communication speed (baud rate). This method can be used only if you
|
||||
specify a list of possible period settings at design time (see <Timing dialog box> - Runtime setting - from a
|
||||
list of values). Each of these settings constitutes a mode and Processor Expert^[TM] assigns them a mode
|
||||
identifier. The prescaler and compare values corresponding to each mode are calculated at design time. You may
|
||||
switch modes at runtime by referring only to a mode identifier. No run-time calculations are performed, all the
|
||||
calculations are performed at design time.
|
||||
|
||||
Module "Cpu" (bean MC9S12DP256_112)
|
||||
Cpu_EnableInt -Enable maskable interrupts
|
||||
Cpu_DisableInt -Disable maskable interrupts
|
||||
|
||||
=============================================================================
|
Loading…
Add table
Add a link
Reference in a new issue