Internal prescaler - Internal prescaler value.
This item is valid only if the prescaler above is selected internal peripheral (such as for example timer) and this peripheral allows additional settings. This HW feature is supported only for several CPU architectures.
Internal compare - Internal compare prescaler value.
This item is valid only if the prescaler above is selected internal peripheral (such as for example timer) and this peripheral allows additional settings. This HW feature is supported only for several CPU architectures.
Period - Period of the output signal. It is necessary to enter both a value and a unit (see Timing Setting Syntax). The setting can be made with the help of the Timing dialog box that opens when clicking on the button (...).
Starting pulse width - Starting pulse width. It specifies the length of time that the output signal spends in the active level during the output cycle. The active level is defined in the Initial polarity. It is necessary to specify both a value and a unit (see Timing Setting Syntax). The setting can be made with the help of the Timing dialog box that opens when clicking on the button (...).
Aligned - The PWM timer provides the choice of two types of outputs, Left Aligned or Center-aligned outputs. Note: If align mode is switched to Center-align mode then real lengths of Period and Starting pulse width signals will be a double of what is being displayed in the Bean Inspector.
Initial polarity - Initial polarity of the output signal: "O" = "Low", "1" = "High". It is possible to change it at runtime using methods: ClrValue and SetValue .
Same period in modes - Period is exactly the same in all speed modes (high, low, slow). If you select 'Yes' the timing will be kept with a tolerance of one tick. If you select 'No' timing will be kept with setting precision only.
Bean uses entire timer - The bean can use every subsystem of the timer, more actions may be done by HW instead of SW but no other bean can share the timer.
Initialization - Initial settings (after power-on or reset).
Enabled in init. code - The bean is enabled after a power-on or reset (in initialization code).
CPU clock/speed selection - Settings for the CPU speed modes: identifies whether the bean is supported or not.
For details about speed modes please refer to page Speed Modes Support.
High speed mode - The bean is enabled/disabled in high-speed mode.
Low speed mode - The bean is enabled/disabled in low-speed mode.
Slow speed mode - The bean is enabled/disabled in slow speed mode.
The following items are visible only if integration of Processor Expert with Simulink supported.
Period - Period of the output signal. It is necessary to enter both a value and a unit (see Timing Setting Syntax). The setting can be made with the help of the Timing dialog box that opens when clicking on the button (...).
Initial polarity - Initial polarity of the output signal: "O" = "Low", "1" = "High". It is possible to change it at runtime using methods: ClrValue and SetValue .