dRonin
adbada4
dRonin firmware
|
COM MSG layer functions header. More...
#include <stdint.h>
Go to the source code of this file.
Functions | |
int32_t | PIOS_COM_MSG_Send (uintptr_t com_id, const uint8_t *msg, uint16_t msg_len) |
uint16_t | PIOS_COM_MSG_Receive (uintptr_t com_id, uint8_t *buf, uint16_t buf_len) |
COM MSG layer functions header.
Definition in file pios_com_msg.h.