文件名称:vxworks_mpc854x_gpio
介绍说明--下载内容均来自于网络,请自行研究使用
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)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 17869340vxworks_mpc854x_gpio.rar 列表 gpio.c gpio.h