Software Library API naibrd 2.24.0
See all documentation at naii.docs.com
|
Functions | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_QueueTransmit (int32_t cardIndex, int32_t module, int32_t channel, bool_t isModeA, int32_t msgId, uint8_t *p_buffer, int32_t txCount) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_Transmit (int32_t cardIndex, int32_t module, int32_t channel, bool_t isModeA, int32_t msgId, uint8_t *p_buffer, int32_t txCount) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_Receive (int32_t cardIndex, int32_t module, int32_t channel, int32_t bufferLength, bool_t *p_outisModeA, int32_t *p_outmsgId, uint8_t *p_outbuffer, int32_t *p_outrxCount) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_QueueTransmit_Ex (int32_t cardIndex, int32_t module, int32_t channel, bool_t isModeA, int32_t msgId, uint32_t dataWidth, void *p_buffer, uint32_t txCount) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_Transmit_Ex (int32_t cardIndex, int32_t module, int32_t channel, bool_t isModeA, int32_t msgId, uint32_t dataWidth, void *p_buffer, uint32_t txCount) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_Receive_Ex (int32_t cardIndex, int32_t module, int32_t channel, uint32_t bufferLength, bool_t *p_outisModeA, int32_t *p_outmsgId, uint32_t dataWidth, void *p_outbuffer, uint32_t *p_outrxCount) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_QueueTransmit_J1939 (int32_t cardIndex, int32_t module, int32_t channel, int32_t pgn, int32_t priority, int32_t destination, uint8_t *p_buffer, int32_t txCount) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_Transmit_J1939 (int32_t cardIndex, int32_t module, int32_t channel, int32_t pgn, int32_t priority, int32_t destination, uint8_t *p_buffer, int32_t txCount) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_Receive_J1939 (int32_t cardIndex, int32_t module, int32_t channel, int32_t bufferLength, int32_t *p_outpgn, int32_t *p_outsource, int32_t *p_outdestination, uint8_t *p_outbuffer, int32_t *p_outrxCount) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_QueueTransmit_J1939_Ex (int32_t cardIndex, int32_t module, int32_t channel, int32_t pgn, int32_t priority, int32_t destination, uint32_t dataWidth, void *p_buffer, uint32_t txCount) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_Transmit_J1939_Ex (int32_t cardIndex, int32_t module, int32_t channel, int32_t pgn, int32_t priority, int32_t destination, uint32_t dataWidth, void *p_buffer, uint32_t txCount) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_Receive_J1939_Ex (int32_t cardIndex, int32_t module, int32_t channel, uint32_t bufferLength, int32_t *p_outpgn, int32_t *p_outsource, int32_t *p_outdestination, uint32_t dataWidth, void *p_outbuffer, uint32_t *p_outrxCount) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetIntEnable (int32_t cardIndex, int32_t module, int32_t channel, bool_t enable) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetIntEnable (int32_t cardIndex, int32_t module, int32_t channel, bool_t *p_outenable) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetIntVector (int32_t cardIndex, int32_t module, int32_t channel, nai_can_status_type_t statusType, int32_t vector) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetIntVector (int32_t cardIndex, int32_t module, int32_t channel, nai_can_status_type_t statusType, int32_t *p_outvector) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetInterruptEdgeLevel (int32_t cardIndex, int32_t module, nai_can_status_type_t type, uint32_t edgeLevel) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetInterruptEdgeLevel (int32_t cardIndex, int32_t module, nai_can_status_type_t type, uint32_t *p_outedgeLevel) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetBITStatus (int32_t cardIndex, int32_t module, int32_t channel, nai_can_status_access_type_t type, bool_t *p_outbitStatus) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_ClearBITStatus (int32_t cardIndex, int32_t module, int32_t channel) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetBITInterruptEnable (int32_t cardIndex, int32_t module, int32_t channel, bool_t enable) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetBITInterruptEnable (int32_t cardIndex, int32_t module, int32_t channel, bool_t *p_outenable) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetBITInterruptEdgeLevel (int32_t cardIndex, int32_t module, int32_t channel, bool_t edgeLevel) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetBITInterruptEdgeLevel (int32_t cardIndex, int32_t module, int32_t channel, bool_t *p_outedgeLevel) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetBITInterruptVector (int32_t cardIndex, int32_t module, uint32_t vector) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetBITInterruptVector (int32_t cardIndex, int32_t module, uint32_t *p_outvector) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetBITInterruptSteering (int32_t cardIndex, int32_t module, naibrd_int_steering_t steering) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetBITInterruptSteering (int32_t cardIndex, int32_t module, naibrd_int_steering_t *p_outsteering) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetSWTIntEnable (int32_t cardIndex, int32_t module, int32_t channel, bool_t enable) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetSWTIntEnable (int32_t cardIndex, int32_t module, int32_t channel, bool_t *p_outenable) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetIntEnableRaw (int32_t cardIndex, int32_t module, int32_t enableRaw) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetIntEnableRaw (int32_t cardIndex, int32_t module, int32_t *p_outenableRaw) |
NAIBRDFUNC int32_t NAIAPI | naibrd_CAN_GetMaxFifoCount (uint32_t modid) |
NAIBRDFUNC int32_t NAIAPI | naibrd_CAN_GetFrameSize (uint32_t modid) |
NAIBRDFUNC int32_t NAIAPI | naibrd_CAN_GetChannelCountByModIndex (uint32_t cardIndex, uint32_t module) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetAddress (int32_t cardIndex, int32_t module, int32_t channel, int32_t address) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetAddress (int32_t cardIndex, int32_t module, int32_t channel, int32_t *p_outaddress, int32_t *p_outstatus) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_ResetTxFifo (int32_t cardIndex, int32_t module, int32_t channel) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_ResetRxFifo (int32_t cardIndex, int32_t module, int32_t channel) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_ResetTxAndRxFifos (int32_t cardIndex, int32_t module, int32_t channel) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetTxBufferCount (int32_t cardIndex, int32_t module, int32_t channel, int32_t *p_outcount) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetRxBufferCount (int32_t cardIndex, int32_t module, int32_t channel, int32_t *p_outcount) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetTxFrameCount (int32_t cardIndex, int32_t module, int32_t channel, int32_t *p_outcount) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetRxFrameCount (int32_t cardIndex, int32_t module, int32_t channel, int32_t *p_outcount) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetTxMessageWaiting (int32_t cardIndex, int32_t module, int32_t channel, bool_t *p_outmsgwaiting) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetRxMessageWaiting (int32_t cardIndex, int32_t module, int32_t channel, bool_t *p_outmsgwaiting) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetTxBufferAlmostEmpty (int32_t cardIndex, int32_t module, int32_t channel, int32_t almostEmptyValue) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetTxBufferAlmostEmpty (int32_t cardIndex, int32_t module, int32_t channel, int32_t *p_outalmostEmptyValue) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetRxBufferAlmostFull (int32_t cardIndex, int32_t module, int32_t channel, int32_t almostFullValue) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetRxBufferAlmostFull (int32_t cardIndex, int32_t module, int32_t channel, int32_t *p_outalmostFullValue) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetRxBufferHighWatermark (int32_t cardIndex, int32_t module, int32_t channel, int32_t highWatermarkValue) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetRxBufferHighWatermark (int32_t cardIndex, int32_t module, int32_t channel, int32_t *p_outhighWatermarkValue) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetRxBufferLowWatermark (int32_t cardIndex, int32_t module, int32_t channel, int32_t lowWatermarkValue) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetRxBufferLowWatermark (int32_t cardIndex, int32_t module, int32_t channel, int32_t *outlowWatermarkValue) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetFifoStatusRaw (int32_t cardIndex, int32_t module, int32_t channel, uint32_t *p_outFifoStatus) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetMaxFilterCount (int32_t cardIndex, int32_t module, int32_t channel, int32_t *p_outmaxFilterCount) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_StartFilterChanges (int32_t cardIndex, int32_t module, int32_t channel) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_ApplyFilterChanges (int32_t cardIndex, int32_t module, int32_t channel) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetEnFilterCount (int32_t cardIndex, int32_t module, int32_t channel, int32_t enableFilterCount) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetEnFilterCount (int32_t cardIndex, int32_t module, int32_t channel, int32_t *outenabledFilterCount) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_ClearFilter (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetAcceptCodeEn (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, bool_t enable) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetAcceptCodeEn (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, bool_t *p_outenable) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetABFilterEn (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, bool_t enable) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetABFilterEn (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, bool_t *p_outenable) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetSubRTRFilterEn (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, bool_t enable) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetSubRTRFilterEn (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, bool_t *p_outenable) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetRTRFilterEn (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, bool_t enable) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetRTRFilterEn (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, bool_t *p_outenable) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetAcceptMask (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, int32_t acceptmask) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetAcceptMask (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, int32_t *p_outacceptmask) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetAcceptCode (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, int32_t acceptcode) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetAcceptCode (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, int32_t *p_outacceptcode) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetStdExtFilter (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, bool_t enableStdMsgs) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetStdExtFilter (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, bool_t *p_outenableStdMsgs) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetSubRTRFilter (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, bool_t enableSubRTRMsgs) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetSubRTRFilter (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, bool_t *p_outenableSubRTRMsgs) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetRTRFilter (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, bool_t enableRTRMsgs) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetRTRFilter (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, bool_t *p_outenableRTRMsgs) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetPrioFilterEn (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, bool_t enable) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetPrioFilterEn (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, bool_t *p_outenable) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetSrcFilterEn (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, bool_t enable) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetSrcFilterEn (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, bool_t *p_outenable) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetDestFilterEn (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, bool_t enable) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetDestFilterEn (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, bool_t *p_outenable) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetPGNFilterEn (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, bool_t enable) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetPGNFilterEn (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, bool_t *p_outenable) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetPrioFilter (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, int32_t priofilter) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetPrioFilter (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, int32_t *p_outpriofilter) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetSrcFilter (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, int32_t srcfilter) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetSrcFilter (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, int32_t *p_outsrcfilter) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetDestFilter (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, int32_t destfilter) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetDestFilter (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, int32_t *p_outdestfilter) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetPGNFilter (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, int32_t pgnfilter) |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_GetPGNFilter (int32_t cardIndex, int32_t module, int32_t channel, int32_t filter, int32_t *p_outpgnfilter) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_ApplyFilterChanges | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_ClearBITStatus | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_ClearFilter | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetABFilterEn | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
bool_t * | p_outenable ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetAcceptCode | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
int32_t * | p_outacceptcode ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetAcceptCodeEn | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
bool_t * | p_outenable ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetAcceptMask | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
int32_t * | p_outacceptmask ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetAddress | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t * | p_outaddress, | ||
int32_t * | p_outstatus ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetBITInterruptEdgeLevel | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
bool_t * | p_outedgeLevel ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetBITInterruptEnable | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
bool_t * | p_outenable ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetBITInterruptSteering | ( | int32_t | cardIndex, |
int32_t | module, | ||
naibrd_int_steering_t * | p_outsteering ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetBITInterruptVector | ( | int32_t | cardIndex, |
int32_t | module, | ||
uint32_t * | p_outvector ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetBITStatus | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
nai_can_status_access_type_t | type, | ||
bool_t * | p_outbitStatus ) |
NAIBRDFUNC int32_t NAIAPI naibrd_CAN_GetChannelCountByModIndex | ( | uint32_t | cardIndex, |
uint32_t | module ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetDestFilter | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
int32_t * | p_outdestfilter ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetDestFilterEn | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
bool_t * | p_outenable ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetEnFilterCount | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t * | outenabledFilterCount ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetFifoStatusRaw | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
uint32_t * | p_outFifoStatus ) |
NAIBRDFUNC int32_t NAIAPI naibrd_CAN_GetFrameSize | ( | uint32_t | modid | ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetIntEnable | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
bool_t * | p_outenable ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetIntEnableRaw | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t * | p_outenableRaw ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetInterruptEdgeLevel | ( | int32_t | cardIndex, |
int32_t | module, | ||
nai_can_status_type_t | type, | ||
uint32_t * | p_outedgeLevel ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetIntVector | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
nai_can_status_type_t | statusType, | ||
int32_t * | p_outvector ) |
NAIBRDFUNC int32_t NAIAPI naibrd_CAN_GetMaxFifoCount | ( | uint32_t | modid | ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetMaxFilterCount | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t * | p_outmaxFilterCount ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetPGNFilter | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
int32_t * | p_outpgnfilter ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetPGNFilterEn | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
bool_t * | p_outenable ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetPrioFilter | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
int32_t * | p_outpriofilter ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetPrioFilterEn | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
bool_t * | p_outenable ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetRTRFilter | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
bool_t * | p_outenableRTRMsgs ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetRTRFilterEn | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
bool_t * | p_outenable ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetRxBufferAlmostFull | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t * | p_outalmostFullValue ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetRxBufferCount | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t * | p_outcount ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetRxBufferHighWatermark | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t * | p_outhighWatermarkValue ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetRxBufferLowWatermark | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t * | outlowWatermarkValue ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetRxFrameCount | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t * | p_outcount ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetRxMessageWaiting | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
bool_t * | p_outmsgwaiting ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetSrcFilter | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
int32_t * | p_outsrcfilter ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetSrcFilterEn | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
bool_t * | p_outenable ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetStdExtFilter | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
bool_t * | p_outenableStdMsgs ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetSubRTRFilter | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
bool_t * | p_outenableSubRTRMsgs ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetSubRTRFilterEn | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
bool_t * | p_outenable ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetSWTIntEnable | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
bool_t * | p_outenable ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetTxBufferAlmostEmpty | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t * | p_outalmostEmptyValue ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetTxBufferCount | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t * | p_outcount ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetTxFrameCount | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t * | p_outcount ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_GetTxMessageWaiting | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
bool_t * | p_outmsgwaiting ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_QueueTransmit | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
bool_t | isModeA, | ||
int32_t | msgId, | ||
uint8_t * | p_buffer, | ||
int32_t | txCount ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_QueueTransmit_Ex | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
bool_t | isModeA, | ||
int32_t | msgId, | ||
uint32_t | dataWidth, | ||
void * | p_buffer, | ||
uint32_t | txCount ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_QueueTransmit_J1939 | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | pgn, | ||
int32_t | priority, | ||
int32_t | destination, | ||
uint8_t * | p_buffer, | ||
int32_t | txCount ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_QueueTransmit_J1939_Ex | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | pgn, | ||
int32_t | priority, | ||
int32_t | destination, | ||
uint32_t | dataWidth, | ||
void * | p_buffer, | ||
uint32_t | txCount ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_Receive | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | bufferLength, | ||
bool_t * | p_outisModeA, | ||
int32_t * | p_outmsgId, | ||
uint8_t * | p_outbuffer, | ||
int32_t * | p_outrxCount ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_Receive_Ex | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
uint32_t | bufferLength, | ||
bool_t * | p_outisModeA, | ||
int32_t * | p_outmsgId, | ||
uint32_t | dataWidth, | ||
void * | p_outbuffer, | ||
uint32_t * | p_outrxCount ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_Receive_J1939 | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | bufferLength, | ||
int32_t * | p_outpgn, | ||
int32_t * | p_outsource, | ||
int32_t * | p_outdestination, | ||
uint8_t * | p_outbuffer, | ||
int32_t * | p_outrxCount ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_Receive_J1939_Ex | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
uint32_t | bufferLength, | ||
int32_t * | p_outpgn, | ||
int32_t * | p_outsource, | ||
int32_t * | p_outdestination, | ||
uint32_t | dataWidth, | ||
void * | p_outbuffer, | ||
uint32_t * | p_outrxCount ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_ResetRxFifo | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_ResetTxAndRxFifos | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_ResetTxFifo | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetABFilterEn | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
bool_t | enable ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetAcceptCode | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
int32_t | acceptcode ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetAcceptCodeEn | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
bool_t | enable ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetAcceptMask | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
int32_t | acceptmask ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetAddress | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | address ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetBITInterruptEdgeLevel | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
bool_t | edgeLevel ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetBITInterruptEnable | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
bool_t | enable ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetBITInterruptSteering | ( | int32_t | cardIndex, |
int32_t | module, | ||
naibrd_int_steering_t | steering ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetBITInterruptVector | ( | int32_t | cardIndex, |
int32_t | module, | ||
uint32_t | vector ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetDestFilter | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
int32_t | destfilter ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetDestFilterEn | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
bool_t | enable ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetEnFilterCount | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | enableFilterCount ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetIntEnable | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
bool_t | enable ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetIntEnableRaw | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | enableRaw ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetInterruptEdgeLevel | ( | int32_t | cardIndex, |
int32_t | module, | ||
nai_can_status_type_t | type, | ||
uint32_t | edgeLevel ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetIntVector | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
nai_can_status_type_t | statusType, | ||
int32_t | vector ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetPGNFilter | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
int32_t | pgnfilter ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetPGNFilterEn | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
bool_t | enable ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetPrioFilter | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
int32_t | priofilter ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetPrioFilterEn | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
bool_t | enable ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetRTRFilter | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
bool_t | enableRTRMsgs ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetRTRFilterEn | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
bool_t | enable ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetRxBufferAlmostFull | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | almostFullValue ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetRxBufferHighWatermark | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | highWatermarkValue ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetRxBufferLowWatermark | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | lowWatermarkValue ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetSrcFilter | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
int32_t | srcfilter ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetSrcFilterEn | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
bool_t | enable ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetStdExtFilter | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
bool_t | enableStdMsgs ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetSubRTRFilter | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
bool_t | enableSubRTRMsgs ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetSubRTRFilterEn | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | filter, | ||
bool_t | enable ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetSWTIntEnable | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
bool_t | enable ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetTxBufferAlmostEmpty | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | almostEmptyValue ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_StartFilterChanges | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_Transmit | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
bool_t | isModeA, | ||
int32_t | msgId, | ||
uint8_t * | p_buffer, | ||
int32_t | txCount ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_Transmit_Ex | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
bool_t | isModeA, | ||
int32_t | msgId, | ||
uint32_t | dataWidth, | ||
void * | p_buffer, | ||
uint32_t | txCount ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_Transmit_J1939 | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | pgn, | ||
int32_t | priority, | ||
int32_t | destination, | ||
uint8_t * | p_buffer, | ||
int32_t | txCount ) |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_Transmit_J1939_Ex | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
int32_t | pgn, | ||
int32_t | priority, | ||
int32_t | destination, | ||
uint32_t | dataWidth, | ||
void * | p_buffer, | ||
uint32_t | txCount ) |