![]() |
Open FFBoard
Open source force feedback firmware
|
Go to the source code of this file.
Functions | |
bool | hcd_dcache_clean (void const *addr, uint32_t data_size) |
bool | hcd_dcache_invalidate (void const *addr, uint32_t data_size) |
bool | hcd_dcache_clean_invalidate (void const *addr, uint32_t data_size) |
bool | hcd_init (uint8_t rhport, const tusb_rhport_init_t *rh_init) |
void | hcd_int_enable (uint8_t rhport) |
void | hcd_int_disable (uint8_t rhport) |
bool hcd_dcache_clean | ( | void const * | addr, |
uint32_t | data_size | ||
) |
Definition at line 45 of file hcd_ci_hs.c.
bool hcd_dcache_clean_invalidate | ( | void const * | addr, |
uint32_t | data_size | ||
) |
Definition at line 53 of file hcd_ci_hs.c.
bool hcd_dcache_invalidate | ( | void const * | addr, |
uint32_t | data_size | ||
) |
Definition at line 49 of file hcd_ci_hs.c.
bool hcd_init | ( | uint8_t | rhport, |
const tusb_rhport_init_t * | rh_init | ||
) |
Definition at line 73 of file hcd_ci_hs.c.
void hcd_int_disable | ( | uint8_t | rhport | ) |
Definition at line 106 of file hcd_ci_hs.c.
void hcd_int_enable | ( | uint8_t | rhport | ) |
Definition at line 102 of file hcd_ci_hs.c.