We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec8891 commit cf43d8dCopy full SHA for cf43d8d
zephyr/ra/ra_cfg/fsp_cfg/r_canfd_cfg.h
@@ -12,10 +12,10 @@ extern "C" {
12
13
#define CANFD_CFG_PARAM_CHECKING_ENABLE ((BSP_CFG_PARAM_CHECKING_ENABLE))
14
15
-#define CANFD_CFG_AFL_CH0_RULE_NUM (DT_PROP_OR(DT_NODELABEL(canfd0), rx_max_filters, 0) * 2)
16
-#define CANFD_CFG_AFL_CH1_RULE_NUM (DT_PROP_OR(DT_NODELABEL(canfd1), rx_max_filters, 0) * 2)
+#define CANFD_CFG_AFL_CH0_RULE_NUM (DT_PROP_OR(DT_NODELABEL(canfd0), rx_max_filters, 0))
+#define CANFD_CFG_AFL_CH1_RULE_NUM (DT_PROP_OR(DT_NODELABEL(canfd1), rx_max_filters, 0))
17
18
-#define CANFD_CFG_GLOBAL_ERROR_CH ((0U))
+#define CANFD_CFG_GLOBAL_ERROR_CH (DT_PROP(DT_INST(0, renesas_ra_canfd), channel))
19
20
#define CANFD_CFG_FD_PROTOCOL_EXCEPTION (0)
21
0 commit comments