include/can_driver.h
changeset 384 83793fc7ce48
parent 381 854c43cdc24a
child 391 7802a7d5584f
equal deleted inserted replaced
383:7d8afedb8769 384:83793fc7ce48
    46 
    46 
    47 UNS8 DLL_CALL(canReceive)(CAN_HANDLE, Message *)FCT_PTR_INIT;
    47 UNS8 DLL_CALL(canReceive)(CAN_HANDLE, Message *)FCT_PTR_INIT;
    48 UNS8 DLL_CALL(canSend)(CAN_HANDLE, Message *)FCT_PTR_INIT;
    48 UNS8 DLL_CALL(canSend)(CAN_HANDLE, Message *)FCT_PTR_INIT;
    49 CAN_HANDLE DLL_CALL(canOpen)(s_BOARD *)FCT_PTR_INIT;
    49 CAN_HANDLE DLL_CALL(canOpen)(s_BOARD *)FCT_PTR_INIT;
    50 int DLL_CALL(canClose)(CAN_HANDLE)FCT_PTR_INIT;
    50 int DLL_CALL(canClose)(CAN_HANDLE)FCT_PTR_INIT;
       
    51 UNS8 DLL_CALL(canChangeBaudRate)(CAN_HANDLE, char *)FCT_PTR_INIT;
    51 
    52 
    52 #if defined DEBUG_MSG_CONSOLE_ON || defined NEED_PRINT_MESSAGE
    53 #if defined DEBUG_MSG_CONSOLE_ON || defined NEED_PRINT_MESSAGE
    53 #include "def.h"
    54 #include "def.h"
    54 
    55 
    55 #define _P(fc) case fc: printf(#fc" ");break;
    56 #define _P(fc) case fc: printf(#fc" ");break;