Revision 297
chat working
uart.h | ||
---|---|---|
50 | 50 |
int uart_disable_int_tx(int base_addr); |
51 | 51 |
|
52 | 52 |
/// NCTP - Non-critical transmission protocol |
53 |
int nctp_init(void (*proc_func)(const uint8_t*, const size_t)); |
|
53 |
int nctp_init(void); |
|
54 |
int nctp_set_processor(void (*proc_func)(const uint8_t*, const size_t)); |
|
54 | 55 |
int nctp_free(void); |
55 | 56 |
|
56 | 57 |
int nctp_send(size_t num, uint8_t* ptr[], size_t sz[]); |
Also available in: Unified diff