drv_common.h 505 B

123456789101112131415161718
  1. /**************************************************************************//**
  2. *
  3. * @copyright (C) 2020 Nuvoton Technology Corp. All rights reserved.
  4. *
  5. * SPDX-License-Identifier: Apache-2.0
  6. *
  7. * Change Logs:
  8. * Date Author Notes
  9. * 2020-12-12 Wayne First version
  10. *
  11. ******************************************************************************/
  12. #ifndef __DRV_COMMON_H__
  13. #define __DRV_COMMON_H__
  14. void nu_pin_set_function(rt_base_t pin, int data);
  15. #endif /* __DRV_COMMON_H__ */