Files
esp-idf/components
michael 1fb2fd89de mcpwm: fix the fault handling and capture issues
1. The fault signal 3 for unit 2 is corrected to the right value

2. Now `mcpwm_fault_set_oneshot_mode` will clear the status before, no
need to reset the peripheral.

3. The capture feature relies on the prescaler, but it's only
initialized in the mcpwm_init funciton, which is used to initialize a
PWM channel. This means, the capture may not work correctly if no PWM
channel is enabled.

   Now the prescaler is also updated when `mcpwm_capture_enable` is
called.
2019-11-25 00:36:30 +08:00
..
2019-10-09 16:46:46 +08:00
2019-11-20 11:17:27 +01:00
2019-10-30 15:43:40 +08:00
2019-11-20 11:17:27 +01:00
2019-11-13 15:24:01 +03:00
2019-08-14 10:03:27 +10:00
2019-11-20 11:17:27 +01:00
2019-11-20 11:17:27 +01:00
2019-11-20 11:17:27 +01:00
2019-11-22 09:03:23 +03:00
2019-11-20 11:17:27 +01:00