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 | ) |
References is_touch_sensor_3().
Referenced by app_engine().
Initialization function of the controller interface.
fcpu_hz | CPU frequency. |
fhsb_hz | HSB frequency. |
fpbb_hz | PBB frequency. |
fpba_hz | PBA frequency. |
Referenced by app_engine().
bool controller_inquiry | ( | void | ) |
References is_touch_sensor_0().
Referenced by app_engine().
bool controller_select | ( | void | ) |
References is_touch_sensor_2().
Referenced by app_engine().
bool controller_send | ( | void | ) |
References is_touch_sensor_4().
Referenced by app_engine().
void controller_task | ( | void | ) |
Refresh the controller.
Referenced by app_engine().