LibDriver SYN6288  2.0.0
SYN6288 full-featured driver
driver_syn6288_interface_template.c
Go to the documentation of this file.
1 
39 
48 {
49  return 0;
50 }
51 
60 {
61  return 0;
62 }
63 
73 uint16_t syn6288_interface_uart_read(uint8_t *buf, uint16_t len)
74 {
75  return 0;
76 }
77 
86 {
87  return 0;
88 }
89 
99 uint8_t syn6288_interface_uart_write(uint8_t *buf, uint16_t len)
100 {
101  return 0;
102 }
103 
109 void syn6288_interface_delay_ms(uint32_t ms)
110 {
111 
112 }
113 
119 void syn6288_interface_debug_print(const char *const fmt, ...)
120 {
121 
122 }
driver syn6288 interface header file
void syn6288_interface_delay_ms(uint32_t ms)
interface delay ms
uint8_t syn6288_interface_uart_flush(void)
interface uart flush
uint8_t syn6288_interface_uart_write(uint8_t *buf, uint16_t len)
interface uart write
uint16_t syn6288_interface_uart_read(uint8_t *buf, uint16_t len)
interface uart read
uint8_t syn6288_interface_uart_deinit(void)
interface uart deinit
void syn6288_interface_debug_print(const char *const fmt,...)
interface print format data
uint8_t syn6288_interface_uart_init(void)
interface uart init