vfd_drv_gpio.c
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:1k
源码类别:

DVD

开发平台:

C/C++

  1. /*
  2. history:
  3. 2004-7-19 14:43
  4.          wanghaoying move the following functions for nec16312 here
  5. 2004-7-7 14:25  
  6.         lijd
  7.         Process 16312sw use for:
  8.         1. extern pannel key
  9.         2. volume button 
  10.         note: need define NEC16312SW in cust_def.h
  11. */
  12. /*
  13. ** FUNCTION
  14. ** polling_vfdr
  15. **
  16. ** DESCRIPTION
  17. ** check if polling-ready
  18. */
  19. void polling_vfdr(void)  //nec16321 type vfd
  20. {
  21. #if defined(GPIO_KEY_LIGHT)//SUPPORT_VFD nono 3-8-18 14:41
  22.     check_gpio_keylight_status();
  23. #elif defined(USE_VFDPORT_TRANDATA)
  24.     Communication_And_MCU4051();    
  25. #endif//SUPPORT_VFD
  26. }