root / proj / include / nctp.h @ 280
History | View | Annotate | Download (231 Bytes)
1 | 264 | up20180642 | #ifndef NCTP_H_INCLUDED
|
---|---|---|---|
2 | #define NCTP_H_INCLUDED
|
||
3 | |||
4 | #include "uart.h" |
||
5 | |||
6 | 275 | up20180642 | int nctp_init(void); |
7 | int nctp_free(void); |
||
8 | 264 | up20180642 | |
9 | 275 | up20180642 | int nctp_send(size_t num, uint8_t* ptr[], size_t sz[]);
|
10 | 264 | up20180642 | |
11 | 275 | up20180642 | int nctp_ih_err;
|
12 | void nctp_ih(void); |
||
13 | 266 | up20180642 | |
14 | 264 | up20180642 | #endif //NCTP_H_INCLUDED |