Home
last modified time | relevance | path

Searched refs:DataPhaseType (Results 1 – 1 of 1) sorted by relevance

/lk-master/tools/moot/
A Dmtldr42 class DataPhaseType: class
112 Command.flash: CommandParam(DataPhaseType.host_to_device),
113 Command.boot: CommandParam(DataPhaseType.none),
114 Command.devinfo: CommandParam(DataPhaseType.device_to_host),
220 if params.data_phase_type == DataPhaseType.none:
222 elif params.data_phase_type == DataPhaseType.host_to_device:
224 elif params.data_phase_type == DataPhaseType.device_to_host:

Completed in 4 milliseconds