drv_whc.h 573 B

123456789101112131415161718192021222324
  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. * 2022-10-5 Wayne First version
  10. *
  11. ******************************************************************************/
  12. #ifndef __DRV_WHC_H__
  13. #define __DRV_WHC_H__
  14. #include "drv_common.h"
  15. typedef struct
  16. {
  17. uint32_t content[WHC_BUFFER_LEN];
  18. } nu_whc_msg;
  19. typedef nu_whc_msg *nu_whc_msg_t;
  20. #endif /* __DRV_WHC_H__ */