Home
last modified time | relevance | path

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

/external/rust/pica/src/
Ddevice.rs266 pub fn core_set_config(&mut self, cmd: CoreSetConfigCmd) -> CoreSetConfigRsp { in core_set_config()
977 CoreSetConfigCmd(cmd) => self.core_set_config(cmd).into(), in receive_command()
Duci_packets.pdl785 packet CoreSetConfigCmd : CorePacket (mt = COMMAND, oid = SET_CONFIG) {
790 test CoreSetConfigCmd {
/external/rust/pica/py/pica/pica/packets/
Duci.py1362 return CoreSetConfigCmd.parse(fields.copy(), payload)
1966 class CoreSetConfigCmd(CorePacket): class
1987 return CoreSetConfigCmd(**fields), span