RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <dev_can.h>
成员变量 | |
struct rt_device | parent |
const struct rt_can_ops * | ops |
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 |
const struct rt_can_ops* rt_can_device::ops |
struct can_configure rt_can_device::config |
struct rt_can_status rt_can_device::status |
rt_uint32_t rt_can_device::timerinitflag |
struct rt_can_status_ind_type rt_can_device::status_indicate |