This repository has been archived on 2025-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
controller-hart/User/hart/master/inc/hart_master_req.h

8 lines
243 B
C

#ifndef __HART_MASTER_REQ_H__
#define __HART_MASTER_REQ_H__
#include "./hart_master_frame.h"
extern BOOL hart_master_req_init(const hart_master_init_t *const init);
extern void hart_master_req_init_user(void);
#endif // __HART_MASTER_REQ_H__