zephyr/drivers/can
Alexander Wachter 1b93522304 drivers: can: Extend attach_isr with void *arg and pass to the isr cb
This commit extends the CAN api attach_isr function by an argument
that is passed to the isr callback.
With this extension it is possible to distinguish between filter matches
when they use the same callback.

Signed-off-by: Alexander Wachter <alexander.wachter@student.tugraz.at>
2019-05-12 16:54:49 -04:00
..
CMakeLists.txt drivers: can: mcp2515: Add driver for MCP2515 CAN controller 2019-04-17 16:12:30 -04:00
Kconfig drivers: can: mcp2515: Add driver for MCP2515 CAN controller 2019-04-17 16:12:30 -04:00
Kconfig.mcp2515 drivers: can: mcp2515: Fixes for DT SPI cs 2019-04-17 16:12:30 -04:00
Kconfig.stm32 drivers: can: stm32: Cleanup Kconfig enablement 2019-02-25 10:05:21 -06:00
can_handlers.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
mcp2515.c drivers: can: Extend attach_isr with void *arg and pass to the isr cb 2019-05-12 16:54:49 -04:00
mcp2515.h drivers: can: Extend attach_isr with void *arg and pass to the isr cb 2019-05-12 16:54:49 -04:00
socket_can_generic.h net/pkt: Remove _new suffix to net_pkt_write functions 2019-03-20 10:27:14 -05:00
stm32_can.c drivers: can: Extend attach_isr with void *arg and pass to the isr cb 2019-05-12 16:54:49 -04:00
stm32_can.h drivers: can: Extend attach_isr with void *arg and pass to the isr cb 2019-05-12 16:54:49 -04:00