Microchip® Advanced Software Framework

applications/uc3-bluetooth-t2bf-spp-demo/user_interface/controller/controller.h File Reference
#include "compiler.h"

Functions

void controller_clear (void)
 Reset the key state. More...
 
Constructor/Destructor
void controller_init (U32 fcpu_hz, U32 fhsb_hz, U32 fpbb_hz, U32 fpba_hz)
 Initialization function of the controller interface. More...
 
void controller_task (void)
 Refresh the controller. More...
 
void controller_shutdown (void)
 Shutdown the controller. More...
 
Navigation view
bool controller_inquiry (void)
 
bool controller_select (void)
 
bool controller_connect (void)
 
bool controller_send (void)
 

void controller_clear ( void  )

Reset the key state.

bool controller_connect ( void  )

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(), com_task(), and main().

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_shutdown ( void  )

Shutdown the controller.

void controller_task ( void  )

Refresh the controller.