drv_gpio.h 475 B

1234567891011121314151617181920
  1. /*
  2. * Copyright (c) 2006-2023, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Email: opensource_embedded@phytium.com.cn
  7. *
  8. * Change Logs:
  9. * Date Author Notes
  10. * 2023/7/24 liqiaozhong first add, support intr
  11. *
  12. */
  13. #ifndef __DRV_GPIO_H__
  14. #define __DRV_GPIO_H__
  15. /**************************** Type Definitions *******************************/
  16. /************************** Function Prototypes ******************************/
  17. #endif