⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 le4.txt

📁 freescale mc9rs08le4 C code with 3,5 digits lcd
💻 TXT
字号:
=============================================================================
List of generated methods in project: le4

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

Module "LCD1"      (bean Init_LCD_RS08)
   - LCD1_Init -This method initializes registers of the LCD module according to this Peripheral Initialization Bean settings. 
                Call this method in the 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.

Module "AD1"       (bean ADC)
   - AD1_Measure -This method performs one measurement on all channels that are set in the bean inspector. (Note: If the 
                <number of conversions> is more than one the conversion of A/D channels is performed specified number of times.)
   - AD1_GetValue -Returns the last measured values for all channels. Format and width of the value is a native format of the 
                A/D converter.

Module "SENSOR"    (bean BitIO)
   - SENSOR_GetVal -Returns the input/output value. 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 (see <Safe mode> property for 
                limitations).
   - SENSOR_PutVal -The specified output value is set. If the direction is [input], the bean saves the value to a memory or a 
                register and this value will be written to the pin after switching to the output mode (using [SetDir(TRUE)]; 
                see <Safe mode> property for limitations). If the direction is [output], it writes the value to the pin. 
                (Method is available only if the direction = _[output]_ or _[input/output]_).
   - SENSOR_ClrVal -Clears (set to zero) the output value. It is equivalent to the [PutVal(FALSE)]. This method is available 
                only if the direction = _[output]_ or _[input/output]_.
   - SENSOR_SetVal -Sets (to one) the output value. It is equivalent to the [PutVal(TRUE)]. This method is available only if 
                the direction = _[output]_ or _[input/output]_.

Module "RTI1"      (bean Init_RTI_RS08)
   - RTI1_Init -This method initializes registers of the RTI module according to this Peripheral Initialization Bean settings. 
                Call this method in the 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.

Module "LEDS"      (bean BitIO)
   - LEDS_GetVal -Returns the input/output value. 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 (see <Safe mode> property for 
                limitations).
   - LEDS_PutVal -The specified output value is set. If the direction is [input], the bean saves the value to a memory or a 
                register and this value will be written to the pin after switching to the output mode (using [SetDir(TRUE)]; 
                see <Safe mode> property for limitations). If the direction is [output], it writes the value to the pin. 
                (Method is available only if the direction = _[output]_ or _[input/output]_).
   - LEDS_ClrVal -Clears (set to zero) the output value. It is equivalent to the [PutVal(FALSE)]. This method is available only 
                if the direction = _[output]_ or _[input/output]_.
   - LEDS_SetVal -Sets (to one) the output value. It is equivalent to the [PutVal(TRUE)]. This method is available only if the 
                direction = _[output]_ or _[input/output]_.
   - LEDS_NegVal -Negates (inverts) the output value. It is equivalent to the [PutVal(!GetVal())]. This method is available 
                only if the direction = _[output]_ or _[input/output]_.

Module "Cpu"       (bean MC9RS08LE4_28)
   - Cpu_SetWaitMode -Sets the low power mode - Wait mode.  For more information about the wait mode, see the documentation of 
                this CPU.  Release from the Wait mode: Reset or interrupt
   - Cpu_GetLowVoltageFlag -This method returns the flag of the Low Voltage Detect device. The flag is set when the low-voltage 
                error is detected. This method can be enabled only if LVD module is enabled (property <LVD module> is set to 
                'Enabled' value) and LVD reset is disabled (property <LVD operation> is not set to 'Reset' value).
   - Cpu_ClearLowVoltageFlag -This method clears the low voltage detect flag. This method can be enabled only if LVD module is 
                enabled (property <LVD module> is set to 'Enabled' value) and LVD reset is disabled (property <LVD operation> 
                is not set to 'Reset' value).
   - Cpu_Delay100US -This method realizes software delay. The length of delay is at least 100 microsecond multiply input 
                parameter [us100]. As the delay implementation is not based on real clock, the delay time may be increased by 
                interrupt service routines processed during the delay. The method is independent on selected speed mode.

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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -