Files
esp-idf/components
michael 919dbdd170 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.
2020-02-21 22:39:11 +08:00
..
2019-09-27 10:24:39 +08:00
2020-02-20 19:11:45 +08:00
2019-08-21 18:55:32 +10:00
2018-10-20 12:07:24 +08:00
2020-02-13 14:20:30 +08:00