代码搜索结果
找到约 10,000 项符合
CAN Bus 的代码
tk_can_wup.s
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under the T-L
tk_can_wup.s
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under the T-L
tk_can_wup.s
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under the T-L
mcf5213_can.h
/*
* File: mcf5213_can.h
* Purpose: Register and bit definitions
*/
#ifndef __MCF5213_CAN_H__
#define __MCF5213_CAN_H__
/***************************************************************
75x_can.h
/******************** (C) COPYRIGHT 2006 STMicroelectronics ********************
* File Name : 75x_can.h
* Author : MCD Application Team
* Date First Issued : 03/10/2006
* De
75x_can.c
/******************** (C) COPYRIGHT 2006 STMicroelectronics ********************
* File Name : 75x_can.c
* Author : MCD Application Team
* Date First Issued : 03/10/2006
* De
91x_can.c
/******************** (C) COPYRIGHT 2006 STMicroelectronics ********************
* File Name : 91x_can.c
* Author : MCD Application Team
* Date First Issued : 05/18/2006 : Ver
75x_can.h
/******************** (C) COPYRIGHT 2006 STMicroelectronics ********************
* File Name : 75x_can.h
* Author : MCD Application Team
* Date First Issued : 03/10/2006
* De
75x_can.c
/******************** (C) COPYRIGHT 2006 STMicroelectronics ********************
* File Name : 75x_can.c
* Author : MCD Application Team
* Date First Issued : 03/10/2006
* De
2can_r.c
///////can 单消息接收程序////////////
////////2can_r.c///////////////
#include "candeal0.h"
void canini(){
clear_msg_objects();
init_msg_object_RX (0x04,2);//初始化发送
init_msg_object_TX (0x02,1);
EIE