TTK4155 Lab Node 1
Term project in the NTNU course TTK4155 Embedded and Industrial Computer Systems Design
Loading...
Searching...
No Matches
can_device Struct Reference

Represents a CAN device, storing the SPI slave controlling the MCP2515. More...

#include <can.h>

Data Fields

enum spi_slave spi

Detailed Description

Represents a CAN device, storing the SPI slave controlling the MCP2515.

Definition at line 43 of file can.h.

Field Documentation

◆ spi

enum spi_slave can_device::spi

SPI slave select line for this device

Definition at line 44 of file can.h.

Referenced by MCP2515_bit_modify(), MCP2515_init(), MCP2515_read(), MCP2515_read_status(), MCP2515_request_to_send(), MCP2515_reset(), MCP2515_write(), and MCP2515_write_n().


The documentation for this struct was generated from the following file: