资源简介
附件是RTEX的总线的驱动程序,欢迎大家下载测试。。同时还包含连个参考PDF文件

代码片段和文件信息
/****************************************************************************
*
* Example Code for MNM1221
*
* Copyright (c) 2004 Panasonic
* Motor Company Matsushita Electric Industrial Co. Ltd.
*
*----------------------------------------------------------------------------
*
* File Name: mnm1221_m.c
* Description: Example code to access MNM1221 as MASTER mode
* Notes:
* - This code is just for reference so that Panasonic does NOT assume
* responsibility or liability for actual use based upon this code.
* - This file is NOT for warranty of correct behavior
* and might include bugs so that you have to be careful.
* - The codes are very basic only therefore you will need additional code
* such as the process at the occurrence of errors.
* - It is assumed that TAB of your PC is set to 4space width.
*
*----------------------------------------------------------------------------
* Revision: Date(y/m/d): Author: Comments:
* 0.0 2004/02/16 Y. Fujisaki Initial release
* 0.1 2004/03/01 Y. Fujisaki Cleanup
* 0.2 2004/05/20 Y. Fujisaki Minor edits
*
*****************************************************************************/
#include “mnm1221_m.h“ /* Modify path according to your file structure */
/****************************************************************************/
/* Definitions and Declarations */
/****************************************************************************/
/*
* Some of the followings accessed in also other files should be moved to
* the header file you provide separately.
*/
/*--------------------------------------------------------------------------*/
/* Definition of constants */
/*--------------------------------------------------------------------------*/
#define MAX_NS MAX_N_SLAVE_NODE
#ifdef MASTER_16BIT_ACCESS /* 16bits bus width */
#define N_DATA WORD_SIZE_OF_BLOCK
#else /* 32bits bus width */
#define N_DATA DWORD_SIZE_OF_BLOCK
#endif
#define RT_frame_FORM 3 /* Do not change this value. */
#define N_WDT_RATE 5 /* setting for timeout rate */
/*
* Consider the value about timeout according to your system.
* For safety large value is not recomended.
*/
/* phase to control MNM1221 --> see ctrl_mnm1221_m() */
enum {
PH_RESET = -1
PH_INIT = 0
PH_WAITING
PH_PREPARE
PH_START
PH_RUNNING
};
/*--------------------------------------------------------------------------*/
/* Definition of bit field
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
I.A.... 377898 2019-02-18 11:24 RTEX\firmware_develop_guide_r1e.pdf
I.A.... 293661 2019-02-18 11:24 RTEX\MNM1221_example_code_r01e.pdf
文件 34071 2019-02-18 11:25 RTEX\mnm1221_m.c
文件 15038 2019-02-18 11:27 RTEX\mnm1221_m.h
目录 0 2019-02-18 11:27 RTEX
----------- --------- ---------- ----- ----
720668 5
- 上一篇:单片机最小系统—蜂鸣器和proteus仿真
- 下一篇:传智播客云计算高手班第三期
相关资源
- arm cortex m0 rtl code
- 基于STM32的嵌入式双目图像采集系统设
- 基于arm cortex M3 的LED控制源代码
- ARMCortex-M3权威指南(第二版)
- 嵌入式系统设计与应用 基于ARM Cort
- 选ARM7还是选Cortex-M3转载,经典的必看
- ARMCortex-M3权威指南中文版第二版
- CM3权威指南CnR2(pdf)中文版
- Cortex-M4实验指导书
- ARM-Cortex-M底层技术
- Visual CertExam
- ARM Cortex-M3 技术参考手册(中文版)
- Virtex-4用户手册
- ARM Cortex-M处理器入门
- arm-cortex-a9技术参考手册
- 基于CortexM4的俄罗斯方块游戏代码加文
- Virtex5用户指南(中文)库指南Xilinx术
- ARM Cortex-M3嵌入式开发详解基于NXP LP
- 用于ti am335x arm cortex a9的vxworksbsp源码
- Virtex-4_FPGA_配置用户指南
- Cortex-A9 ARM 体系结构与接口技术
- 资源:ZED-Board从入门到精通一:ZYNQ结
- STM32F4IAR工程模版
- 三星Exynos4412使用手册 Cortex-A9使用手册
- TI Cortex-M3 BootLoader资料
- virtex-5原版用户手册+中文用户手册U
- Visual CertExam Suite 3.3,最新绿色破解版
- 《轻松玩转ARM Cortex-M0+微控制器基于飞
- 三天入门Cortex-M4-Kinetis系列
- stm32f103zet6上移植ucosii 只要cortex m3内
评论
共有 条评论