=============================================================================
List of generated methods in project: oscillateur

THIS TEXT DESCRIPTION IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
=============================================================================

Module "Bip"       (bean TimerOut)
   - Bip_Enable -Enables the bean - starts the signal generation. Events may be generated ("DisableEvent"/"EnableEvent").
   - Bip_Disable -Disables the timer - it stops signal generation and events calling. When the timer is disabled, it is 
                possible to call methods "ClrValue" and "SetValue".

Module "Bouton"    (bean ExtInt)
   - Bouton_GetVal -Returns the actual value of the input pin of the bean.

Module "Led"       (bean BitIO)
   - Led_GetVal -Returns the value of the Input/Output bean. If the direction is [input] then the input value of the pin is 
                read and returned. If the direction is [output] then the last written value is returned.
   - Led_PutVal -Specified value is passed to the Input/Output bean. If the 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 
                the direction is [output] it writes the value to the pin. (Method is available only if the direction = 
                _[output]_ or _[input/output]_).
   - Led_ClrVal -Clears (set to zero) the Input/Output bean. It is the same as [PutVal(FALSE)]. (Method is available only if 
                the direction = _[output]_ or _[input/output]_).
   - Led_SetVal -Sets (to one) the Input/Output bean. It is the same as [PutVal(TRUE)]. (Method is available only if the 
                direction = _[output]_ or _[input/output]_).

Module "Cpu"       (bean MC68HC908QT1)
   - Cpu_GetSpeedMode -Get current speed mode
   - Cpu_EnableInt -Enable maskable interrupts
   - Cpu_DisableInt -Disable maskable interrupts

===================================================================================
