Files
zephyr/include/drivers
Henrik Brix Andersen 5dba2138bf drivers: can: deprecate can_write() API wrapper function
Deprecate the can_write() API wrapper function in favor of using
can_send() directly.

The can_write() API wrapper function:
- Does not support CAN-FD data lengths.
- Auto-selects between standard/extended CAN identifiers based on the
  CAN ID (something which should be selected by the caller as the
  selection affects filters on the receiving end).
- Does not support callbacks for frame transmission results.
- Has no in-tree users.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2022-02-01 11:31:05 -05:00
..
2021-05-07 15:27:37 +02:00
2020-12-18 12:18:28 +01:00
2021-09-03 10:10:09 -04:00
2021-08-07 20:32:33 -04:00
2021-05-19 06:21:53 -04:00
2021-08-17 17:21:50 +02:00
2021-09-03 09:54:00 -04:00
2021-09-29 14:44:21 -04:00
2021-11-02 16:46:33 +01:00
2021-12-04 07:22:56 -05:00
2021-10-26 15:48:09 +02:00
2021-08-27 11:43:48 -04:00
2021-03-30 10:50:14 -05:00
2021-08-19 17:14:48 -04:00
2021-08-17 09:18:38 -04:00