We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b200c9f commit 582baf2Copy full SHA for 582baf2
framework_lib/src/chromium_ec/commands.rs
@@ -412,7 +412,8 @@ pub enum RebootEcFlags {
412
}
413
414
pub struct EcRequestRebootEc {
415
- pub cmd: u8, /* enum RebootEcCmd */
+ /// See enum RebootEcCmd
416
+ pub cmd: u8,
417
pub flags: u8,
418
419
@@ -770,10 +771,8 @@ impl EcRequest<EcResponseChargeLimitControl> for EcRequestChargeLimitControl {
770
771
772
773
-/*
774
- * Configure the behavior of the charge limit control.
775
- * TODO: Use this
776
- */
+/// Configure the behavior of the charge limit control.
+/// TODO: Use this
777
pub const EC_CHARGE_LIMIT_RESTORE: u8 = 0x7F;
778
779
#[repr(u8)]
0 commit comments