Searched refs:ZCBOR_ERR_CASE (Results 1 – 1 of 1) sorted by relevance
69 #define ZCBOR_ERR_CASE(err) case err: \ in zcbor_error_str() macro73 ZCBOR_ERR_CASE(ZCBOR_SUCCESS) in zcbor_error_str()74 ZCBOR_ERR_CASE(ZCBOR_ERR_NO_BACKUP_MEM) in zcbor_error_str()75 ZCBOR_ERR_CASE(ZCBOR_ERR_NO_BACKUP_ACTIVE) in zcbor_error_str()76 ZCBOR_ERR_CASE(ZCBOR_ERR_LOW_ELEM_COUNT) in zcbor_error_str()77 ZCBOR_ERR_CASE(ZCBOR_ERR_HIGH_ELEM_COUNT) in zcbor_error_str()78 ZCBOR_ERR_CASE(ZCBOR_ERR_INT_SIZE) in zcbor_error_str()79 ZCBOR_ERR_CASE(ZCBOR_ERR_FLOAT_SIZE) in zcbor_error_str()80 ZCBOR_ERR_CASE(ZCBOR_ERR_ADDITIONAL_INVAL) in zcbor_error_str()81 ZCBOR_ERR_CASE(ZCBOR_ERR_NO_PAYLOAD) in zcbor_error_str()[all …]