RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到
rt_can_device结构体 参考

#include <dev_can.h>

成员变量

struct rt_device parent
 
const struct rt_can_opsops
 
struct can_configure config
 
struct rt_can_status status
 
rt_uint32_t timerinitflag
 
struct rt_timer timer
 
struct rt_can_status_ind_type status_indicate
 
struct rt_mutex lock
 
void * can_rx
 
void * can_tx
 

详细描述

在文件 dev_can.h411 行定义.

结构体成员变量说明

◆ parent

struct rt_device rt_can_device::parent

在文件 dev_can.h413 行定义.

◆ ops

const struct rt_can_ops* rt_can_device::ops

在文件 dev_can.h415 行定义.

◆ config

struct can_configure rt_can_device::config

在文件 dev_can.h416 行定义.

◆ status

struct rt_can_status rt_can_device::status

在文件 dev_can.h417 行定义.

◆ timerinitflag

rt_uint32_t rt_can_device::timerinitflag

在文件 dev_can.h419 行定义.

◆ timer

struct rt_timer rt_can_device::timer

在文件 dev_can.h420 行定义.

◆ status_indicate

struct rt_can_status_ind_type rt_can_device::status_indicate

在文件 dev_can.h422 行定义.

◆ lock

struct rt_mutex rt_can_device::lock

在文件 dev_can.h429 行定义.

◆ can_rx

void* rt_can_device::can_rx

在文件 dev_can.h430 行定义.

◆ can_tx

void* rt_can_device::can_tx

在文件 dev_can.h431 行定义.