zephyr/modules/canopennode
Henrik Brix Andersen 3f97d11afd drivers: can: convert enum can_mode to a bit field
Convert the can_mode enum to a bit field to prepare for future extensions
(CAN-FD mode, transmitter delay compensation, one-shot mode, 3-samples
mode, ...).

Rename the existing modes:
- CAN_NORMAL_MODE   -> CAN_MODE_NORMAL
- CAN_SILENT_MODE   -> CAN_MODE_LISTENONLY
- CAN_LOOPBACK_MODE -> CAN_MODE_LOOPBACK

These mode names align with the Linux naming for CAN control modes.

The old CAN_SILENT_LOOPBACK_MODE can be set with the bitmask
(CAN_MODE_LISTENONLY | CAN_MODE_LOOPBACK).

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2022-05-11 10:47:54 +02:00
..
CMakeLists.txt
CO_driver.c drivers: can: convert enum can_mode to a bit field 2022-05-11 10:47:54 +02:00
CO_driver_target.h modules: migrate includes to <zephyr/...> 2022-05-06 19:57:47 +02:00
Kconfig modules: canopennode: CANopenNode does not support CAN-FD 2022-03-25 15:35:10 -07:00
canopen_leds.c
canopen_program.c modules: migrate includes to <zephyr/...> 2022-05-06 19:57:47 +02:00
canopen_storage.c modules: migrate includes to <zephyr/...> 2022-05-06 19:57:47 +02:00
canopen_sync.c
canopennode.h