Functions | |
bool | controller_connect (void) |
void | controller_init (U32 fcpu_hz, U32 fhsb_hz, U32 fpbb_hz, U32 fpba_hz) |
Initialization function of the controller interface. More... | |
bool | controller_inquiry (void) |
bool | controller_select (void) |
bool | controller_send (void) |
void | controller_task (void) |
Refresh the controller. More... | |
bool controller_connect | ( | void | ) |
Referenced by app_engine().
void controller_init | ( | uint32_t | fcpu_hz, |
uint32_t | fhsb_hz, | ||
uint32_t | fpbb_hz, | ||
uint32_t | fpba_hz | ||
) |
Initialization function of the controller interface.
fcpu_hz | CPU frequency. |
fhsb_hz | HSB frequency. |
fpbb_hz | PBB frequency. |
fpba_hz | PBA frequency. |
bool controller_inquiry | ( | void | ) |
Referenced by app_engine().
bool controller_select | ( | void | ) |
Referenced by app_engine().
bool controller_send | ( | void | ) |
Referenced by app_engine().
void controller_task | ( | void | ) |
Refresh the controller.
Referenced by app_engine(), and main().