30 #include "board_hw_defs.c"
43 FLASH_PrefetchBufferCmd(FLASH_PrefetchBuffer_Enable);
46 FLASH_SetLatency(FLASH_Latency_2);
51 #if defined(PIOS_INCLUDE_ANNUNC)
55 #if defined(PIOS_INCLUDE_USB)
62 uintptr_t pios_usb_id;
66 #if defined(PIOS_INCLUDE_USB_HID) && defined(PIOS_INCLUDE_COM_MSG)
67 uintptr_t pios_usb_hid_id;
78 RCC_AHBPeriphClockCmd(RCC_AHBPeriph_CRC, ENABLE);
Main PiOS header to include all the compiled in PiOS options.
int32_t PIOS_USB_HID_Init(uintptr_t *usbhid_id, const struct pios_usb_hid_cfg *cfg, uintptr_t lower_id)
int32_t PIOS_DELAY_Init(void)
const struct pios_com_driver pios_usb_hid_com_driver
int32_t PIOS_ANNUNC_Init(const struct pios_annunc_cfg *cfg)
int32_t PIOS_USB_DESC_HID_ONLY_Init(void)
uintptr_t pios_com_telem_usb_id
int32_t PIOS_COM_MSG_Init(uintptr_t *com_id, const struct pios_com_driver *driver, uintptr_t lower_id)
int32_t PIOS_USB_Init(uintptr_t *usb_id, const struct pios_usb_cfg *cfg)
#define PIOS_Assert(test)
int32_t PIOS_USB_BOARD_DATA_Init(void)