We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6f1dd commit c34856bCopy full SHA for c34856b
hwconf/drv8323s.h
@@ -35,6 +35,10 @@ void drv8323s_write_reg(int reg, int data);
35
36
#define HW_RESET_DRV_FAULTS() drv8323s_reset_faults()
37
38
+#ifndef MCCONF_M_DRV8301_OC_MODE
39
+#define MCCONF_M_DRV8301_OC_MODE DRV8301_OC_LATCH_SHUTDOWN // DRV8301 over current protection mode
40
+#endif
41
+
42
// Defines
43
#define DRV8323S_FAULT_FET_LC_OC (1 << 0)
44
#define DRV8323S_FAULT_FET_HC_OC (1 << 1)
0 commit comments