can_async_write

Write a CAN message.

int32_t can_async_write(
    struct can_async_descriptor *const descr,
    struct can_message * msg
)

Parameters

descr

Type: struct can_async_descriptor Struct *const

The CAN descriptor to write message.

msg

Type: struct can_message *

The CAN message to write.

Returns

Type: int32_t

The status of write message.