Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
 4.2.0-rc3
can_sja1000_config Struct Reference

SJA1000 driver internal configuration structure. More...

#include <zephyr/drivers/can/can_sja1000.h>

Data Fields

const struct can_driver_config common
can_sja1000_read_reg_t read_reg
can_sja1000_write_reg_t write_reg
uint8_t ocr
uint8_t cdr
const void * custom

Detailed Description

SJA1000 driver internal configuration structure.

Field Documentation

◆ cdr

uint8_t can_sja1000_config::cdr

◆ common

const struct can_driver_config can_sja1000_config::common

◆ custom

const void* can_sja1000_config::custom

◆ ocr

uint8_t can_sja1000_config::ocr

◆ read_reg

can_sja1000_read_reg_t can_sja1000_config::read_reg

◆ write_reg

can_sja1000_write_reg_t can_sja1000_config::write_reg

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