Searched defs:system_state_resp (Results 1 – 2 of 2) sorted by relevance
116 struct system_state_resp { struct117 uint32_t cmd;118 int32_t result;119 uint8_t payload[0];
190 let header = unsafe { &*(bytes.as_ptr() as *const system_state_resp) }; in deserialize() constant