Searched refs:DataPhaseType (Results 1 – 1 of 1) sorted by relevance
42 class DataPhaseType: class112 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