RTEMS 6.1-rc5
|
Shared PWMSS module functions used by PWM, eQEP and eCAP (when added). More...
Go to the source code of this file.
Enumerations | |
enum | BBB_PWMSS { BBB_PWMSS0 = 0 , BBB_PWMSS1 , BBB_PWMSS2 , BBB_PWMSS_COUNT } |
The set of possible PWM subsystem module. More... | |
Functions | |
rtems_status_code | pwmss_module_clk_config (BBB_PWMSS pwmss_id) |
This function configures the L3 and L4_PER system clocks. It also configures the system clocks for the specified ePWMSS instance. | |
Shared PWMSS module functions used by PWM, eQEP and eCAP (when added).
enum BBB_PWMSS |
The set of possible PWM subsystem module.
Enumerated type to define various instance of pwm module.
rtems_status_code pwmss_module_clk_config | ( | BBB_PWMSS | pwmss_id | ) |
This function configures the L3 and L4_PER system clocks. It also configures the system clocks for the specified ePWMSS instance.
pwmss_id | The instance number of ePWMSS whose system clocks have to be configured. |
'pwmss_id' can take one of the following values: (0 <= pwmss_id <= 2)