Searched refs:FrameType (Results 1 – 7 of 7) sorted by relevance
87 …can_instance->filter_cfg.filter_mag[filter_num].FrameType = (CAN_FrameType_Enum)BSP_USING_CAN_FRAM… in cfg_can_default_filter()369 can_instance->filter_cfg.filter_mag[filter_num].FrameType = CAN_REMOTE_FRAME; in ht32_can_control()373 can_instance->filter_cfg.filter_mag[filter_num].FrameType = CAN_DATA_FRAME; in ht32_can_control()477 tx_msg.cfg_msg.FrameType = CAN_REMOTE_FRAME; in ht32_can_sendmsg()481 tx_msg.cfg_msg.FrameType = CAN_DATA_FRAME; in ht32_can_sendmsg()565 if (can_instance->filter_cfg.filter_mag[i].FrameType == CAN_DATA_FRAME) in ht32_can_recvmsg()569 else if (can_instance->filter_cfg.filter_mag[i].FrameType == CAN_REMOTE_FRAME) in ht32_can_recvmsg()
446 tMsg.FrameType = CAN_DATA_FRAME; in nu_can_sendmsg()451 tMsg.FrameType = CAN_REMOTE_FRAME; in nu_can_sendmsg()515 pmsg->rtr = (tMsg.FrameType == CAN_DATA_FRAME) ? RT_CAN_DTR : RT_CAN_RTR; in nu_can_recvmsg()
355 if (pCanMsg->FrameType) in CAN_BasicSendMsg()841 if (pCanMsg->FrameType) in _CAN_SetTxMsg()973 if (pCanMsg->FrameType == CAN_REMOTE_FRAME) in _CAN_SetRxMsgObj()1041 pCanMsg->FrameType = CAN_DATA_FRAME; in _CAN_ReadMsgObj()1045 pCanMsg->FrameType = CAN_REMOTE_FRAME; in _CAN_ReadMsgObj()
497 tMsg.FrameType = CAN_DATA_FRAME; in nu_can_sendmsg()502 tMsg.FrameType = CAN_REMOTE_FRAME; in nu_can_sendmsg()566 pmsg->rtr = (tMsg.FrameType == CAN_DATA_FRAME) ? RT_CAN_DTR : RT_CAN_RTR; in nu_can_recvmsg()
470 tMsg.FrameType = CAN_DATA_FRAME; in nu_can_sendmsg()475 tMsg.FrameType = CAN_REMOTE_FRAME; in nu_can_sendmsg()539 pmsg->rtr = (tMsg.FrameType == CAN_DATA_FRAME) ? RT_CAN_DTR : RT_CAN_RTR; in nu_can_recvmsg()
125 …CAN_FrameType_Enum FrameType; /* CAN_REMOTE_FRAME or CAN_DATA_FRAME … member
Completed in 21 milliseconds