=============================================================================
List of generated methods in project: J11_12G96_01_23
THIS TEXT DESCRIPTION IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
=============================================================================
Module "CR_TX" (bean BitIO)
- CR_TX_GetDir -Returns the selected direction.
- CR_TX_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). This method cannot be disabled if direction is [input].
- CR_TX_PutVal -The specified output value is set. If the direction is [input], the component 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]_).
- CR_TX_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]_.
- CR_TX_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 "ML_TX" (bean BitIO)
- ML_TX_GetDir -Returns the selected direction.
- ML_TX_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). This method cannot be disabled if direction is [input].
- ML_TX_PutVal -The specified output value is set. If the direction is [input], the component 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]_).
- ML_TX_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]_.
- ML_TX_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 "MR_TX" (bean BitIO)
- MR_TX_GetDir -Returns the selected direction.
- MR_TX_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). This method cannot be disabled if direction is [input].
- MR_TX_PutVal -The specified output value is set. If the direction is [input], the component 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]_).
- MR_TX_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]_.
- MR_TX_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 "CL_TX" (bean BitIO)
- CL_TX_GetDir -Returns the selected direction.
- CL_TX_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). This method cannot be disabled if direction is [input].
- CL_TX_PutVal -The specified output value is set. If the direction is [input], the component 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]_).
- CL_TX_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]_.
- CL_TX_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 "ML_Capture" (bean Capture)
- ML_Capture_Enable -This method enables the component - it starts the capture. Events may be generated
(<DisableEvent>/<EnableEvent>).
- ML_Capture_Disable -This method disables the component - it stops the capture. No events will be generated.
- ML_Capture_Reset -This method resets the counter register (see implementation note in <General Info>).
- ML_Capture_GetCaptureValue -This method gets the last value captured by enabled timer (see implementation note in <General
Info>). The method does not return valid value after initialization or after <Reset> until new capture event
(even if the returned Error code is ERR_OK).
Module "CL_Capture" (bean Capture)
- CL_Capture_Enable -This method enables the component - it starts the capture. Events may be generated
(<DisableEvent>/<EnableEvent>).
- CL_Capture_Disable -This method disables the component - it stops the capture. No events will be generated.
- CL_Capture_Reset -This method resets the counter register (see implementation note in <General Info>).
- CL_Capture_GetCaptureValue -This method gets the last value captured by enabled timer (see implementation note in <General
Info>). The method does not return valid value after initialization or after <Reset> until new capture event
(even if the returned Error code is ERR_OK).
Module "MR_Capture" (bean Capture)
- MR_Capture_Enable -This method enables the component - it starts the capture. Events may be generated
(<DisableEvent>/<EnableEvent>).
- MR_Capture_Disable -This method disables the component - it stops the capture. No events will be generated.
- MR_Capture_Reset -This method resets the counter register (see implementation note in <General Info>).
- MR_Capture_GetCaptureValue -This method gets the last value captured by enabled timer (see implementation note in <General
Info>). The method does not return valid value after initialization or after <Reset> until new capture event
(even if the returned Error code is ERR_OK).
Module "CR_Capture" (bean Capture)
- CR_Capture_Enable -This method enables the component - it starts the capture. Events may be generated
(<DisableEvent>/<EnableEvent>).
- CR_Capture_Disable -This method disables the component - it stops the capture. No events will be generated.
- CR_Capture_Reset -