#include <stdint.h>
#include <csp/csp.h>
#include <csp/csp_interface.h>
Go to the source code of this file.
|
struct | csp_kiss_handle_s |
| This structure should be statically allocated by the user and passed to the kiss interface during the init function no member information should be changed. More...
|
|
|
typedef void(* | csp_kiss_putc_f) (char buf) |
| The putc function is used by the kiss interface to send a string of data to the serial port. More...
|
|
typedef void(* | csp_kiss_discard_f) (char c, void *pxTaskWoken) |
| The characters not accepted by the kiss interface, are discarded using this function, which must be implemented by the user and passed through the kiss_init function. More...
|
|
typedef struct csp_kiss_handle_s | csp_kiss_handle_t |
| This structure should be statically allocated by the user and passed to the kiss interface during the init function no member information should be changed. More...
|
|