![]() |
Open FFBoard
Open source force feedback firmware
|
Go to the source code of this file.
Functions | |
static void | reset_core (dwc2_regs_t *dwc2) |
static void | phy_fs_init (dwc2_regs_t *dwc2) |
static void | phy_hs_init (dwc2_regs_t *dwc2) |
static bool | check_dwc2 (dwc2_regs_t *dwc2) |
bool | dwc2_core_is_highspeed (dwc2_regs_t *dwc2, tusb_role_t role) |
bool | dwc2_core_init (uint8_t rhport, bool is_highspeed) |
void | dfifo_read_packet (dwc2_regs_t *dwc2, uint8_t *dst, uint16_t len) |
void | dfifo_write_packet (dwc2_regs_t *dwc2, uint8_t fifo_num, const uint8_t *src, uint16_t len) |
|
static |
Definition at line 146 of file dwc2_common.c.
void dfifo_read_packet | ( | dwc2_regs_t * | dwc2, |
uint8_t * | dst, | ||
uint16_t | len | ||
) |
Definition at line 252 of file dwc2_common.c.
void dfifo_write_packet | ( | dwc2_regs_t * | dwc2, |
uint8_t | fifo_num, | ||
const uint8_t * | src, | ||
uint16_t | len | ||
) |
Definition at line 277 of file dwc2_common.c.
bool dwc2_core_init | ( | uint8_t | rhport, |
bool | is_highspeed | ||
) |
Definition at line 197 of file dwc2_common.c.
bool dwc2_core_is_highspeed | ( | dwc2_regs_t * | dwc2, |
tusb_role_t | role | ||
) |
Definition at line 172 of file dwc2_common.c.
|
static |
Definition at line 63 of file dwc2_common.c.
|
static |
Definition at line 89 of file dwc2_common.c.
|
static |
Definition at line 46 of file dwc2_common.c.