Lines Matching full:console
44 """Manages control of a Chrome console.
46 We control the Chrome console via the UART of a Servo board. Chrome console
47 provides many interfaces to set and get its behavior via console commands.
60 name: The console name.
142 provides many interfaces to set and get its behavior via console commands.
182 # Don't spam the EC console as fast as we can; leave some recovery time
259 """Find console channel mask and enable that channel only
261 @param channel: console channel name
263 # The 'chan' command returns a list of console channels,
269 # Set console to only output the desired channel
277 provides many interfaces to set and get its behavior via console commands.