Microchip® Advanced Software Framework

device_template_task.h File Reference
#include "conf_usb.h"

Functions

void device_template_task (void)
 Entry point of the device applicative task management. More...
 
void device_template_task_init (void)
 This function initializes the hardware/software resources required for device applicative task. More...
 
void usb_sof_action (void)
 usb_sof_action More...
 

void device_template_task_init ( void  )

This function initializes the hardware/software resources required for device applicative task.

References configTSK_USB_DTP_NAME, configTSK_USB_DTP_PRIORITY, configTSK_USB_DTP_STACK_SIZE, data_length, device_template_task(), Is_usb_device, NULL, sof_cnt, Usb_enable_sof_interrupt, and xTaskCreate.

Referenced by main().