snickerdoodle Platform Controller
firmware for STM32F0 platform controller
sd_usbd_cdc_if.h
Go to the documentation of this file.
1
46
#ifndef __SD_USBD_CDC_IF_H
47
#define __SD_USBD_CDC_IF_H
48
#ifdef __cplusplus
49
extern
"C"
{
50
#endif
51
56
extern
USBD_CDC_ItfTypeDef sd_usbd_interface_fops;
57
58
62
uint8_t
sd_cdc_transmit
(uint8_t *buf, uint16_t
len
);
63
uint8_t sd_cdc_get_state(
void
);
72
#ifdef __cplusplus
73
}
74
#endif
75
#else
76
#error "Multiple inclusion of sd_usbd_cdc_if.h"
77
#endif
/* __SD_USBD_CDC_IF_H */
78
79
/*
80
* END OF FILE [sd_usbd_cdc_if.h]
81
*/
sd_cdc_transmit
uint8_t sd_cdc_transmit(uint8_t *buf, uint16_t len)
USB Communications Class Device Transmit Data send over USB IN endpoint are sent over CDC interface t...
Definition:
sd_usbd_cdc_if.c:265
sd_doub_buff::len
uint32_t len
Definition:
sd_buffer.h:93
Inc
sd_usbd_cdc_if.h
Generated on Mon Apr 2 2018 13:17:21 for snickerdoodle Platform Controller by
1.8.14