vxworks_mpc854x_gpio

所属分类:VxWorks
开发工具:Asm
文件大小:2KB
下载次数:14
上传日期:2007-06-02 17:41:08
上 传 者dspfirmware
说明:  MPC8541的GPIO访问
(MPC8541 visit the GPIO# define GPIO_REG (type, port) (M8260_IOP_P port#### type (GPIO_IMMR_ BASE))# define gpioRegGet (type, port, reg) do (if (port == PORT_A) reg = (NW_VUINT32*) GPIO_REG (type, A) else if (port == PORT_B) reg = (NW_VUINT32*) G PIO_REG (type, B) else if (port == PORT_C) reg = (NW_VUINT32*) G PIO_REG (type, C) else if (port == PORT_D) reg = (NW_VUINT32*) G PIO_REG (type D) else reg = NULL;) while (0))

文件列表:
gpio.c (5190, 2007-05-24)
gpio.h (364, 2007-05-24)

近期下载者

相关文件


收藏者