#include "config.h"
Go to the source code of this file.
Defines | |
| #define | Usb_set_ms_data_direction_in() (ms_data_direction = 1) |
| #define | Usb_set_ms_data_direction_out() (ms_data_direction = 0) |
| #define | Is_usb_ms_data_direction_in() (ms_data_direction == 1) |
| #define | Is_usb_ms_data_direction_out() (ms_data_direction == 0) |
Functions | |
| void | sof_action (void) |
Definition in file storage_task.h.
| #define Usb_set_ms_data_direction_in | ( | ) | (ms_data_direction = 1) |
| #define Usb_set_ms_data_direction_out | ( | ) | (ms_data_direction = 0) |
| #define Is_usb_ms_data_direction_in | ( | ) | (ms_data_direction == 1) |
| #define Is_usb_ms_data_direction_out | ( | ) | (ms_data_direction == 0) |
| void sof_action | ( | void | ) |
1.5.3