PIC24 Support Libraries
|
#include "esos.h"
Go to the source code of this file.
Macros | |
#define | ESOS_ECAN_SEND(u16_can_id, pu8_msg, u8_len) |
Functions | |
void | esos_ecan_canfactory_subscribe (ESOS_TASK_HANDLE pst_Task, uint16_t u16_can_id, uint16_t u16_mask, maskcontrol_t m_mask_control) |
void | esos_ecan_canfactory_unsubscribe (uint8_t(*pst_Task)(ESOS_TASK_HANDLE), uint16_t u16_can_id, uint16_t u16_mask, maskcontrol_t m_mask_control) |
BOOL | esos_ecan_mask_check (uint16_t u16_subscribed, uint16_t u16_recieved, uint16_t u16_mask) |
ESOS_USER_TASK (CANFactory) | |
This file contains macros, prototypes, and definitions for ECAN services for ESOS tasks.
Definition in file esos_ecan.h.