drv_dao.h 200 B

123456789101112131415
  1. /*
  2. * Copyright (c) 2022 HPMicro
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef DRV_DAO_H
  7. #define DRV_DAO_H
  8. #define DAO_FIFO_SIZE (2048)
  9. int rt_hw_dao_init(void);
  10. #endif /* DRV_DAO_H */