Common User Interface for MSC application.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
Functions | |
void | ui_init (void) |
void | ui_powerdown (void) |
void | ui_process (uint16_t framenumber) |
This process is called called each 1ms It is called only if MSC interface is enable. More... | |
void | ui_start_read (void) |
void | ui_start_write (void) |
void | ui_stop_read (void) |
void | ui_stop_write (void) |
void | ui_wakeup (void) |
void ui_powerdown | ( | void | ) |
References LED_Off.
Referenced by main(), and main_suspend_action().
void ui_process | ( | uint16_t | framenumber | ) |
This process is called called each 1ms It is called only if MSC interface is enable.
It is called by SOF interrupt.
References LED_Off, and LED_On.
Referenced by main_sof_action().
void ui_start_read | ( | void | ) |
void ui_start_write | ( | void | ) |
void ui_stop_read | ( | void | ) |
void ui_stop_write | ( | void | ) |
void ui_wakeup | ( | void | ) |
References LED_On.
Referenced by main_resume_action().