#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) |
| This function increments the cpt_sof counter each times the USB Start Of Frame interrupt subroutine is executed (1ms) Usefull to manage time delays. | |
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) |
1.5.3