OceanfromXiaomi commented on code in PR #13127:
URL: https://github.com/apache/nuttx/pull/13127#discussion_r1730828829


##########
include/nuttx/can/can.h:
##########
@@ -583,6 +662,21 @@ struct can_rtrwait_s
  */
 
 struct can_dev_s;
+
+/* This is the device structure as struct can_dev_s's subdevice
+ * used by the driver.
+ */
+
+struct can_transv_s;
+
+struct can_transv_ops_s

Review Comment:
   the object of this feature is detach transceiver operation from controller 
driver.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to