Searched defs:decode_config (Results 1 – 2 of 2) sorted by relevance
887 decode_config(uint8_t * resp, int max_resp_len, int len, bool brief, in decode_config() function
109 pub fn decode_config<T: AsRef<[u8]>>(input: T, config: Config) -> Result<Vec<u8>, DecodeError> { in decode_config() function