MCUXpresso_MIMXRT1052xxxxB/boards/evkbimxrt1050/azure_rtos_examples/usbx_host_hid_keyboard/board_setup.h
2022-04-08 22:46:35 +08:00

16 lines
219 B
C

#ifndef _BOARD_SETUP_H_
#define _BOARD_SETUP_H_
#include "ux_api.h"
void board_setup(void);
void usb_host_hw_setup(void);
UINT usbx_host_hcd_register(VOID);
VOID usbx_mem_init(VOID);
#endif /* _BOARD_SETUP_H_ */