代码搜索:韦根驱动

找到约 10,000 项符合「韦根驱动」的源代码

代码结果 10,000
www.eeworm.com/read/405875/11455346

txt nrf驱动说明.txt

NRF驱动说明 void nrfxie(unsigned char data) //写一个字节到NRF,其中DATA为要写的数据,在写前需要把NRF配置到待机模式 int nrfdu() //读一个数据 同上 返回一个字节,需要先配置NRF void nrfxiedata(unsigned char *q) 写一个数组到NRF其中数组的第一个数据是本数组的数
www.eeworm.com/read/348165/11608976

c linux字符驱动.c

dev.c 代码 #ifndef __KERNEL__ #define __KERNEL__ #endif #ifndef MODULE #define MODULE #endif //#include #include #include #include