Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
can_mcan_data Struct Reference

Bosch M_CAN driver internal data structure. More...

#include <can_mcan.h>

Data Fields

struct can_driver_data common
struct k_mutex lock
struct k_sem tx_sem
struct k_mutex tx_mtx
void * custom

Detailed Description

Bosch M_CAN driver internal data structure.

Field Documentation

◆ common

struct can_driver_data can_mcan_data::common

◆ custom

void* can_mcan_data::custom

◆ lock

struct k_mutex can_mcan_data::lock

◆ tx_mtx

struct k_mutex can_mcan_data::tx_mtx

◆ tx_sem

struct k_sem can_mcan_data::tx_sem

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