Searched refs:cfg_msg (Results 1 – 1 of 1) sorted by relevance
25 CAN_MSG_TypeDef cfg_msg; member460 tx_msg.cfg_msg.IdType = CAN_STD_ID; in ht32_can_sendmsg()461 tx_msg.cfg_msg.Id = pmsg->id; in ht32_can_sendmsg()465 tx_msg.cfg_msg.IdType = CAN_EXT_ID; in ht32_can_sendmsg()466 tx_msg.cfg_msg.Id = pmsg->id; in ht32_can_sendmsg()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()502 while (CAN_TransmitStatus(can_instance->can_x, &tx_msg.cfg_msg) == 0); in ht32_can_sendmsg()504 CAN_Transmit(can_instance->can_x, &tx_msg.cfg_msg, tx_msg.data, tx_msg.data_len); in ht32_can_sendmsg()
Completed in 6 milliseconds