SAM4S-EK_FreeRTOS+FAT-SL
1.0
An example project to test the functionality of FreeRTOS+FAT-SL using SD card as data storage medium
|
#include <FreeRTOS_CLI.h>
Public Attributes | |
const char *const | pcCommand |
const char *const | pcHelpString |
const pdCOMMAND_LINE_CALLBACK | pxCommandInterpreter |
int8_t | cExpectedNumberOfParameters |
Definition at line 55 of file FreeRTOS_CLI.h.
int8_t xCOMMAND_LINE_INPUT::cExpectedNumberOfParameters |
Definition at line 60 of file FreeRTOS_CLI.h.
const char* const xCOMMAND_LINE_INPUT::pcCommand |
Definition at line 57 of file FreeRTOS_CLI.h.
const char* const xCOMMAND_LINE_INPUT::pcHelpString |
Definition at line 58 of file FreeRTOS_CLI.h.
const pdCOMMAND_LINE_CALLBACK xCOMMAND_LINE_INPUT::pxCommandInterpreter |
Definition at line 59 of file FreeRTOS_CLI.h.