Microchip® Advanced Software Framework

qt1081_controller.c File Reference
#include "board.h"
#include "gpio.h"
#include "controller.h"
#include "qt1081.h"

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().

void controller_init ( U32  fcpu_hz,
U32  fhsb_hz,
U32  fpbb_hz,
U32  fpba_hz 
)

Initialization function of the controller interface.

Parameters
fcpu_hzCPU frequency.
fhsb_hzHSB frequency.
fpbb_hzPBB frequency.
fpba_hzPBA 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().