Searched refs:array2 (Results 1 – 1 of 1) sorted by relevance
193 CborEncoder array2; in app_main() local194 cbor_encoder_create_array(&map_encoder, &array2, 4); // [ in app_main()196 cbor_encode_uint(&array2, 192); in app_main()197 cbor_encode_uint(&array2, 168); in app_main()198 cbor_encode_uint(&array2, 1); in app_main()199 cbor_encode_uint(&array2, 100); in app_main()200 cbor_encoder_close_container(&map_encoder, &array2); // ] in app_main()