Microchip® Advanced Software Framework

hid_example.c File Reference
#include <stdio.h>
#include "compiler.h"
#include "board.h"
#include "print_funcs.h"
#include "intc.h"
#include "power_clocks_lib.h"
#include "FreeRTOS.h"
#include "task.h"
#include "conf_usb.h"
#include "usb_task.h"
#include "device_mouse_hid_task.h"
#include "host_mouse_hid_task.h"
#include "hid_example.h"

Functions

int main (void)
 Main function. Execution starts here. More...
 

Variables

System Clock Frequencies
static pcl_freq_param_t pcl_freq_param
 

pcl_freq_param_t pcl_freq_param
static
Initial value:
=
{
.cpu_f = FCPU_HZ,
.pba_f = FPBA_HZ,
.osc0_f = FOSC0,
.osc0_startup = OSC0_STARTUP
}
#define FPBA_HZ
Definition: hid_example.h:55
#define FOSC0
Osc0 frequency: Hz.
Definition: evk1101.h:62
#define OSC0_STARTUP
Osc0 startup time: RCOsc periods.
Definition: evk1101.h:63
#define FCPU_HZ
Definition: hid_example.h:52

Referenced by main().